Position Of One MovieClip In Relation To One Underneath
Hi folks, I would like to return the x and y co-ordinates of one MovieClip in relation to another. So, for example, if I had a movieclip of a small square (small1_mc) over/on a higher layer of a larger square (large1_mc) I need to know where the registration point of small1_mc is on large1_mc. I need to do this without using the cursor position i.e. so I would like a user to be able to click a button that returns the position rather than clicking on small1_mc. I would appreciate any help because the only way I can think of doing this is to record the cursor position on large1_mc when small1_mc is clicked. Sorry if this is a no brainer but it's confused me! Many thanks Duff
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 10-19-2005, 11:05 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Movieclip Position (X-Y) In Relation With The Scene
Hi, been trying to figure out an easy way to determine the X-Y coordinates of a movieclip which is already inside another movieclip. The parent movieclip is not animated, and the movieclip inside moves up and down.
If I ask to trace the coordinates of the object, it gives me the coordinates the movieclip has INSIDE it's parent.
Code:
trace("_root.parent_clip.target_clip._y");
I'd like to be able to determine it's position in the global scene. Is there a way ?
Thanks !
Movieclip Position (X-Y) In Relation With The Scene
Hi, been trying to figure out an easy way to determine the X-Y coordinates of a movieclip which is already inside another movieclip. The parent movieclip is not animated, and the movieclip inside moves up and down.
If I ask to trace the coordinates of the object, it gives me the coordinates the movieclip has INSIDE it's parent.
Code:
trace("_root.parent_clip.target_clip._y");
I'd like to be able to determine it's position in the global scene. Is there a way ?
Thanks !
Volume Control In Relation To Track Position
is there a way to automatically control the volume of a sound in relation to its track start and end, ie for example tell AS to fade it in for the first 2 seconds since beginning of the track or fade it out starting the fade out 1 second before the track ends?
PS this is a streamed track and not linked to timeline (all done through AS)
Mouse Position In Relation To Main Time Line
Hi
How would i convert the x and y coordinates of a movie clip from its local values ( ie. in relation to the movie clip its sitting in) to values in relation to the main movie timeline.
I have used this function before but cant remmeber it..
Movie Clip Moves In Relation To Mouse Position
Hi.
I'm a beginner using Flash MX - I found this link;
http://www.ecosign.net/html/__de/arbeiten/arbeiten.php
and would like to do something similar. I thought it would be fairly easy but I've been trying to do it all afternoon but I can't seem to manage. I'm going insane. Can someone please tell me how it is done?
Thanks.
Playing MovieClip In Relation To Drag.
How can i have it so that when someone presses the mouse, and drags it say, 100 pixels to the left, a movieclip will play, corresponding to how far you have moved the mouse. So if you have clicked+dragged 50 pixels the movie will have played half of its timeline, drag of 25 pixels = quater played.? Also so that you can drag it back and forth - altering the movieclip constantly.
Cany anyone help? Thanks.
Positioning And Scaling A Movieclip In Relation To The Stage...
I'm using the "Full Browser Flash" technique and all is working well with one exception, I can't seem to get a movieclip to scale itself to the stage size and then animate.
Example:
I have a movieclip that spans the width of the stage. The code to implement this technique for the FBF stage is working. What I want to do is 1) detect what the size of the stage is, 2) position the movieclip off of the stage using the detected stage size [i.e.: (._x=0-Stage.width)] and 3) animate this movieclip from it's off screen location to it final position.
Let's say the stage size is detected to be 800 pixels wide. This would scale the movieclip to 800 pixels wide. Then the movieclip would be positioned off the stage at an x coordinate of -800. Then the movieclip would animate to the x coordinate of 0.
Make sense?
Please advise. Thanks.
RollOver On A MovieClip Underneath The TextField...
Howdy...
I have a movieClip that I use as a background which sits underneath two textFields that are dynamically generated... I have added MouseEvent.MOUSE_OVER and MouseEvent.MOUSE_OUT to that movieClip so that I can change the alpha value to fade in/out the background...
The problem is when you directly rollOver on top of the textField which prohibits the MouseEvent.MOUSE_OVER happening on the background movieClip...
I tried to set the selectable to false on those textFields, but that did not have any effect...
Any thoughts???
Thanks...
Help Needed With Some Flash8 AS - Rotation Of Movieclip In Relation To Mouse On Stage
Ok, I'll try to keep this fairly simple...
a) I want to create something similar to the menu that is dominant on this website :
http://www.satyricon.no/
though it used to be a bit cooler, with that it used to rotate backwards/depending on where the mouse was in relation to it... I'd like to figure out how its done/be able to implement a similar kind of thing in a flash folio I am slowly making/figuring out ideas for....
Ive been tinkering with other ideas, which are here:
http://members.westnet.com.au/alex66/
Very taken with the idea of creating kind of "orbiting" elements/having interaction in that sense and creating a feeling of "Depth" as well through the use of scale..
Anyhow - the "main" topic of my request here is - to get some help with the Actionscript that I have currently got, which is a horrible mish-mash of code off some of the Kirupa tutes... I am still learning Flash, and Im sure there is still a long long way to go
It's very close to doing what I want it to do, but, Im not sure/have no idea what the missing "element" is that is eluding me
If possible I'd like to be able to "limit" the "speed" of the rotation when the user gets too "close" to the menu, so it doesnt go into hyper speed and become unuseable, and also, not have it ever really truly stop - I guess maybe some easing or something ?
Anyhow, the url for the files is:
http://members.westnet.com.au/alex66/rotation.html [to view/preview it]
http://members.westnet.com.au/alex66/rotation.fla [the Flash 8 .fla]
Ive "commented" the .fla so it should be fairly easy to understand
All and any help really appreciated! I know this is kind of a "really simple" thing, but I've spent hours searching around google and such and trying different things and havent been able to sus it out yet
Regards from "down under" !
A.
Issue With Movieclip Blocking Buttons Underneath
I've successfully set mouseEnabled or mouseChildren to false in order to allow buttons underneath a movieclip to be accessible. For some reason I have this movieclip now that contains a transparent PNG and even with both of those properties set to false, it is still blocking buttons that are underneath it. Is there something else I am missing?
How To Position Mc_example Depending On Position Of Empty Movieclip?
I have a series of movieclips (graphics) which I want to position in a row.
I know that I can define the position of each movieclip individually by _x and _y. But can I place an empty MC on the stage and define the position of every single MC with _x and _y IN RESPECT TO THE POSITION OF THE EMPTY MC - so that ALL movieclips will change their position when I move the empty mc?
Thanks for helping
Aribert
[F8] Control Position Of Playhead In Movieclip By Position Of A Button
I am fairly new to actionscripting and just need a little help.
I have a bar which has a slideable block on it. When this block is dragged, to the left/right i want it to control the playhead inside another movieclip.
For example, when the block is to the far left, the playhead (of my movieclip) will be at the first frame. When the block is dragged to the right it will play the movieclip at the speed that the block is being moved and when it is at the far right it will be on the last frame of the movieclip. And when the block is dragged to the left it will play the movie backwards at the same speed etc...
It is just like the scrubber bars that are in media players, but instead of playing an actual video, i want to play the movieclip which is of an animation.
How would I do this?
Thanks
Movieclip's Position Controls Playhead In 2nd Movieclip...
I am fairly new to actionscripting and just need a little help.
I have a bar which has a slideable block on it. When this block is dragged, to the left/right i want it to control the playhead inside another movieclip.
For example, when the block is to the far left, the playhead (of my movieclip) will be at the first frame. When the block is dragged to the right it will play the movieclip at the speed that the block is being moved and when it is at the far right it will be on the last frame of the movieclip. And when the block is dragged to the left it will play the movie backwards at the same speed etc...
It is just like the scrubber bars that are in media players, but instead of playing an actual video, i want to play the movieclip which is of an animation.
How would I do this?
Thanks
Movieclip's Position Controls Playhead In 2nd Movieclip...
I am fairly new to actionscripting and just need a little help.
I have a bar which has a slideable block on it. When this block is dragged, to the left/right i want it to control the playhead inside another movieclip.
For example, when the block is to the far left, the playhead (of my movieclip) will be at the first frame. When the block is dragged to the right it will play the movieclip at the speed that the block is being moved and when it is at the far right it will be on the last frame of the movieclip. And when the block is dragged to the left it will play the movie backwards at the same speed etc...
It is just like the scrubber bars that are in media players, but instead of playing an actual video, i want to play the movieclip which is of an animation.
How would I do this?
Thanks
Is It Possible To Get The Absolute Position Of A Movieclip Within Another Movieclip?
Just as the title states...
I have a movieclip, which contains three other movie clips. I would like to get the absolute position of the child movieclips (relative to the stage) but when I get their _x and _y values, Flash obviously returns their positions relative to their parent movieclip.
So is it possible to get the position, relative to the stage, of a movieclip within another movieclip?
I had them all set up as independent movie clips, but the process of correctly modifying _rotation of the entire goup becomes overly complicated (if not impossible) when they don't all have the same center points.
Note: I can't simply add the position of the parent to the position of the child because the child position values do not change when the whole movieclip is rotated.
Tracking Position Of A Movieclip In Another Movieclip
I have attached a test movie. Basically, I have four movie clips ("c1" "c2" "c3" "c4") in a main movie clip ("groupcirc") "groupcirc" is being rotated. I have a text movie clip ("text1") external to this and I want it to follow the location of "c1". I have another movieclip with this code on:
onClipEvent(enterFrame){
trace(_root.groupcirc.c1._x);
}
In order to get the _x of "c1" for "text1" to follow. But it just registers 0. Is it possible to get the _x of "c1" from a movie clip external to it?
Any help would be very much appreciated,
Craig
_x Position Of A Movieclip
Hi there,
Why cant i position a simple movieclip when i click a button?
I feel like a total dork
The script of the button:
on (press) {
setProperty (_root.eventsout, _x, 77);
}
"eventsout" is a movieclip, placed in the 1 and only frame that is my flashfile, the button which contains the script to move the movieclip is placed in the same frame!
can anyone please help me out??
How To Position Movieclip
I have a movieclip that contains a logo. What I want the clip to do is shake a little, but when I add the code it screws up it' position.
I want the clip to be at x = 20.9 && y = 6.7. Then I want to shake up and down, left and right a couple of pixels. What is the AS?
[CS3] Getting Position Of A Movieclip
How do I get flash to find the position of a movieclip when I click on it? I want to click on a movieclip, add a child of another movieclip on top of that other movieclip (at the same x/y location) and then remove the child movieclip after it's done playing. I've searched forever on how to find the coordinates, and I thought maybe the get.(movieclip instancename).x would find it, but I can't figure it out.
Help!
X And Y Position Of Movieclip
I have a stage which is 500(w)x300(h)
I then change the stage so that, on a web page its set to 1000(w)x600(h).
I applied:
ActionScript Code:
stage.scaleMode = StageScaleMode.NO_SCALE;
and the following logic to stretch my background to fit the new stage size:
ActionScript Code:
newLayoutWidth = newStageWidth * startingLayoutWidth/startingStageWidth
I have a bar at the top of the screen which needs to be at the top of the screen when the size is doubled, but since scalemode is off (as I need it), it sits in the same position. How can I push it up to the top (ie. figure out the new (relative) y position?)
Get Position Of Movieclip
Hi,
I'm pretty new to AS3, and I need to get the position of a movieclip, specifically it's X position.
How can I get this and assign the resulting number to a variable?
Thanks for you time,
Connor
Movieclip Position
I am trying to use actionscript to draw lines from where a movieclip was to where it is going to be in the next frame of the animation. I don't know what commands, to use to find the position of the movieclip in the next frame, for the line to be drawn to.
Position Of A Movieclip
how can i get the position of a movieclip that inside another movieclip and compare that to the stage?
Position Of External .swf In Movieclip
I am using the set property actions to position an external .swf into the movie clip of another movie.
I have used the following:
on (release) {
loadMovieNum (popup.swf, dropdown);
setProperty ("dropdown", _x, "484");
setProperty ("dropdown", _y, "284");
stop ();
}
What this does is load the popup.swf but gets rid of everything else on the page??
Any ideas??
Thanks in advance
Move Position Of A Movieclip
I have a movieclip at main timeline named mc and I put some code at 1st frame like this
loadMovie("small_test1.jpg","mc");
mc._x = 20;
mc._width = 25;
but it not working correctly.
I want to load some picture in target movieclip then resize and move it to new position. can someone tell me how I do.
Thanks.
Storing Movieclip Position
Hi Guys
I'm trying to create a movie, using shared objects, that stores the position of a dragable movie clip but I'm not having much luck.
I need it so that the user drags then drops and the new position is retained when they revisit the site.
I'd be grateful for anyhelp anyone can give me.
Cheers
Phil
Global Position Of Movieclip
Hi, I'm using Flash MX.
I have a movie clip within another movie clip
let's say ' _root.BaseClip.ProblemClip '
My problem is i want to get the global _x and _y of 'ProblemClip' but i cant seem to figure out how.
I'm prety sure it has to do with the 'LocaltoGlobal()' thing, but i dont know how to use it. It's hard to understand and looks complicated in the example from the FlashMX documentation.
Help would help
Thanks!
Absoulte Movieclip Position
Does anyone know an easy way of getting the position of a movieclip in "stage choordinates".
The reason I need to do this is that i have a drag and drop feature where I would like the draggable objects to center on the targets when dropped on them.
The draggable objects and the targets may exist in different timelines, so I need to calculate their absolute screen positions (as opposed to their _x and _y properties that are relative to their respecitive timelines).
Thanks,
Makac
Controlling Movieclip Position
Hi,
I'm looking to create a navigation system that operates by 'scrolling' a movieclip.
For example, if I have a movieclip that is three times the width of my workspace and is broken into three section (pages 1, 2, and 3). On the click of a button I want the movieclip to be positioned with, say page 3 centred. And, if another button were clicked, page 1 to be centred - scrolling straight past page 2 as necessary.
This site achieves what I'm looking to do, but on a vertical plane: http://www.loungecom.com/
If someone could just give me a shove in the right direction I'd appreciate it.
Cheers
Setting Position Of MovieClip _x
Hi all,
I have a movieclip called shadowing.
The movie clips movement is determined by some code:
Code:
onClipEvent (enterFrame) {
//Set level of movieclip
_root.depth = 150;
_root.depth++;
this.swapDepths(_root.depth);
//Set the speed of _MC
var speed = 2;
var viscosity = 1.5;
//._x position
difference = _root._xmouse -45 - this._x;
xvelocity = (xvelocity+(difference)/speed)/viscosity;
this._x += xvelocity;
}
However the Movieclip is visible across the ._x position across the whole movie.
The problem is that I only want the movieclip to be able to be seen m from a ._x position of 95 and onwards, not the whole movie.
I've tried a few IF statements but nothing seems to be getting it to work.
Any ideas?
Geting X,y Position Of A Movieclip
hi,
1st i'll introduce myself, my name is sajith, a graphic designer in Newdelhi, India.
i have a small problem in flash actionsripting,
i have to identify the 'X,Y position' of a movieclip (movieclip is movable with the help of keyboard ) i have done the moving part. rest is to identify the position, x & y of the movieclip
if u can help me thro' script that would be great, if u r not aware of script, pl. guide me where to get r whom.
SAJI
Checking The Position Of A Movieclip?
Hey Guys,
I have a pretty simple question.
I have a scrolling content in a MovieClip with an instance name of "box". When my scrolling content "box" reaches a particular position, lets say _x postion = 350, I want an action to happen.
Example:
if(box._x == 350){
_root.gotoAndStop(41);
}else{
_root.gotoAndStop(40);
}
--------------------------------------------------------
I tried GetProperty but it didn’t work for me... besides I thought it would work as is above. It doesn’t.
Any help would be appreciated.
Thanks,
MovieClip Align Position
Hi,
I have a simple problem .
Where can I set the absolute position from my “stage”?
What I mean is:
I take a movie clip on the stage, and with the “align panel”, I set the position of this clip to the left – top corner. Sometimes the movie clip is now displayed in the middle of the stage, and sometimes the movie clip is displayed on the left/ top corner ! How can I fix the absolute zero position (x/y) of the stage?
Thanks
David
How Do I Get My Movieclip To Move To A New Position?
I've got a series of buttons, each of which (onRelease) need to tell a movieclip to move to a new xy position. I can get the movieclip to jump to its new position, but is there a way of getting it to make a smooth transition to its new position over 2/3 seconds?
I'm not very advanced so go easy! Thanks.
(using FlashMX)
Setting Movieclip Position
Actionscript is not my friend >.<
I'm working on a small flash animation and I'm having trouble figuring out how to get the effect I want. Basically I have three movie clips set out on my timeline (all on the same layer):
Character_stands >> Character_walks >> Character_sits
The idea is to have the character wander back and forth across the screen, then stop and sit back down. But the actionscript I'm using to move the second MC across the stage stops randomly. So what I want to do is tell flash to move the 3rd MC to the _x where the 2nd MC stops
After trying many many things over the last couple of days I'm stumped :/ Anyone have any ideas/suggestions?
Movieclip Jumps Position
I have several problems with the attached movie.
I'm trying to get the user to return to the "choose scene" after they successfully complete the jigsaw.
I have a movieclip which changes after all pieces have been successfully placed to reveal a button saying "next". It is this button that I'm having problems with. The script I have attached is:
on (release) {
gotoAndPlay("choose",1);
}
but this does not seem to work to target the "choose" scene.
I'm hoping to get round this by using the Load Movie command instead and copying all the jigsaws into separate movies. However if I've done something stupid with my script, please let me know.
However I also have a more worrying problem...
If you go to the "hard" jigsaw and drag a few of the movieclips into the wrong position and let go, sometimes the movieclip with the instance name 2-2 jumps to another position even though I am not dragging it. I can't see anything wrong with the coding.
Any ideas?
Thanks.
Saving Movieclip Position Using Php?
Hi there,
I have a movie where you can drag and drop various movieclips around the screen. When the page is reloaded i want the movie to remember where the clips were on the screen. I assume this would use loadvars and an external php file, but i don't know how to do it.
Any thoughts?
I only know a little php so be gentle with me.
bob
www.bobcooper.org.uk
info@bobcooper.org.uk
[F8] Changing The Position Of My Movieclip HELP
Hi guys,
This is very basic and for some reason it's not working. I am doing a very basic zoom in/out map thing and I have a button where i just want to reset the map to it's original position. So on the reset button I have:
on (release) {
lowestScale = 100;// lowest desired scale of map2 in %
highestScale = 300;// highest desired scale of map2 in %
_root.position=_root.map2._x=456.3, _root.map2._y=109.8;
function reset() {
// calculates scale and sets it
_root.scale = _root.map2._xscale=_root.map2._yscale=lowestScale;
_root.slider.scrollMin = _root.range._y-_root.range._height;// minimum _y value possiible for scrollbar
_root.slider.scrollMax = _root.range._y;// maximum _y value possiible for scrollbar
_root.slider._y = _root.slider.scrollMin+(_root.slider.scrollMax-_root.slider.scrollMin)/1;// sets starting position of scrollbar (currently half-way)
scaleFactor = Math.pow(highestScale/lowestScale, 1/(_root.slider.scrollMax-_root.slider.scrollMin));// variable for SetScale
}
reset();
}
For testing I did the following but it's still didn't work:
on (release) {
_root.map2._x=456.3
_root.map2._y=109.8;
}
Any ideas as to what I am doing wrong, this is so basic it's embarrassing.
Cheers
Duplicating Movieclip Into A Certain Position
Hey folks
Am working on a little flash game and have got stuck with a piece of code. When "clix" is in collision with "bomb" I need an instance of "explosion" to be created where clix was when the collision took place. I'm currently attempting to just make it duplicate and move to a set position but I can't even grasp that...
n= random(10000)
if (_global.timemanzeelives == true) {
if ( this, hitTest(_root.bomb)) {
duplicateMovieClip(explosion, "explosion"+n, 0)
newmovieclip="explosion"+n
newmovieclip._x = 300;
newmovieclip._y = 300;
}
}
I know that the hit test is working as if I put it to delete the mc "this" it deletes it successfully.
If anyone could give me a hand it would be very much appriciated!
Note that there are a significant number of "clix" and there there needs to be more than one "explosion" on screen at a time
-Jordan
_x Position In Nested MovieClip
Hello all. So I have a scrolling movieClip. Inside that movieClip I have 3 instances off the a movieClip to make a continuous loop. In the instances I have "cards" that when the user clicks a card, I want it to scale up to center stage from it's current position in the scrolling movieClip. And when the user closes that "card", I want it to return to it's new position, as the movieClip will continue to scroll as the user is looking at the larger card. Does anyone have a solution handy? I'm tracing the _x position but it stays constant at lets say "10.9". It's not updating. When I trace the _x for my "cardScroll_mc" it gives me updated _x positions. But I need to get the positions for "cardScroll_mc.cards1_mc.card1_mc"; "cardScroll_mc.cards2_mc.card1_mc"; "cardScroll_mc.cards3_mc.card1_mc"; etc.
Initial Position Of Movieclip
I've got a question that I think is pretty basic, but I just can't figure it out despite searching lots of forums.
I've got a movieclip on the stage and I'd like to set its initial X and Y position to some variables before I start moving it around. I don't want to hardcode its initial position. In as2, I'd do something like
Code:
onClipEvent(load){
this.initX = this._x;
this.initY = this._y;
}
Obviously this doesn't work. Instead I could put the following code in when I go to move the object:
Code:
if(this.initX == undefined){
this.initX = this._x;
this.initY = this._y;
}
but this seems like such a hack (maybe the old AS2 way was too!). Anyway, I'm hoping someone can enlighten me on the "right" was to go about this.
thanks.
Setting Movieclip Position
I have a movieclip controlled by a button.... So far everything has gone to plan...
My problem is this... Currently all the Movieclip instances are on the same layer and when the movie is run I find the inactive instances are above the movieclip I wish to be top... Is there a way to set the movieclip to be top when my action is run.
If any more info is need please don't hesitate to ask
Any help would be appreciated.
Regards
Tim
MovieClip Position According Stage
i have a MovieClip and i want to adjust the position on movieClip According to stage size.means i resize the stage than it will adjust position according stage size.either i run this swf in browser it should be same
plz help me.
thanks
Define MovieClip Position With XML
I am building a news scrolling (actually personal quotes from people) with an adjoining map. I have also created a small clip that looks like a spot with concentric circles radiating out from the center. As a new quote appears, I want to place the spot on the map corresponding to that person's location... until the next quote appears, and the spot moves to the next location. How do I write the XML and AS to move my clip as the quote changes... an X,Y attribute or something?
Controlling Movieclip Position
Hey, I'm building a gallery for my new site and scroll the thumbnails inside a movieclip controlled by up/down buttons. I've got the scrolligg to work fine but now I need it to stop when it reaches a certain point.
Here's an example of what I'm working on. As you'll see, if you keep hovering on the up or down buttons the thumbnails keep moving and disappear.
I'm using the following code:
Code:
gallery_up_btn.onRollOver = function() {
gallery.onEnterFrame = function() {
this._y -= 4;
};
};
gallery_up_btn.onRollOut = function() {
delete gallery.onEnterFrame;
};
gallery_down_btn.onRollOver = function() {
gallery.onEnterFrame = function() {
this._y += 4;
};
};
gallery_down_btn.onRollOut = function() {
delete gallery.onEnterFrame;
};
Any ideas?
Al
Flash :: Position MovieClip
Hi,
I am currently implementing a Dating site at college, and need to create an Identikit for the site.
The url to the Identikit is:
http://snet.wit.ie/~ezmatch/identiki...php?user=paddy
In my movie, users choose their features, and the size, and position of the features. The code that records the position of the features is:
on (press) {
startDrag("");
}
on (release) {
stopDrag();
_root.hairx_pos = _root._xmouse;
_root.hairy_pos = _root._ymouse;
}
The names, the size of each feature, and the mouse position of the features are sent to a php file, and the database.
I then have a new movie placed in the php file that opens up with the features placed off the stage. When a button is pressed, the following code executes:
on (release) {
if (feature1 == "hair1") {
setProperty("_root.hair1", _x, x_pos);
setProperty("_root.hair1", _y, y_pos);
}
....and so on...
and the features move into the mouse position set in the first movie and are resized to the dimensions set in the first movie.
What i want to do!
I want to make the features move into the exact position they were in in the first movie.
Is there actionscript i can use to record the movieclip's position (not the mouse position) in the first movie, and call it in the second? Do i have to make the movies the exact same size?
Thank You,
Pat.
Moving MovieClip Position(setproperty)?
I need to move a movie clips position using the setproperty action. I have the addressing done but don't know what numbers to put in the action.
Example:
on (release) {
_root.mc1.mcblue.setProperty ("", _y, "");
}
Mcblue is the movie clip that I want to move, but I dont know what numbers need to go in the "" marks. I want the button to make the clip move down.
Also I need to use set property to rezize a movie clip larger and smaller. Would I use y and x scale or width and height? and how would these be set?
|