home *** CD-ROM | disk | FTP | other *** search
/ One Click 5 / ONCE005.iso / Jogos / 1516.swf / scripts / DefineSprite_310 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-02  |  119 b   |  9 lines

  1. if(_Y < getProperty("/m1", _Y))
  2. {
  3.    _visible = "0";
  4. }
  5. if(_Y >= getProperty("/m1", _Y))
  6. {
  7.    _visible = "1";
  8. }
  9.