home *** CD-ROM | disk | FTP | other *** search
- on correctregpoint n, m
- preLoadCast(n, m)
- repeat with i = n to m
- set the regPoint of cast i to point(the width of cast i / 2, the height of cast i / 2)
- put i && the regPoint of cast i
- end repeat
- end
-
- on showregpoint
- repeat with i = 105 to 404
- put i && the regPoint of cast i
- end repeat
- end
-
- on namechange
- repeat with i = 105 to 204
- set the name of cast i to "120" & "HA" & char 3 to 6 of the name of cast i
- end repeat
- repeat with i = 205 to 304
- set the name of cast i to "240" & "HA" & char 3 to 6 of the name of cast i
- end repeat
- repeat with i = 305 to 404
- set the name of cast i to "640" & "HA" & char 3 to 6 of the name of cast i
- end repeat
- end
-