hello good people of kirupa ! :ch:
i’m making a game that will be released in 2007
named “Zorn” (rpg game):cons:
anyway it’s not just some simple rpg :cyborg:
in normal game you can make the PC walk in four sprites:+)
(up right left down)
so the code goes like this :
[FONT=Fixedsys]onClipEvent (load) {
speed = [COLOR=green]#[/COLOR]
}
onClipEvent (enterFrame) {
if Key.isDown(Key.[COLOR=green]key code[/COLOR])
this._x -= speed (for example)
gotoAndStop ([COLOR=green]#[/COLOR])
}[/FONT]
and repeat it four times for each key.
so what is my problem ? :red:
well my character is not four sprited it’s EIGHT sprited !:puzzle:
so i tried every thing i can but nothing is working:upset: :huh:
PLLEEEASSSE !!!:d: Help !