Hello,
I'm having a bit of trouble with rotating an object as the bike lands on top of it.
I'm trying to get a column to rotate about 30 degrees over a couple of seconds.
I've attached a Curve Data Source to the yaw of the Object Position Event, start 0, end 30, duration 92 (1.5 seconds).
I've then attached the OPE to the column and a Hit Trigger from the column to the OPE, like so:
[CDS]
/
[OPE]-[HT]
\_____/
[Column]
The problem seems to be that the data source starts running as soon as the game starts, goes up to 30, then when the bike lands on the column it just snaps to 30 degrees instantly.
I can't work out how to delay the data source until the bike lands on the column.
Please help a noobie out![]()
disable the cds
now place an area trigger(or a different trigger)
connect it to a state event so it turns on the cds when you want it to start
Okay, what I've done is.
CDS disabled
Hit Trigger, Set Hitting Objects 2 to the column -> On Hit -> State Event
State Event set to On.
Select Event Targets -> CDS
But now nothing seems to happen when I land on the column.
Your OPE needs a trigger still. Get an interval trigger, set the interval to 1 tick and target the OPE.
Ahhh thankyou!Originally Posted by JaminBen007
All working now, simple in the end