home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global nowPlaying, gDontLog, Chars4and5
- HideRandoms()
- set nowPlaying to 0
- set gDontLog to EMPTY
- gettheMarker()
- if integer(Chars4and5) < 25 then
- set Chars4and5 to "01"
- else
- if (integer(Chars4and5) < 50) and (integer(Chars4and5) > 24) then
- set Chars4and5 to "02"
- else
- if (integer(Chars4and5) < 75) and (integer(Chars4and5) > 49) then
- set Chars4and5 to "03"
- else
- if integer(Chars4and5) > 74 then
- set Chars4and5 to "04"
- end if
- end if
- end if
- end if
- set aBugFix to "AG3" & Chars4and5
- go(aBugFix)
- end
-