RM2K3 SPRITE ANIMATION EVENT HELP
Posts
Pages:
1
So I'm having trouble trying to create a script which allows the player sprite execute an animated action by pressing the 'SHIFT' button.
So far I have this:
Key Input Proc:
Branch if Switch is on
Move Event:Hero Change graphic, Face Up, Face Right, Face Down, Face Left, Wait, Change Graphic
Else
End
Now I believe there are many errors with this script, and I am quite new in using RM2k3.
So far I have this:
Key Input Proc:
Branch if Switch is on
Move Event:Hero Change graphic, Face Up, Face Right, Face Down, Face Left, Wait, Change Graphic
Else
End
Now I believe there are many errors with this script, and I am quite new in using RM2k3.
The branch following a Key Input Process needs to use the variable you set inside the Key Input event.
So for shift I believe it's a 7, so it should be
Branch if Variable is 7
Although with this setup, you might find that the player can interrupt this animation by moving.
So for shift I believe it's a 7, so it should be
Branch if Variable is 7
Although with this setup, you might find that the player can interrupt this animation by moving.
Pages:
1













