home *** CD-ROM | disk | FTP | other *** search
/ cyber.net 2 / cybernet2.ISO / dkdemo / rev.dir / 00057_Script_57 < prev   
Text File  |  1995-04-04  |  162b  |  8 lines

  1. on mouseUp
  2.    if the machinetype = 256 then
  3.     go frame "s2" of movie "@:contentP.dir"
  4.   else 
  5.     go frame "s2" of movie "@:contentM.dir"
  6.   end if
  7.   
  8. end