Scirra / Construct-feature-requests

A place to submit feature requests and suggestions for Construct.
https://www.construct.net
10 stars 1 forks source link

The ability to edit the "Z Height" of 3d objects #188

Open Baguhan-p opened 5 months ago

Baguhan-p commented 5 months ago

Reviewed guidelines

Checked for duplicate suggestions

Summary

There is no convenient way to change the value of "Z Height" for 3d objects in "TimeLine" and "Twin Animation"

Possible workarounds or alternatives

Now we have to add a local variable and change it in order to set "Z Height" in the every tick event

Proposed solution

Add the ability to change the "Z Height" value for 3d objects in "TimeLine" and "Twin Animation”.

Why is this idea important?

I often use 3D in Construct 3 and sometimes I need the ability to change the "Z Height" for beautiful animations.

Additional remarks

Nothing

fodi commented 5 months ago

Great idea! As far as I know the best workaround (so you can use all features of a tween, like easing, looping, ping pong and such) would be to use the "Tween (value)" action with a custom tag and an "Is tween [tag] playing" event with an action that sets the Z Height to [ObjectName].Tween.Value([tag]).