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.
fixed. for some reason it was only using negative AOA as the comparison
just needed to make the AOA variable negative.
new version incase anyone is interested