home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / bigtruckadventures2.swf / scripts / DefineSprite_330 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-04  |  153 b   |  10 lines

  1. this.onRelease = function()
  2. {
  3.    checked = !checked;
  4. };
  5. this.onEnterFrame = function()
  6. {
  7.    checkGraphic._visible = checked;
  8. };
  9. gotoAndStop(1);
  10.