home *** CD-ROM | disk | FTP | other *** search
/ FHM 100 Bombázó Ajándék CD / fhm_hu_1997.iso / fhm.exe / fhm.dxr / 00089.ls < prev    next >
Encoding:
Text File  |  2001-03-18  |  436 b   |  17 lines

  1. on render_flash which
  2.   repeat with n = 1 to 3
  3.     tmp = the memberNum of sprite which + 1
  4.     set the member of sprite which to member(tmp, "images")
  5.     updateStage()
  6.     startTimer()
  7.     repeat while the timer < 10
  8.     end repeat
  9.     tmp = the memberNum of sprite which - 1
  10.     set the member of sprite which to member(tmp, "images")
  11.     updateStage()
  12.     startTimer()
  13.     repeat while the timer < 10
  14.     end repeat
  15.   end repeat
  16. end
  17.