home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global x, SOFx, pageAmount, whichsection, whichonehuh
- set x to pageAmount + 5
- set SOFx to pageAmount + 5
- set adcheck1 to "advert"
- set amount to "1"
- set adcheck2 to " "
- set adchecker to "if the category of the prog" & SOFx & " of " & whichsection & " = adcheck1 then set adcheck2 = amount"
- do(adchecker)
- if adcheck2 = "1" then
- nothing()
- else
- set whichonehuh to 2
- end if
- end
-