home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The See Clearly Method
/
TheSeeClearlyMethod.iso
/
Media
/
lesson3.dir
/
00095_Script_Clock
< prev
next >
Wrap
Text File
|
2002-05-22
|
286b
|
22 lines
on mouseUp me
set the volume of sound 1 to 100
sound(1).play()
set the movieRate of sprite 26 to 1
if (Sprite(20).MovieRate = 0) then
Sprite(20).MovieRate = 1
else
end if
end
on mouseEnter me
cursor 280
end
on mouseLeave me
cursor 0
end