edit:
Also i have just added some code for an atak but that whant work either
if spacekey()=1
hide object 2
show object 5
play object 5
if spacekey()=0
show object 2
hide object 5
endif
endif
if upkey()=0
play object 2
loop object 2
endif
the problem with this code is that when i pres up key the animation for the walk works fine but when i press space it plays the atak animation but then that disabels the walk animation
hi, i cant seem to get this code to work ive been trying to get it to work for about 3 hours now. heres the code
if upkey()=1
loop object 2
if upkey()=0
stop object 2
endif
basicly what i am trying to do is when the up arrow key is pressed i whant onject 2 to play its animation,but this whant work.
http://www.darkdonkeygraphics.tk