home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / g_gen.dir / 00003_rotateObject.ls < prev    next >
Encoding:
Text File  |  2000-10-17  |  219 b   |  11 lines

  1. on exitFrame
  2.   set pan to the PanAngle of sprite(2)
  3.   set pan to pan - 5
  4.   set the PanAngle of sprite(2) to pan
  5.   if soundBusy(1) then
  6.     go(the frame)
  7.   else
  8.     set the MovieMouseClick of sprite(2) to 1
  9.   end if
  10. end
  11.