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