Profile image

Funky trees (control surfaces

276 elliotjuk  6 months ago

Hey all.

https://www.simpleplanes.com/a/3Gw81U/Pythag-2 (link is broken as i removed the old version)

Trying to make the wingtip control surfaces reverse their direction when above 30 degree AOA.
Tried the code "(AngleOfAttack >= 30) ? Roll : -Roll" but it doesn't work.
Can anyone give me a few pointers?
thanks.