home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digital Photography Techniques 2003 October
/
DPTi04.iso
/
pc
/
shared.cst
/
00025_rolloverTutorial.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
|
2003-08-26
|
284 b
|
11 lines
on mouseEnter me
set the member of sprite the currentSpriteNum to member "NavButton4"
set the color of sprite(24) to rgb(225,128,0)
end
on mouseLeave me
set the member of sprite the currentSpriteNum to member "NavButton4.1"
set the color of sprite(24) to rgb(225,225,225)
end