home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rickshaw-jam.swf / scripts / DefineSprite_226 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  164 b   |  10 lines

  1. function click_true()
  2. {
  3.    _parent.Clicked(carNumber,_currentframe);
  4. }
  5. function click_false()
  6. {
  7.    _parent.Released(carNumber,_currentframe);
  8. }
  9. carNumber;
  10.