home *** CD-ROM | disk | FTP | other *** search
/ cyber.net 2 / cybernet2.ISO / dkdemo / rev.dir / 00015_Script_15 < prev    next >
Text File  |  1995-04-04  |  190b  |  11 lines

  1. on mouseDown
  2.   buttonpush 752, 755
  3.   if the machinetype = 256 then
  4.     go frame "s2" of movie "@:contentP.dir"
  5.   else 
  6.     go frame "s2" of movie "@:contentM.dir"
  7.   end if
  8.   
  9. end
  10.  
  11.