home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dye Another Day
/
DyeAnotherDay.bin
/
swf
/
help.swf
/
scripts
/
DefineButton2_217
/
BUTTONCONDACTION on(rollOver).as
< prev
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-03-28
|
314 b
|
14 lines
on(rollOver){
i = 1;
while(i < 10)
{
eval("_parent.but" + i).gotoAndStop(2);
i++;
}
_root.fadein6 = true;
_parent.continuouslabel._x = _parent._xmouse + 5;
_parent.continuouslabel._y = _parent._ymouse + 5;
startDrag(_parent.continuouslabel,0);
gotoAndStop(3);
}