4 things to know

  • Thread starter Thread starter Rayzero-x
  • Start date Start date
R

Rayzero-x

Guest
4 things i wanna ask if anyone has any good suggestions.

1: how to make the afterimages look like sfa style the script is so confusing to me i'm still learning this

2: how to teleport?.

3: is there a way to put dialog in the game without making images?

4: can you make an enemy do random  escapehits and do more blocking?
 
move {x}

~Starting with the next frame, the entity will move forward (x) pixels with every new frame.
~This value must be set to 0 again to stop the entity from moving any further during the animation.
~You can use a negative value for (x) to move the entity backwards (Or slow their movement if they move automatically, like a jump attack).
~Somewhere above 200, this value will allow an entity to run offscreen, out of play, and into oblivion. If you want to get rid of an entity, this should fit the bill, but otherwise you'll have a suicidal entity. If you ARE trying to kill something, use a value like 1000, just in case.

use move 0 on the next frame.
 
Back
Top Bottom