home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gmovieStack, gLevel, gAct, chgAct, pDic, gRoot
- if gAct = "f" then
- set the picture of cast chgAct to the picture of cast pDic
- set gAct to "p"
- else
- repeat with i = 8 to 44
- set the cursor of sprite i to -1
- end repeat
- set gLevel to gLevel - 1
- go(1, gRoot & getAt(gmovieStack, gLevel))
- end if
- end
-