But when I try to assign view.xvelocity to an actor it does not return a value.
- Code: Select all
xvelocity = view.xvelocity;
I have this in the actor's draw event. What am I doing wrong?
xvelocity = view.xvelocity;
void
function ()
{
actor.xvelocity = view.xvelocity;
}
Users browsing this forum: No registered users and 1 guest