I dunno, I just start a new blank flame and randomly place some triangles in it, change some variables and when I see something that looks like it might be cool I just go from there
One trick I use is loading the default animation script and then changing it so that it only selects the transform I'm dealing with and then rotate, stretch,squash it, etc.
you just add this line:
SetActiveTransform(0);
Then change the number (0) to whatever transform you are working on, just remember if/when you do this that apo counts from 0 so zero would be Transform One, (1) would be transform 2, etc.
I also use the Post Transforms and more times than not a Final Fx Transform so I get different designs each time
I know what you mean though, all my julians look the same so I don't really mess with that style much anymore.
How DO you come up with such different designs each time, though? Mine would start to look samey after a while even if I had twice the talent you did.
And man, would that take effort. D: Twice the talent?! Wooooah.
One trick I use is loading the default animation script and then changing it so that it only selects the transform I'm dealing with and then rotate, stretch,squash it, etc.
you just add this line:
SetActiveTransform(0);
Then change the number (0) to whatever transform you are working on, just remember if/when you do this that apo counts from 0 so zero would be Transform One, (1) would be transform 2, etc.
I also use the Post Transforms and more times than not a Final Fx Transform so I get different designs each time
I know what you mean though, all my julians look the same so I don't really mess with that style much anymore.
Thanks for the