xvelocity = view.xvelocity;

view.xvelocity returns a value.
But when I try to assign view.xvelocity to an actor it does not return a value.
I have this in the actor's draw event. What am I doing wrong?
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?