Author Topic: I need help with events  (Read 338 times)

Hello,I need help with events.I am trying to figure out how to make these laser cannons on my spaceship build go straight ahead.What are the events to make them go forward straight?

If you mean the emitter "Laser A"

OnActivate > Self > SetEmitterDirection

You can also tick one of the radio boxes to change the direction

I think he wants to make a turret shoot lasers.

Well we can't know exacteley , since we do not know wich direction your turret faces.
Try:
Code: [Select]
OnActivate>Self>SpawnProjectile>[Projectile] [0] [100] [0]And if that makes it go the wrong direction , take:
Code: [Select]
OnActivate>Self>SpawnProjectile>[Projectile] [100] [0] [0]if it still doesn't work , take the 2 examples above , and put a - infront of the 100.

and to figure out wich way it doze face, get the compas

btw, on the spawnpojectile, ihe spaces are [+e-w] [+n-s] [+up-down]