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 >
Wrap
Text File
|
1998-01-23
|
338b
|
16 lines
on mouseUp
--put "click - right"
--put "mouse v = " & the mousev
put ((the mousev-22)/16)+1 into myline
--put myline
put (myline+27) into myline
--put myline
put item 1 of line (myline+1) of the text of member "tim" into newtime
--put newtime
set the movietime of sprite 1 to integer(newtime)
end