Objects

Introduction

The Objects folder contains most visual and collidable game objects. Objects can be added to Screens and Entities, and when added through Glue, objects will automatically be managed. Objects can be grouped in one of three categories:

  1. Instances of entities

  2. Primitive types (such as FlatRedBall Sprite or Circle)

  3. Objects obtained from a file

Creating an Entity Instance

Entity instances can be created in Glue by drag+dropping an entity onto the Objects folder of a Screen or another entity.

Using the right mouse button when performing the drag+drop allows the selection of a single instance or a list.

Entities can also be added through the right-click menu.

Entities can also be added to screens or other instances of entities.

Last updated