home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Arts 147
/
Arts147.mdf
/
pc
/
CA.swf
/
scripts
/
DefineSprite_125
/
frame_1
/
DoAction.as
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
|
2008-01-01
|
132 b
|
10 lines
this.onRollOver = function()
{
this.gotoAndStop(2);
};
this.onRollOut = function()
{
this.gotoAndStop(1);
};
stop();