home *** CD-ROM | disk | FTP | other *** search
/ One Click 5 / ONCE005.iso / Jogos / 1516.swf / scripts / DefineSprite_368 / frame_21 / DoAction.as
Encoding:
Text File  |  2006-05-02  |  152 b   |  13 lines

  1. if("94" < close2)
  2. {
  3.    tellTarget("")
  4.    {
  5.       gotoAndStop("closing");
  6.       play();
  7.    }
  8. }
  9. else
  10. {
  11.    gotoAndPlay(_currentframe - "1");
  12. }
  13.