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:
Text File  |  2002-04-02  |  282 b   |  16 lines

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