SpriterDrag

SMB Fireworks

Mar 25th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (global.time -(floor(global.time/10)*10) == 6) {
  2.     global.fireworks = 6
  3. }
  4. if (global.time -(floor(global.time/10)*10) == 3) {
  5.     global.fireworks = 3
  6. }
  7. if (global.time -(floor(global.time/10)*10) == 1) {
  8.     global.fireworks = 1
  9. }
Add Comment
Please, Sign In to add comment