toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
spinning platform trouble
icanmake
Member
Posts:
466
May 2011
edited November -1
in
Working with GS (Mac)
so i am making a platform game and i have platforms that rotate in a circle but when my player runs across them it affects the rotation of the platform. Any fix for this?
Comments
dotsonj23
Member
Posts:
316
May 2011
Try turning moveable off for spinning platforms and if you need to move them use interpolate. Think rotate will still work but not sure.
BrynjeBamsen
Member
Posts:
188
May 2011
there can be a few reasons for this.
1. Your density i set too low on your rotating platform - try setting it to 1000
2. if you chose to make it a non-moveable actor. then you have to use interpolate to make it rotate
Interpolate
Self.rotation TO (0.360)
for 1 sec
Then you can put the interpolate rule in a timer the goes every 5 sec or something like that.
just a thought
kapser
Member
Posts:
458
May 2011
I'm a newb, but fixed rotation maybe?
Sign In
or
Register
to comment.
Comments
1. Your density i set too low on your rotating platform - try setting it to 1000
2. if you chose to make it a non-moveable actor. then you have to use interpolate to make it rotate
Interpolate
Self.rotation TO (0.360)
for 1 sec
Then you can put the interpolate rule in a timer the goes every 5 sec or something like that.
just a thought