home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global QTVidsAvail, FeaturesActive, DivsActive, Uactive
- set DivsActive to 0
- puppetSprite(18, 0)
- set Uactive to 1
- if (the mouseV > 169) and (the mouseV < 187) then
- puppetSound("slide-in")
- updateStage()
- cursor(4)
- go("FS1")
- else
- if (the mouseV > 194) and (the mouseV < 210) then
- puppetSound("slide-in")
- updateStage()
- cursor(4)
- go("FS2")
- else
- if (the mouseV > 217) and (the mouseV < 234) then
- puppetSound("slide-in")
- updateStage()
- cursor(4)
- go("FS3")
- else
- if (the mouseV > 241) and (the mouseV < 257) then
- puppetSound("slide-in")
- updateStage()
- cursor(4)
- go("FS4")
- else
- if (the mouseV > 264) and (the mouseV < 282) then
- puppetSound("slide-in")
- updateStage()
- cursor(4)
- if QTVidsAvail then
- puppetSprite(17, 0)
- set FeaturesActive to 0
- go("FS5")
- else
- puppetSound("NoVids")
- cursor(-1)
- end if
- else
- if (the mouseV > 289) and (the mouseV < 306) then
- puppetSound("slide-in")
- updateStage()
- cursor(4)
- go("FS6")
- else
- if (the mouseV > 313) and (the mouseV < 329) then
- puppetSound("slide-in")
- updateStage()
- cursor(4)
- go("FS7")
- else
- if (the mouseV > 337) and (the mouseV < 354) then
- puppetSound("slide-in")
- updateStage()
- cursor(4)
- go("FS8")
- else
- if (the mouseV > 362) and (the mouseV < 378) then
- puppetSound("slide-in")
- updateStage()
- cursor(4)
- if QTVidsAvail then
- go("FS9")
- else
- puppetSound("NoVids")
- cursor(-1)
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-