home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gInc, gInc2, gAnimList, gAnimList2
- set gInc to 1
- set gInc2 to 1
- set gAnimList to ["IconNormal", "IconIn", "IconNormal", "IconOut"]
- set gAnimList2 to ["IconNormal", "IconIn"]
- repeat with channel = 2 to 48
- set the cursor of sprite channel to [the number of member "Hand", the number of member "HandMask"]
- end repeat
- initFiles()
- end
-
- on initFiles
- global dressup
- set dressup to "dressup"
- end
-