rotation problem!
EclipseGamers
Member, PRO Posts: 91
hi, i have a slight problem. ive got 3 actors, two arnt visible and the other is! what i want to do is when touch is press on one of the invisible actors the actor visible can rotate clockwise. and when the other invisible actor is touched the visible actor rotates counter clockwise! any help?
thanks
Comments
So,
When "actor.A" is touched, rotate "actor.B" clockwise.
When "actor.A2" is touched, rotate "actor.B" counterclockwise.
This not working for you?
dont know how to do it?
Make 2 new game attributes, one for each rotation direction.
Put rules on the invisible actors that check for when they're touched. If they're touched, set the corresponding rotation attribute to true. Otherwise, set it false.
In the visible actor, make 2 new rules that each check for when a rotation attribute is true. If it's true, run the behavior that rotates it in the correct direction.
doesnt work well
What does that mean?
Means they're clueless as to what you told them to do.
Did you set the "ELSE" like @Adrenaline had told you to? Did you follow step-by-step without missing any?
@JodyMitoma I gotta hand it to ya, you've just started with GS and you're all over the boards. It's great to see someone so committed to not only excelling in a new field, but also incredibly willing to help others. I'm "new" here too, but I've been around here long enough to notice you're doing something cool.
im new to using gamesalad, only been using it for about a week!
Much appreciated! These forums are a phenomenal place to learn, and because everyone around these parts has been helpful with my troubles, I tend to return the favor without even realizing it. I love to help.
I'm on day 10 of installing GameSalad on my computer, and I'm seriously astonished at how incredible my game is turning out to be. This program, and this community, are both equally incredible.
@McClean91 post screenshots or explain what's happening so we can figure out what's going on. Saying something like "doesn't work well" does nothing at all to help anyone
it doesnt rotate like i want it to