home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- productSelect(#reverse)
- end
-
- on mouseUp
- global tProductSelect, tSectionSelect
- set the castNum of sprite the clickOn to the number of cast "leftArrow"
- if tSectionSelect = "order" then
- go(label(tProductSelect & tSectionSelect) + 6)
- else
- go(label(tProductSelect & tSectionSelect) + 3)
- end if
- puppetSprite(the clickOn, 0)
- updateStage()
- end
-