home *** CD-ROM | disk | FTP | other *** search
/ MASPC 1 / MASPC_1.iso / CursoWordI / AAYUDA.DXR / 00035.ls < prev    next >
Encoding:
Text File  |  1998-07-20  |  186 b   |  10 lines

  1. on exitFrame
  2.   global xmusica
  3.   if xmusica and (soundBusy(3) = 0) then
  4.     sound playFile 3, "musica1.wav"
  5.   end if
  6.   DoRolloverArt(7, 9)
  7.   DoRolloverArt(10, 11, 12)
  8.   go(the frame)
  9. end
  10.