home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / DDG1p.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2002-04-02  |  289 b   |  16 lines

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