home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / pepsi_pinball.swf / scripts / DefineSprite_85_breakOut / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-18  |  74 b   |  9 lines

  1. if(_root.breakOutMode == true)
  2. {
  3.    play();
  4. }
  5. else
  6. {
  7.    stop();
  8. }
  9.