Ok I have another problem now. The function above works fine when i plug in $box01 into the actual function. However what i need to be able to do is …
Yep that worked!! Thanks again. fn comparefn v1 v2 = ( local d = atan2 (($box01.pos.x) – (v1.pos.x)) (($box01.pos.y) – (v1.pos.y)) local e = atan2 …
you are a hero! That sounds like it will work like a dream. Cheers
Is there anyway I could use atan2 but change the origin to a new point? If this is possible I think it would solve my problem easily.
Yeh sorry I forgot to mention that, I am doing 2d. I will have a look that that now, Hopefully that will sort out my problems! Cheers.
Worked like a dream! cheers
Cheers Dmaxer! Iv had a look at the script and your animations and it seems like its exactly what iv been looking for!! Its gona take me a while to w…
Right I have managed to find a program (adobe audition) which i can use to create text files based on the audio file. The problem I have now is that …
Thanks for the help chaps! I think in my situation it would be really good to convert the audio file into an array and then use the raw data that way…
Basically I want to use a audio file as an input to create a 3d form. I would like to base it on the fundamental structure of the music, so maybe use …
Thanks, I think that solves my problem! I assume if i have a function with variables i will be able to something like: b.test.testFn variable01 varia…