home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The See Clearly Method
/
TheSeeClearlyMethod.iso
/
Media
/
lesson2.dir
/
00095_Clock.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-05-22
|
248 b
|
18 lines
on mouseUp me
set the volume of sound 1 to 100
sound(1).play()
sprite(26).movieRate = 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