1 Mouse Interactions
Review Events
If these conditions are true, run these actions
An event consists of two main parts:
Conditions: Tests that check if certain criteria are met (e.g., "Is spacebar down?")
Actions: Operations that run when all conditions are met (e.g., "Create a bullet object")
On Game Start
Start Game (system). Then change text for TextForScene
Click Path A
Click PathA
object. Change frame number from 0 to 1. Set TextForScene
.
Click Path B
Click PathB
object. Change frame number from 0 to 2. Set TextForScene
.
Check-Check
Download Step
Download completed example file for this step
Mouse Interactions
Last updated