Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Alamaks webforumsuser@macromedia.com #1
Mouse Down, Move Sprite, How?
To anyone out there,
Below is my script of moving a sprite to the right while mouse is down, but instead of move it seems like the entire sprite change to a new location. Can I make it move smoothly like animate it to slide to the left or right? Thanks.
on mouseDown me
sprite(17).locH = sprite(17).locH + 175
go to "Portfolio"
end
-Alamak-
Alamaks webforumsuser@macromedia.com Guest
-
Must Move Mouse
All: I am having a problem in Flex with the click event... I click on a panel set with a click that changes the view to another screen which has... -
how do you move all models in a sprite at once?
Sorry, I'm a newbie at Director 3D. Suppose a 3D member contains multiple models. I have figured out how to move an individual model, but I am not... -
problem with mouse over sprite...
Hey , What i am trying to do is have a sprite (thats in a director movie all the time) and when the mouse hovers over this sprite it will automaticly... -
Move sprite along path with arrow keys???
Hi. I have an idea for a project, but have no idea how to create it in director. I want to move a sprite along a path, by using the up down left... -
Move mouse cursor to X,Y location and simulate mouse click
Hi, Just something that slip my mind.. but how do you move the mouse cursor to a sprite member and simulate a mouse click? Any help is... -
Alamaks webforumsuser@macromedia.com #2
Re: Mouse Down, Move Sprite, How?
Thanks Reznor, but it seems like your code got some errors. I don't know how to fix it.
I am using the "Slide In Out" behaviour now. I use send message (mSlideActivate) to trigger the sprite to slide but how do I write this code in mouseDown event? Thanks.
-Alamak-
Alamaks webforumsuser@macromedia.com Guest



Reply With Quote

