home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set myObject to the frameLabel
- puppetSound("Klick")
- updateStage()
- bestellen(myObject)
- if myObject = "Kappe" then
- go(label("bestell") + 1)
- else
- if myObject = "Jacke" then
- go(label("bestell") + 2)
- else
- if myObject = "Shirt" then
- go(label("bestell") + 3)
- else
- go("bestell")
- end if
- end if
- end if
- end
-