home *** CD-ROM | disk | FTP | other *** search
- on managePopMenu Hoff, Voff, popItems
- global castData
- set me to the clickOn
- set x to the castNum of sprite me
- set the castNum of sprite me to x + 1
- set theLt to the left of sprite me
- set theTp to the top of sprite me
- set theRt to the right of sprite me
- set theBt to the bottom of sprite me
- spriteBox(me, theLt + 1, theTp, theLt + Hoff, theTp + Voff)
- set the visible of sprite me to 0
- repeat while the mouseDown
- set the visible of sprite me to 1
- updateStage()
- end repeat
- set the visible of sprite me to 0
- set the castNum of sprite me to x
- spriteBox(me, theLt, theTp, theRt, theBt)
- set the visible of sprite me to 1
- updateStage()
- end
-