So here another Question:
How is it possible to move an Vector or object by lingo?
without making any keyframes! And the moving must be visual... okay thanks
for example,
sprite (x).locV=sprite (x).locV+1
x being the sprite number you want to move.
so on mouseDown the sprite x will move one pixel down.
you could use it on a prepareFrame handler(along with an exitframe handler and go to frame action to hold it on the current) or as some button interaction.
You should see the movement of an object visually if you use locV+1 or -1 and locH+1 or -1 because it is moving the object
incremently by pixel.
Put that above code in a prepareFrame handler
and in the exitframe handler put play the frame or go to frame, it will keep looping to the same frame and move the sprite accordingly.
Otherwise I do not know what you mean by a "visual" move.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.