home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / love_me.swf / scripts / DefineSprite_803 / frame_9 / DoAction.as
Encoding:
Text File  |  2008-08-11  |  116 b   |  9 lines

  1. if(_root.hensin == true)
  2. {
  3.    gotoAndPlay(_currentframe - 1);
  4. }
  5. else
  6. {
  7.    gotoAndStop(_currentframe - 5);
  8. }
  9.