Jump to content

why doesn't setElementVelocity work?


Gaimo

Recommended Posts

Posted
local object = createObject(1265, 0,0,3)
setElementVelocity(object, 0,0,0)

wiki createObject 
Note: Dynamic objects do not automatically have physics applied to them. Use setElementVelocity(object, 0, 0, 0) to fix this.
 

would it be a bug?

  • Moderators
Posted

Try it with a little delay.

local object = createObject(1265, 0,0,3)
setTimer(setElementVelocity, 100, 1, object, 0,0,0)

 

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...