How to Lock a bar in rotation??
venon_it
Member, PRO Posts: 594
Hi,
i create a game and insert a bar in rotation, but when pass the actor, the actor move a bar! How to lock a bar?
This is a exemple :
http://gamesalad.com/game/play/29702
Thanksss
i create a game and insert a bar in rotation, but when pass the actor, the actor move a bar! How to lock a bar?
This is a exemple :
http://gamesalad.com/game/play/29702
Thanksss
Comments
I cannot see your example, it crashes my browser for some reason.
But I assume that you want a propeller or something like that in the scene, and not be able to move it.
You'll need to use 3 Constrain Attributes on the propeller:
Constrain Attribute: self.PositionX
Constrain Attribute: self.PositionY
Constrain Attribute: self.AngularVelocity
Hope this helps!
this is the link : http://gamesalad.com/game/play/29746
Help meeee pleaseee
thanks
http://gamesalad.com/game/play/29746
Thanksss
Yeah, just do as I suggeseted:
You'll need to use 3 Constrain Attributes on the propeller:
Constrain Attribute: self.PositionX
Constrain Attribute: self.PositionY
Constrain Attribute: self.AngularVelocity