home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Web Developers Guide to Sound & Music
/
Web Developers Guide to Sound and Music.iso
/
pc
/
clips
/
tutorial
/
buttons.dcr
/
00007.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
|
1996-05-02
|
176 b
|
16 lines
on enterFrame
if rollOver(1) then
go(2)
end if
if rollOver(2) then
go(5)
end if
if rollOver(3) then
go(10)
end if
end
on exitFrame
go(the frame)
end