Advertisement
Baoulettes

Dokkan Gogogo Animation

Dec 7th, 2019
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 0 0
  1.                                --190006 = sp_effect_a0_00003
  2. ctgogo=entryEffectLife(spep_4+19,190006,69,0x100,-1,110,500);--ゴゴゴ  Gogogo (? Oo)
  3.                                                             --(this is an effect used to
  4.                                                             --show these characters
  5.                                                             --as he throw Energy)
  6. setEffMoveKey(spep_4+19,ctgogo,-170,500,0); -- Begin Animation of "Gogogo"
  7. setEffMoveKey(spep_4+88,ctgogo,-170,500,0); -- This are used to move it.
  8. setEffScaleKey(spep_4+19, ctgogo, 0.7, 0.7);
  9. setEffScaleKey(spep_4+88, ctgogo, 0.7, 0.7);
  10. setEffAlphaKey(spep_4,ctgogo,255);          -- This are used to change the transparency of it.
  11. setEffAlphaKey(spep_4+88,ctgogo,255);       -- End of animation GOGOGO
  12.  
  13. --SE
  14. playSe( spep_4+19, SE_05); --ゴゴゴ <- Gogogo sound effect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement