home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / barbie_spring.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  79 b   |  9 lines

  1. if(loaded == total)
  2. {
  3.    gotoAndStop(8);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(1);
  8. }
  9.