home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 34 / Creative-Review-CD-ROM-34.iso / pc / foo / foos.dir / 00170_Script_170 < prev    next >
Text File  |  1998-01-23  |  338b  |  16 lines

  1. on mouseUp
  2.   
  3.   --put "click - right"
  4.   --put "mouse v = " & the mousev
  5.   put ((the mousev-22)/16)+1 into myline
  6.   --put myline
  7.   put (myline+27) into myline
  8.   --put myline
  9.   put item 1 of line (myline+1) of the text of member "tim" into newtime
  10.   --put newtime
  11.   set the movietime of sprite 1 to integer(newtime)
  12.   
  13. end
  14.  
  15.  
  16.