home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adephia Powerlink
/
AdephiaPowerlink-030102.iso
/
pc
/
Install
/
WorkFlow
/
Gui
/
DDG1p.swf
/
scripts
/
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
|
2002-04-02
|
289 b
|
16 lines
function JumpToScene(nScene)
{
}
function NumberOfFrames()
{
return this.SceneFrames;
}
this.SceneFrames = 2;
tempFunction = function()
{
fscommand("TryAgain","button_click");
};
_parent.ShowMediumButton("Retry");
_parent.SetMediumButtonRelease(tempFunction);
stop();