Posted: Sun Jun 13, 2010 6:19 pm Post subject: Re: Movement Help 2
Then you should probably follow Cezna's suggestion and draw the screen once, then stop the program from running with a get statement or something.
i.e.
Turing:
%Draw Screen here.
loop Input.KeyDown(chars) if chars (' ')then exit endif endloop
%Whatever else
Sponsor Sponsor
Monduman11
Posted: Sun Jun 13, 2010 6:23 pm Post subject: Re: Movement Help 2
USEC_OFFICER @ Sun Jun 13, 2010 6:19 pm wrote:
Then you should probably follow Cezna's suggestion and draw the screen once, then stop the program from running with a get statement or something.
i.e.
Turing:
%Draw Screen here.
loop Input.KeyDown(chars) if chars (' ')then exit endif endloop
%Whatever else
ive tried that.. the funny thing is though that my winning screen works without any flickering while the other one flickers... but ill keep on trying till i get it lol
edit : nvm i got it to work i just added another if statement and it works now.. thx for your and Cezna's help though cause it gave me the idea lol
USEC_OFFICER
Posted: Sun Jun 13, 2010 7:09 pm Post subject: RE:Movement Help 2
You are welcome.
Monduman11
Posted: Sun Jun 13, 2010 7:35 pm Post subject: RE:Movement Help 2
lol now all i have to do is find how to do the walking animations and im all set
Cezna
Posted: Mon Jun 14, 2010 5:18 am Post subject: RE:Movement Help 2
Whatever you end up doing, I hope you post the full game in the Submissions section once you are done.
Monduman11
Posted: Mon Jun 14, 2010 2:06 pm Post subject: Re: RE:Movement Help 2
Cezna @ Mon Jun 14, 2010 5:18 am wrote:
Whatever you end up doing, I hope you post the full game in the Submissions section once you are done.
kk ill post it in about a week so that my teacher has time to mark it, and she doesnt see it before hand and say i copied it