Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. private function changeAnimation(anim:String):void
  2. {
  3. if (_golfsprite.currentLabel != anim)
  4. {
  5. _golfsprite.gotoAndStop(anim);
  6. }
  7. }// End change animation function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement