help with a middle orbital move
agueis
Member Posts: 420
Hello, i want that an enemy actor does a middle orbital move, from oº to 180º and from 180º to 0º, can you help me?
Comments
Constrain self.rotation to
90 * sin(self.Time * 100-90)+90
Example: https://www.mediafire.com/?g3kwsqvul7pt8uk
. . . . hold on . . . or do you mean a semicircular path ?
Semicircle 0° to 180°
Link: https://www.mediafire.com/?9k90xv30vsqe3u0
@Socks - Nice! I really like that!
Also, @agueis - Here's a demo ORBZ and I made a while ago. It's not exactly what you're looking for, but maybe it'll help you nonetheless. What's neat about this is that the actors will do a 180 depending on how far they are from the pivot point.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Hello Socks thank you for the tutorial Semicircle 0° to 180°, that was what i need.
Thanks Braydon_SFX