Simple Spring (Construct 3 Behaviours)

  • UpvoteUpvote 3 DownvoteDownvote
    This content is deleted
    Addon
    Simple Spring

    Simple numeric spring physics. Springs a value from a start to a target with velocity inheritance. Can be used for (Angle, Position, Animation Frame, Z-Elevatio...

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Hello!

    the example is not working for me. in that nothing is "springing"

    firefox gives this error TypeError: can't access property "dt", this._inst is undefined

    main.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'dt')

    chrome gives this one

    at self.ISDKBehaviorInstanceBase._tick (main.js:1:913)

    at C3.Runtime._CallBehaviorTickMethod (runtime.js:1:34025)

    at C3.Runtime._BehaviorTick (runtime.js:1:34330)

    at C3.Runtime.Step_AfterPreTick (runtime.js:1:38746)

    at C3.Runtime.Tick (runtime.js:1:36774)

    at normal (runtime.js:1:3733)