Wrap Question
Hi All,
I have an actor who rides across the screen on a platform,the problem is that I have a X wrap so he can continue going round indefinately but when he wraps he nearly always falls off unless he is right in the middle of the platform.
If anyone has any ideas why this is happening or how to fix it I would be grateful to hear them.
Cheers.
I have an actor who rides across the screen on a platform,the problem is that I have a X wrap so he can continue going round indefinately but when he wraps he nearly always falls off unless he is right in the middle of the platform.
If anyone has any ideas why this is happening or how to fix it I would be grateful to hear them.
Cheers.
It’s not a bug – it’s an undocumented feature
Comments
however…
on the ridingActor:
Rule: when
Attribute: self.Position.X (or Y) ≤ 1
--Timer: For: 0.5 seconds √ Run to Completion … so following only fires once
--changeAttribute: self.Position.X To: self.Position.X - 10 … whatever keeps the actor from falling off
(I tried with actor's Motion.Linear Velocity.X = 50)
please post more information on your actors' rules/behaviors or an image …
so we can see what is happening and may be why your rider falls
@};- MH
The rules are pretty much set up like tshirts tutorial here; http://gshelper.com/?category_name=videos&paged=8 (the jump through the platform one)
except I have the platform moving to the right with added friction so the actor moves with it. And the scene is wrapped
Hope this makes sense!
It’s not a bug – it’s an undocumented feature
I downloaded that one … it is great … but there is no warp X activated … and the platform doesn't move
so … I ask how does your platform moves?
ah … send me your file: my name at gmail.com
@};- MH
It’s not a bug – it’s an undocumented feature
It’s not a bug – it’s an undocumented feature