Advertisement
Iukii

Moving Characters FNF

May 27th, 2022
1,104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. -- onde está animatedstage você bota o nome do arquivo, onde está animationnameonxml você bota o nome que está dentro do xml
  2. -- você pode fazer o personagem ficar na frente de tudo se trocar o false para true no addluasprite
  3. -- by lukii
  4.  
  5. makeAnimatedLuaSprite('animatedstage', 'animatedstage', -300, -250);
  6. addAnimationByPrefix('animatedstage', 'move', 'animationnameonxml',24,true)
  7. objectPlayAnimation('animatedstage','move',false)
  8. scaleObject('animatedstage', 1.0, 1.0);
  9.  
  10. addLuaSprite('animatedstage',false)
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement