home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / TheBearsAdventure.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  138 b   |  9 lines

  1. if(_root.getBytesLoaded() < _root.getBytesTotal())
  2. {
  3.    gotoAndPlay(1);
  4. }
  5. else if(no_sound)
  6. {
  7.    gotoAndPlay(first_game_frame);
  8. }
  9.