How can I make a swing?
InovaTech
Member Posts: 161
hello brothers
I was worried because I could not make a plataform swing when actor collides with it. I want a plataform that is not stable so that when my actor hits it it moves around a specific node or dot like a swing.
I was worried because I could not make a plataform swing when actor collides with it. I want a plataform that is not stable so that when my actor hits it it moves around a specific node or dot like a swing.
Best Answers
-
Socks London, UK.Posts: 12,822Here's a quick swing demo: http://www.mediafire.com/download/esq65tj7udb2m5b/swinger.zip
-
Socks London, UK.Posts: 12,822@InovaTech
do you have one that also rotates around a point?
I don't, but because you've called me 'awesome' (and being impressed with your use of 'u' instead of 'you) I am going to make you a demo.
Answers
There's a separate sub-forum for that kind of thing.
Demo: https://www.mediafire.com/?d7739rob96jbf39
The rotation controls are:
20*cos( self.Time *100)
20 is the amount of rotation.
100 is the speed it rotates at.
Thankyou Really!