
-----------------------------------
sylvester-27
Wed Nov 16, 2005 11:53 am

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

-----------------------------------
do_pete
Wed Nov 16, 2005 12:39 pm


-----------------------------------
The second post on this forum reads "DO NOT POST ASKING FOR HELP"

-----------------------------------
Albrecd
Wed Nov 16, 2005 12:44 pm


-----------------------------------
try:


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.

If you do I will personally beat you down and steal your bits.
       -Coutsos

-----------------------------------
MysticVegeta
Wed Nov 16, 2005 7:00 pm

Re: 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

hmm mind posting the pictures too? all in a zip?
