home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / TrickyClickyBall.swf / scripts / DefineSprite_201 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  102 b   |  9 lines

  1. if(_root.norm == 1)
  2. {
  3.    _root.sub._visible = true;
  4. }
  5. else
  6. {
  7.    _root.sub._visible = false;
  8. }
  9.