home *** CD-ROM | disk | FTP | other *** search
- on preview
- global whichbutton, whichsection, whatnumber, SOFtemp, SOFrolllist, t, whichprog, newlist, SOFfaintbacks, SOFinstall, SOFinstallbutton, SOFtemp5, SOFSelectedSection
- SOFSetupPreview()
- if rollOver(16) then
- set the member of sprite 16 to member "menublack"
- else
- set the member of sprite 16 to member "menured"
- end if
- repeat with f = 5 to 9
- set the member of sprite f to member "softdot"
- set the loc of sprite f to point(2000, 2000)
- end repeat
- set SOFfaintbacks to whichsection & "_back"
- set the member of sprite 1 to member SOFfaintbacks
- set the loc of sprite 1 to point(320, 240)
- set the member of sprite 2 to member "temp2"
- set the ink of sprite 2 to 8
- set the member of sprite 3 to member "SOFtextbox"
- set the loc of sprite 3 to point(0, 308)
- repeat with q = 30 to 32
- set the member of sprite q to member "softdot"
- set the loc of sprite q to point(2000, 2000)
- end repeat
- set posv to 67
- repeat with p = 20 to 32
- set the ink of sprite p to 36
- end repeat
- if the number of member (SOFtemp & "_productinfo") = -1 then
- set the loc of sprite 20 to point(2000, 2000)
- else
- set the member of sprite 20 to member "productinfo"
- set the loc of sprite 20 to point(127, posv)
- set posv to posv + 20
- end if
- if the number of member (SOFtemp & "_sysreqs") = -1 then
- set the loc of sprite 21 to point(2000, 2000)
- else
- set the member of sprite 21 to member "systemreq"
- set the loc of sprite 21 to point(127, posv)
- set posv to posv + 20
- end if
- if the number of member (SOFtemp & "_techsupport") = -1 then
- set the loc of sprite 22 to point(2000, 2000)
- else
- set the member of sprite 22 to member "techsupport"
- set the loc of sprite 22 to point(127, posv)
- set posv to posv + 20
- end if
- if the number of member (SOFtemp & "_salesenqs") = -1 then
- set the loc of sprite 23 to point(2000, 2000)
- else
- set the member of sprite 23 to member "salesenquiries"
- set the loc of sprite 23 to point(127, posv)
- set posv to posv + 20
- end if
- if the number of member (SOFtemp & "_uninstallinfo") = -1 then
- set the loc of sprite 24 to point(2000, 2000)
- else
- set the member of sprite 24 to member "uninstall"
- set the loc of sprite 24 to point(127, posv)
- set posv to posv + 20
- end if
- if the number of member (SOFtemp & "_competition") = -1 then
- set the loc of sprite 25 to point(2000, 2000)
- else
- set the member of sprite 25 to member "competition"
- set the loc of sprite 25 to point(127, posv)
- set posv to posv + 20
- end if
- if the number of member (SOFtemp & "_weblink") = -1 then
- set the loc of sprite 26 to point(2000, 2000)
- else
- set the member of sprite 26 to member "weblink"
- set the loc of sprite 26 to point(127, posv)
- set posv to posv + 20
- end if
- set the member of sprite 32 to member "dots"
- set the loc of sprite 32 to point(127, posv)
- set the member of sprite 2 to member "temp2"
- repeat with q = 30 to 31
- set the member of sprite q to member "softdot"
- set the loc of sprite q to point(2000, 2000)
- end repeat
- set thiscount to "put count(" & whichsection & ") into t"
- do(thiscount)
- if rollOver(81) then
- set the member of sprite 85 to member "ENTERTAINMENT2"
- set the member of sprite 86 to member "entertainmentrollover"
- set the loc of sprite 86 to point(193, 397)
- else
- if rollOver(82) then
- set the member of sprite 85 to member "DEVELOP2"
- set the member of sprite 86 to member "developrollover"
- set the loc of sprite 86 to point(319, 396)
- else
- if rollOver(83) then
- set the member of sprite 85 to member "SOHO2"
- set the member of sprite 86 to member "utilsrollover"
- set the loc of sprite 86 to point(446, 397)
- else
- if rollOver(84) then
- set the member of sprite 85 to member "UTILS2"
- set the member of sprite 86 to member "sohorollover"
- set the loc of sprite 86 to point(573, 396)
- else
- set the member of sprite 85 to SOFSelectedSection
- set the member of sprite 86 to member "softdot"
- set the loc of sprite 86 to point(2000, 2000)
- end if
- end if
- end if
- end if
- repeat with B = 20 to 29
- if rollOver(B) then
- set the member of sprite B to member getAt(getAt(SOFrolllist, B - 19), 2)
- next repeat
- end if
- set the member of sprite B to member getAt(getAt(SOFrolllist, B - 19), 1)
- end repeat
- if rollOver(41) then
- set the member of sprite 41 to member SOFinstall
- else
- set the member of sprite 41 to member SOFinstallbutton
- end if
- if rollOver(71) then
- set the member of sprite 71 to member "leftbrowsered"
- else
- set the member of sprite 71 to member "leftbrowse"
- end if
- if rollOver(72) then
- set the member of sprite 72 to member "rightbrowsered"
- else
- set the member of sprite 72 to member "rightbrowse"
- end if
- go(the frame)
- end
-