Tracing Motions

Authors @Squeeb and @Anthony The Tracing Motions Extension is an Extension that allows you to trace various motion properties of an actor at your own defined time rate.Some of the basic motion properties that can be traced are=> => X-speed and Y-speed =>facing direction(based on recent movement) =>moving direction(based on recent movement) Download see here how to install an extension Blocks Traces motions of the desired actor at the desired rate of time. Put this block under [Do every ] event. It is necessary to place this block. Enter same time as in the [Do every] block as shown in the image Returns True/False based on the fact whether the actor is currently moving or not. Returns True/False based on the fact whether the actor is currently facing UP/DOWN ( this is done by evaluating the most recent movement of the actor and not the actual direction in which your sprite mig...