home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 231
/
PCG231DB1011.ISO
/
pc
/
Interface
/
main.swf
/
scripts
/
DefineSprite_155
/
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-04-09
|
242 b
|
17 lines
this.onRollOver = function()
{
if(!this.isActivated)
{
this.gotoAndPlay(2);
}
};
this.onRollOut = function()
{
if(!this.isActivated)
{
this.gotoAndPlay(21);
}
};
this.isActivated = false;
stop();