home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / monkey_t.swf / scripts / DefineSprite_273 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  194 b   |  12 lines

  1. function reset()
  2. {
  3.    headClip.gotoAndPlay("on");
  4. }
  5. function pick()
  6. {
  7.    headClip.gotoAndPlay("off");
  8. }
  9. indice = Number(_name.substr(13));
  10. headClip.head.gotoAndStop(indice);
  11. reset();
  12.