home *** CD-ROM | disk | FTP | other *** search
/ Fraggle Rock Season 1 Bonus CD / Fraggle Rock Season 1 Bonus CD.iso / pc / Game / Intro.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-06-24  |  86 b   |  5 lines

  1. on(release){
  2.    getUrl("FSCommand:exec", "callmenu.app");
  3.    fscommand("quit");
  4. }
  5.