home *** CD-ROM | disk | FTP | other *** search
- property textRegionList, textButtons
-
- on new me, fullRegionList, whichSprite
- set textRegionList to duplicate(fullRegionList)
- set textButtons to new(script "buttonObject", whichSprite, textRegionList)
- return me
- end
-
- on death me
- set textRegionList to 0
- set textButtons to 0
- end
-
- on updateMenu me
- updateButton(textButtons)
- end
-