This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Pumaman on Wed 29/07/2009 18:57:48
But what gives you the right to make that decision?
Quote from: Pumaman on Wed 29/07/2009 18:57:48
Would you walk into a shop and say "I know this TV costs $500, but I don't really have any money so can I have it for free?"
Do you go to a restaurant and not pay the bill if you're running low on cash that day?
Quote from: Pumaman on Wed 29/07/2009 18:57:48QuoteAlso, there's a difference between indie developers who need financial support and large corporations who make money either way.
There is a difference between individuals and companies, in so far as a company can have a software audit done on them at any time, and there are large fines involved if they are found to have illegal software. Of course, as a private individual you're unlikely ever to be caught.
Quote from: monkey_05_06 on Wed 29/07/2009 18:25:04
I have never done any commercial work at all (using any of these types of software), but if I had I'd definitely feel that there was something wrong about it if I'd used illegal software.
Quote from: monkey_05_06 on Wed 29/07/2009 18:25:04
If I were ever to release something commercially and make a huge profit knowing that I'd used a cracked Photoshop...that would eat away at me.
bool clap=false;
int change=0, bframe=0;
// in the look at window event:
player.animate(bla) // player claps his hands
clap=true;
SetBackgroundFrame(1);
// in the rep-ex:
if (clap){
if (change==40){ // change frame every second
if (bframe<3) bframe++;
else bframe=1;
change=0;
SetBackgroundFrame(bframe);
}
else change++;
}
Quote from: KhrisMUC on Tue 28/07/2009 18:10:30
To get comments on the sprite, post it in the critics lounge.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.163 seconds with 15 queries.