home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Fácil 3 / CDFACIL3.iso / lazer / desafios / stact012.Dxr / 00395.ls < prev    next >
Encoding:
Text File  |  1996-12-01  |  202 b   |  12 lines

  1. on exitFrame
  2.   global gamepaused
  3.   UseFace()
  4.   if gamepaused = 1 then
  5.     go(the frame)
  6.     exit
  7.   end if
  8.   set aaa to the locV of sprite 16
  9.   set aaa to aaa - 20
  10.   set the locV of sprite 16 to aaa
  11. end
  12.