Having trouble with unique moveable actives
Hello.
I'm having trouble getting my cloned actives to have unique movements.
What I'm trying to get is...
Click on an active to drag it around.
Release to throw it in the direction and speed it was released at.
I've got it working for a single active, but I'm havign trouble with multiple actives.
I want to be able to click on active A and throw it in a direction, then click active B and throw it in a different direction.
Can anyone help?
View MFA
Re: Having trouble with unique moveable actives
identifying which copy of the active object you're specifying can be a bit tricky sometimes.
Try: clicking on the object sets a flag on.
then use the 'flag is on' with all the conditions that throw/drag the object. (setting the flag off after you let go of the object)
Re: Having trouble with unique moveable actives
You mean like this?
http://mfa.aquadasoft.com/view/1308509514-ThrowObjects
Re: Having trouble with unique moveable actives
Yes, like that. :)
That looks like a much cleaner way of doing it.
Thanks LB.