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

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on idle
  6.   global xmusica, zinstala, zejecuta, za, zn
  7.   if not soundBusy(3) and xmusica then
  8.     sound playFile 3, "musica1"
  9.   end if
  10.   if voidp(za) then
  11.     set za to 255
  12.   end if
  13.   if rollOver(20) then
  14.     set zn to the mouseLine
  15.     if za <> zn then
  16.       set the foreColor of line za of member the member of sprite 20 to 255
  17.       set za to zn
  18.       set the foreColor of line zn of member the member of sprite 20 to 6
  19.     end if
  20.   end if
  21.   DoRolloverArt(10, 11, 12, 13, 14)
  22.   DoRolloverArt(16, 17, 20)
  23.   DoRolloverArt(30, 31, 32, 33, 34)
  24.   if zinstala then
  25.     DoRolloverArt(18)
  26.   end if
  27.   if zejecuta then
  28.     DoRolloverArt(19)
  29.   end if
  30. end
  31.