Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Director FAQ [14] Objects, Parent Scripts & Factories [14.6] Do objects always relate to sprites?

0
Posted

Director FAQ [14] Objects, Parent Scripts & Factories [14.6] Do objects always relate to sprites?

0

No. As discussed above, objects are just a collection of code and data. They are not sprites. Sprites are sprites. Objects can be used for anything you want to use them for. Sprite control is one common use, but anything that needs multiple instances of some class of thing, or needs to keep data that knows how to manipulate itself (eg. abstract data types like stacks or trees) can be done using objects.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123