Computer Science Canada

A stick man game but I have run into difficulties

Author:  sylvester-27 [ Wed Nov 16, 2005 11:53 am ]
Post subject:  A stick man game but I have run into difficulties

I need help. I can get my guys to move. eg. Have to pictures switch from one to the other so it looks like they are moving.
Please help

Author:  do_pete [ Wed Nov 16, 2005 12:39 pm ]
Post subject: 

The second post on this forum reads "DO NOT POST ASKING FOR HELP"

Author:  Albrecd [ Wed Nov 16, 2005 12:44 pm ]
Post subject: 

try:

code:

if chars (KEY_RIGHT_ARROW) then
x_character += 3
var counter :int := (counter + 1) mod 2
if counter = 1 then
Pic.Draw (pic1)
elsif counter = 2 then
Pic.Draw (pic2)
end if


By the way, you shouldn't post for help on this forum.
Quote:

If you do I will personally beat you down and steal your bits.
-Coutsos

Author:  MysticVegeta [ Wed Nov 16, 2005 7:00 pm ]
Post subject:  Re: A stick man game but I have run into difficulties

sylvester-27 wrote:
I need help. I can get my guys to move. eg. Have to pictures switch from one to the other so it looks like they are moving.
Please help


hmm mind posting the pictures too? all in a zip?


: