home *** CD-ROM | disk | FTP | other *** search
- function JumpToScene(nScene)
- {
- }
- function NumberOfFrames()
- {
- return this.SceneFrames;
- }
- this.SceneFrames = 4;
- tempFunction = function()
- {
- fscommand("TryAgain","button_click");
- };
- _parent.ShowMediumButton("Retry");
- _parent.SetMediumButtonRelease(tempFunction);
- tempFunction = function()
- {
- fscommand("TryRlsRnwAgain","button_click");
- };
- _parent.ShowLongButton("Retry Release/Renew");
- _parent.SetLongButtonRelease(tempFunction);
- Modem2CPU._visible = false;
- stop();
-