Jump to content

Is there a difference between "make" and "add" tween?


threedollarbill
 Share

Recommended Posts

The GameObjectFactory is a quick way to create many common game objects using game.add.

Created objects are automatically added to the appropriate Manager, World, or manually specified parent Group.

The GameObjectCreator is a quick way to create common game objects without adding them to the game world. The object creator can be accessed with game.make.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...