well anyway, you have to make the variables I told you about. It will take too long to write down all the codes, so I will describe it simply. on "create actor" event, make the action in script editor,
- Code: Select all
if (sangoku == 1;)
then you make the "key down" event " and the "script editor" action
- Code: Select all
if (sagoku == 1;)
{sagoku == 0;
super_saiyen == 1;}
then in all the other actions like walking left and right, you will have to add thease kinds of scripts
if you push the right key write
- Code: Select all
if (sagoku == 1;)
{changeanimation sagoku_right;}
and also write
- Code: Select all
if super_saiyen == 1:)
{chageanimation super_saiyen_right;}
If this dosn't work, let me know and I will correct it like last time. by the way, did the code I gave you last time work?
No games to my name...