home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / turboracer.swf / scripts / DefineSprite_329 / frame_1 / DoAction.as
Text File  |  2007-07-10  |  101b  |  9 lines

  1. if(eval("_parent._parent.Control:G_InWarp") == true)
  2. {
  3.    nextFrame();
  4. }
  5. else
  6. {
  7.    stop();
  8. }
  9.