Type: Assembly brain
Level: not in gallery
Pages: 1
Description: Found in the Horizontal Platforms Assembly. The assembly has 2 sets of platforms which are created and move along 2 separate paths, As they reach the end of the path they flash red then are destroyed.
Platform brain (both the same but use different paths)
- WHEN DO [move][on path][path 1]
- WHEN [path complete]
- …WHEN DO [play fx][fx:Wood explosion]
- …WHEN DO [destroy]
- WHEN [after][crossed waypoint]
- …WHEN [countdown timer][0.25][loop] DO [damage]
Path brain (both the same but create separate platforms)
- WHEN [countdown timer][3][loop][trigger on start] DO [create][iwp:platform 1][at position][position]
Path settings
Mover Mode: Play Once
Starting Waypoint: 0
Speed: 0.05
Pause at End: 0
Pause at Points: 0
Path Type: Straight
Orientation: 2D
Movement: Smooth
Alterations
Without the damage and flashing
6. WHEN [countdown timer] DO [destroy]