home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adephia Powerlink
/
AdephiaPowerlink-030102.iso
/
pc
/
Install
/
WorkFlow
/
Gui
/
instRN.swf
/
scripts
/
frame_1
/
DoAction_2.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
|
2002-04-02
|
282 b
|
16 lines
function JumpToScene(nScene)
{
}
function NumberOfFrames()
{
return this.SceneFrames;
}
this.SceneFrames = 3;
tempFunction = function()
{
fscommand("shutdown","shutdown");
};
_parent.ShowAuxButton("Shutdown");
_parent.SetAuxButtonRelease(tempFunction);
stop();