home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2003-10-24  |  180 b   |  12 lines

  1. ifFrameLoaded(_totalframes)
  2. {
  3.    if(getProperty("blu", _currentframe) == "1")
  4.    {
  5.       tellTarget("blu")
  6.       {
  7.          gotoAndPlay(2);
  8.       }
  9.       stop();
  10.    }
  11. }
  12.