Hi,
-- movie script
on erraseFrame fromFrame, toFrame
beginRecording
repeat with f = fromFrame to toFrame
go frame f
repeat with s = 1 to the lastChannel
sprite(s).member = 0
end repeat
updateFrame
end repeat
endRecording
end
regards
---------------------------------
Ramesh CT
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]