home *** CD-ROM | disk | FTP | other *** search
/ Equipe de France et Bonbons / EquipeFrancePromoCD.iso / pages / cs_cadbury / loadergfx.swf / scripts / DefineButton2_403 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2006-03-19  |  240 b   |  8 lines

  1. on(press){
  2.    _parent._parent.mcPlayGameButtonBody._x = 352;
  3.    _parent._parent.mcPlayGameButtonBody._width = 372;
  4.    _parent._parent.mcPlayGameButtonLabel._x = 295;
  5.    _parent.gotoAndStop("Menu");
  6.    _global._masterPress.start();
  7. }
  8.