home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / juji.swf / scripts / DefineSprite_64 / frame_2 / DoAction.as
Encoding:
Text File  |  2003-03-01  |  152 b   |  11 lines

  1. if(currenty < targety)
  2. {
  3.    nexty = currenty + 2;
  4. }
  5. else
  6. {
  7.    nexty = currenty - 2;
  8. }
  9. setProperty("_root.helibigMC", _Y, nexty);
  10. steps2 += 1;
  11.