Advertisement
Stargrove

Untitled

Nov 18th, 2017
322
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 1 0
  1. /// @description scr_capAnimationAtImageNumber
  2. var _imageNumber = sprite_get_number(sprite_index) - 1;
  3.  
  4. if (image_index > _imageNumber)
  5. {
  6. image_index = _imageNumber;
  7. imageSpeed = 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement