home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Strata 3D / Resources / Splash.swf / scripts / frame_15 / DoAction.as
Encoding:
Text File  |  2000-05-08  |  96 b   |  10 lines

  1. if(validSerialNumber eq "")
  2. {
  3.    gotoAndStop(6);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(7);
  8. }
  9. stop();
  10.