home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / batinnightmare.swf / scripts / DefineSprite_228 / frame_15 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  187 b   |  13 lines

  1. if(500 < _root.time.time)
  2. {
  3.    gotoAndPlay(20);
  4. }
  5. if(_root.time.time < 500 && 200 < _root.time.time)
  6. {
  7.    gotoAndPlay(30);
  8. }
  9. if(_root.time.time < 200)
  10. {
  11.    gotoAndPlay(40);
  12. }
  13.