From: adam on
Is there a way to create sprites programmatically using JavaScript (or Lingo)?
I know that you can swap a sprite?s cast member on the fly, but I would like to
create the actual sprite through code. Any thoughts?

From: Mike Blaustein on
Yes. You can use the commands puppetSprite() or makeScriptedSprite()
From: adam on
Thanks for the response, Mike. makeScriptedSprite() is just what I was looking for. Take care.