Step 1: Create Wing Objects
First, we must create a Left Wing and Right Wing object for each Enemy. At the start of the frame, we run a fast loop as many times as there are Enemy objects. Each loop will create both wing objects. It doesn't matter at which co-ordinates because we will position them later.- Start of frame
: Start loop "Create Wings" NObjects( "
" )
- On loop "Create Wings"
: Create
at (0,0) layer 1
: Create
at (0,0) layer 1
4