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

  1. LegalBtn.OnRelease = function()
  2. {
  3.    _parent.gotoAndStop("Legal");
  4. };
  5. VersionBtn.OnRelease = function()
  6. {
  7.    _parent.gotoAndStop("Version");
  8. };
  9.