home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / UN1.swf / scripts / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2002-04-02  |  318 b   |  17 lines

  1. function JumpToScene(nScene)
  2. {
  3. }
  4. function NumberOfFrames()
  5. {
  6.    return this.SceneFrames;
  7. }
  8. this.SceneFrames = 4;
  9. Modem2CPU._visible = false;
  10. tempFunction = function()
  11. {
  12.    fscommand("TryAgain","button_click");
  13. };
  14. _parent.ShowMediumButton("Retry");
  15. _parent.SetMediumButtonRelease(tempFunction);
  16. stop();
  17.