With a simple trick, the enemies can fall from the sky - much more surprising!
1 1 1 1 1 1 1 1 1 1 Rating 2.87 (15 Votes)


It's much more surprising if the enemies fall from sky instead of running toward you. You just need to add three more tags. The first one is "x" - you must set this value smaller than the actual "bound", otherwise the enemies would fall behind the bound-border. The second one is "y". You must note a negative value for y so the characters will be created in the sky. Finally, you can add "act: 212". Frame 212 is the last "jump"-frame. If you note this, it'll look like the character is wait for the landing and they won't be able to run during the fall...

<stage> id: 0  #stage 1-1
  <phase> bound: 900
    id: 30  hp: 50  act: 212  x: 400  y: -500  ratio: 2.0
    id: 31  hp: 50  act: 212  x: 500  y: -500  times: 2.0
  <phase_end>
<stage_end>

Here's a study-example, combined with some other techniques:
 
Fall from Sky

Inspired by DarkLordXIII

   
© Little Fighter Empire

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok