Public paste
ddddd
By: dddddd | Date: Mar 16 2007 09:04 | Format: None | Expires: never | Size: 166 B | Hits: 1333

  1. stop();
  2. begin.onRelease = function () {
  3.         gotoAndStop(11);
  4. }
  5. help.onRelease = function (){
  6.         gotoAndStop(25)
  7. }
  8. quit.onRelease = function (){
  9.         close (window);
  10. }