home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / studios / l002.dir / 00034_Script_34 < prev    next >
Text File  |  1996-11-27  |  229b  |  11 lines

  1. on mouseUp
  2.   global wheref, recue
  3.   
  4.   go "menu2"
  5.   if integerp(wheref) then
  6.     if the machinetype = 256 then
  7.       set the visible of sprite 2 to TRUE
  8.     end if
  9.     set the movietime of sprite 2 = wheref
  10.   end if
  11. end