home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / clickfest3.swf / scripts / frame_3 / DoAction.as < prev   
Encoding:
Text File  |  2008-09-16  |  118 b   |  6 lines

  1. number_test_txt = 0;
  2. number_test.onPress = function()
  3. {
  4.    _root.number_test_txt = _root.number_test_txt + 1;
  5. };
  6.