|
From: Marigold the 2nd on 23 Jan 2008 03:54 Is there a way I can use code to stop a Flash movie from moving around? Also I have lots of movies that are the same size so it would be good to keep them all in the same position. Can I do this using code?
From: Erik **AdobeCommunityExpert** on 23 Jan 2008 09:29 Why are they moving around? If you don't want to be able to click on it so you can't accidentally move it with the mouse during authoring, put movable:=false in a calc attached to the sprite. But may be more effective to use SetPostPoint and SetPostSize. Be aware for those two functions that the 'point' argument needs to be Point(x,y) not just x/y values. Erik Marigold the 2nd wrote: > Is there a way I can use code to stop a Flash movie from moving around? > > Also I have lots of movies that are the same size so it would be good to keep > them all in the same position. Can I do this using code? > -- Erik Lord http://www.capemedia.net Adobe Community Expert - Authorware http://www.adobe.com/communities/experts/ ------------------------------------------------------------------------ http://www.awaretips.net - samples, tips, products, faqs, and links! *Search the A'ware newsgroup archives* http://groups.google.com/group/macromedia.authorware
From: Steve Howard on 25 Jan 2008 19:10 > Why are they moving around? I'm guessing it's only movable in editing mode... > If you don't want to be able to click on it so you can't accidentally > move it with the mouse during authoring, put > movable:=false > in a calc attached to the sprite. :-) Steve
|
Pages: 1 Prev: Controlling the browser 'x' button Next: authorware 5.1 probleme m?moire |