home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / vpro1 / ag.dir / 00174.ls < prev    next >
Encoding:
Text File  |  1994-08-28  |  599 b   |  25 lines

  1. on mouseUp
  2.   global nowPlaying, gDontLog, Chars4and5
  3.   HideRandoms()
  4.   set nowPlaying to 0
  5.   set gDontLog to EMPTY
  6.   gettheMarker()
  7.   if integer(Chars4and5) < 25 then
  8.     set Chars4and5 to "01"
  9.   else
  10.     if (integer(Chars4and5) < 50) and (integer(Chars4and5) > 24) then
  11.       set Chars4and5 to "02"
  12.     else
  13.       if (integer(Chars4and5) < 75) and (integer(Chars4and5) > 49) then
  14.         set Chars4and5 to "03"
  15.       else
  16.         if integer(Chars4and5) > 74 then
  17.           set Chars4and5 to "04"
  18.         end if
  19.       end if
  20.     end if
  21.   end if
  22.   set aBugFix to "AG3" & Chars4and5
  23.   go(aBugFix)
  24. end
  25.