Meeting 11
MC: Roy
Next Wednesday: Daphne
LVL2
Work session
You will have a progress presentation after the game break
LVL1
Construct 3
Getting access to Construct 3:
- Go to editor.construct.net
- Click Free Edition (top right corner)
- Select Enter Access Code
Layout: design view for adding/positioning objects
Objects: programmatic "things" that can be manipulated by code
Objects in Construct 3:
- the game itself (system object)
- programmatic capabilities (such as mouse access, keyboard access, etc.)
- background (tiles)
- images (sprites)
Behaviors: capabilities added to objects
Crash course demo
Download game assets: crash-course-img.zip
This demo is also available on video on the Construct video tutorials page.