home *** CD-ROM | disk | FTP | other *** search
- property ancestor
-
- on birth me, loc, chan
- set ancestor to birth(script "sparkle ancestor", chan)
- set the x of me to getAt(loc, 1)
- set the y of me to getAt(loc, 2)
- set the castList of me to [125, 126, 127, 128, 129, 130, 131, 132, 133]
- set the colList of me to [28, 63, 73, 87, 121, 103, 243, 233, 28]
- set the maxFrames of me to count(the castList of me)
- return me
- end
-