home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 August / netCD48.iso / mac / net / list / 00188_Script_188 < prev    next >
Text File  |  1998-07-02  |  151b  |  10 lines

  1. on mouseup
  2.   if the machinetype = 256 then
  3.     go to frame 3 of movie "start95"
  4.   else
  5.     go to frame 3 of movie "startmac"
  6.   end if
  7.   
  8. end
  9.  
  10.