home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Technology
/
INVENTORLABS_TECHNOLOGY.BIN
/
mac
/
FILES
/
INVEST.DIR
/
00698_Script_698
< prev
next >
Wrap
Text File
|
1997-05-26
|
606b
|
27 lines
on getrects startsprite, endsprite
global cirrects
set startcast = the number of cast "LABEL -BATTERY"
set cirrects = [:]
repeat with counter = startsprite to endsprite
set castindex = the number of cast (the castnum of sprite counter) - startcast
addprop(cirrects,castindex,the rect of sprite counter)
end repeat
end getrects
on loopme
repeat with counter = 275 to 320
set the loop of cast counter = TRUE
set the directtostage of cast counter = TRUE
set the sound of cast counter = FALSE
end repeat
end loopme