home *** CD-ROM | disk | FTP | other *** search
/ MASPC 1 / MASPC_1.iso / CursoWordI / MENU.DXR / 00024.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  215 b   |  13 lines

  1. on exitFrame
  2.   global xmusica
  3.   if not soundBusy(3) and xmusica then
  4.     sound playFile 3, "musica1"
  5.   end if
  6.   go(the frame)
  7. end
  8.  
  9. on idle
  10.   DoRolloverArt(10, 11, 12, 13, 14)
  11.   DoRolloverArt(15, 16, 17, 18, 19)
  12. end
  13.