Answered
Detect a movieclip's += direction?
Hello,
I want to know how if a movieclip is going += ._y or -=._y
Thanks.
Hello,
I want to know how if a movieclip is going += ._y or -=._y
Thanks.
Without providing for it otherwise, you would need to continually test whether the current _y value is greater than or less than the previous _y value.
I'd probably prepare something such that I'd have a variable assigned values to tell me that status which would be set any time I specify ._y += or ._y -=
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.