ActionScript 2.0 :: Center A Movie Clip On 100% Stage?

Jan 27, 2006

How i can get a Movieclip centered on a 100% Stage?Stage.align = T; doesnt work :/

and this also not works :/
mc._x = (Stage.width/2)-(mc._width/2);
mc._y = (Stage.height/2)-(mc._height/2);

View 2 Replies


Similar Posts:


ActionScript 1/2 :: Movie Clip In Center Stage Even Fullscreen?

Mar 2, 2012

how do I get a movie clip in the center of the stage, even if it moves to fullscreen

View 3 Replies

ActionScript 2.0 :: Center A Movie Clip Within Two Other Clips To The Stage?

Jul 30, 2007

I'll start off by saying I'm using Flash 8, Actionscript 2.0, and exporting as FlashPlayer 6.I'm trying to do this long landscape with a movie clip labeled, "mainMovie", let's say it's approximately 3600 x 600, while the stage/document dimensions are 800 x 600 .I have script on it so that moving the cursor to the left or right edge of the stage, the entire movie clip shifts left or right and through the rest of the landscape, similar to the 360 vr tours you see for some real estate sites online.On the main stage, I have that movie clip called, "mainMovie". Inside "mainMovie", is another clip called, "singleStrip", and inside that clip, I have other smaller movie clips through the landscape which are labeled and consist of random stuff, like shapes and items and stuff.

Everything works fine. The extra step that I am attempting is that I want the user to be able to scroll through the clip, "click" on an item, and then that item zooms into the front center stage and plays a small animation about that item. These items that are found throughout the landscape are movie clips themselves with script on them to be recognized as buttons.My problem with that is even though the center of my stage would be x=400, y=300, since my mainMovie on the stage scrolls from left to right, when I put in code to tween the item to a center position, that position is only set to the inside of the movie clip and not the center of the stage. I need to center a movie clip within two other clips to the stage.An example of the path of any of those items would be sort of like,

[code]...

That didn't work. It shifted it to a different position, not being the center of the stage.At another point, I tried to fake it out, placing a movie clip of a red ball on the main timeline in the center of the stage, and changed my code to:

[code]...

This didn't work, either.I do have other code that affects the motion scroll of the mainMovie from left to right, but I don't think this is the problem, I could be wrong.

View 2 Replies

ActionScript 2.0 :: Center A Dynamically Generated Movie Clip On Stage?

Feb 4, 2009

I have created an empty movie clip in the root, I load dynamically some jpg to the empty movie clip, but now I want to center it and I can't I have this code, it centers the movie clip but on the registration point of 0,0 not in the middle of the movie clip so the movie clip will show up nice and centered.

ActionScript Code:
var stageL:Object = new Object ();
stageL.onResize = function () {

[code]....

View 9 Replies

ActionScript 2.0 :: Make Clip Go To The Center Of The Stage And Stop?

Jan 12, 2006

ahoy there me hearties

Ive got a bit of a dilemma...

new Tween(clip,"_x",Bounce.easeInOut,clip._x,Stage.wid th,6,false);
new Tween(clip,"_x",Bounce.easeInOut,clip._x,Stage.hei ght,7,false);

what would be the correct way to write this to make clip go to the center of the stage and stop? At the moment it takes off to the left, never to be seen again..

View 2 Replies

Center Component In Movie Clip?

Feb 18, 2011

I'm try to build a photo gallery using the flash components SlideShowPro and ThumbGrid. I have put ThumbGrid inside a movie clip called thumbs_mc that slides in and out when you mouse over it to show or hide the thumbs. That part is working, but I would like to have the stage and thumbs_mc resize to the browser width with ThumbGrid centered inside thumbs_mc.

Resize and scaling the stage and movie clips is not a problem, but I can't figure out how to keep ThumbGrid centered inside the containing movie clip. ThumbGrid is a fixed width component, and the only way I can get it to work is to have the mc the same width as the component. Here's the part of the AS that I'm using to control the positioning now:

Code:
thumbs_mc.x = (sw/2) - (thumbs_mc.my_tg.width/2);
thumbs_mc.y = sh-25;

View 7 Replies

When Add Animation To Library, Movie Clip Goes Far From Center?

Jan 10, 2010

when i add my animation to library movie clip goes far from center, why is this happening and how can i fix it?

View 5 Replies

ActionScript 2.0 :: LoadMovie In The Center Of Movie Clip

Mar 31, 2010

(using actionscript 2.0) I have a mc titled 'mc_othersitterimage1' Within 'mc_othersitterimage1' I have one layer with a simple shape that measures 85px x 85px, and I have another layer that has this actionscript on it:

Code:
this.loadMovie(perfectsitterimageURL1);
this._width = 30;
this._height = 30;

('perfectsitterimageURL1' is a variable for an image url. All of the images are NOT the exact same size.) I'd like the image to load in the center of my 85x85 pixel square. I have the registration point in the center of 'mc_othersitterimage1', but it still doesn't seem to work

View 1 Replies

ActionScript 3.0 :: Detecting The Center Of A Movie Clip?

Mar 18, 2009

I am getting some overlap issues when I'm using the hitTestObject function to determine if I am over a particular target area. Is there anyway I can have the center of my movie clip determine if it's over the target area instead of using the whole clip? I am using:

mc.hitTestObject(targeItem);

It is the "mc" that i would like to use the center point instead of the whole movie clip.

View 8 Replies

ActionScript 3.0 :: Can't Center Movie Clips On Stage

Jan 19, 2009

Im having trouble centering my movie clips on the stage.

I have postioned movie clip holders on the stage and and coded them to be invisible (10 of them). If the images loaded are less than 10, the extra movie clip holders stay invisible and the loaded ones become visible.I am struggling to center the visible movie clip holders.[code]...

View 1 Replies

ActionScript 3.0 :: Center Image/movie Clip On Click?

Oct 23, 2009

i am trying to center the image once clicked, i have multiple images(4) and want them to open dead center on the stage i would also like to close the opened image when the next one opens and return it to original position!

what i have got so far:-
 
stop();port1_mc.doubleClickEnabled=true;
var centerX:uint = stage.stageWidth / 2;var centerY:uint = stage.stageHeight / 2;
port1_mc.addEventListener(MouseEvent.DOUBLE_CLICK, go);
function go(evt:MouseEvent):void{
//opens image to the stage  gotoAndPlay (2);}

View 5 Replies

Professional :: Zoom To Movie Clip And Center On Child?

Jul 20, 2010

I have a movie clip of all counties in the state of Montana (allcnt_mc). Within allcnt_mc there are individual movie clips specific to each county with name equal to the county's name. When clicking on a county, I'd like to zoom to that county and center the stage on it. I've added event listeners to all counties through querying an xml table that has demographic info I am calling into dynamic text boxes. Here is the code I have thus far to load the xml and add the listeners to the county movie clips.
 
//load xml
var xmlLoader:URLLoader = new URLLoader();
var xmlData:XML = new XML();
xmlLoader.addEventListener(Event.COMPLETE, LoadXML);

[Code]....

View 5 Replies

ActionScript 3.0 :: Center An Image Inside A Movie Clip Via Xml?

Nov 27, 2011

i have the following code which works. Its for two buttons either side of a movie clip (holder_mc) which holds the images. The images load but their top left corner go to the 0,0 position of the movie clip (top left). My images are all different sizes and i want them all to be centred. I have looked at alot of threads and cant figure it out.

View 2 Replies

ActionScript 2.0 :: Center A Dynamic Created Movie Clip?

Apr 7, 2006

I have got a movie clip that is dynamically created with actionscript I then load an external swf into that movieclip. My problem is having it centered when I view it in my browser..How do place I center that dynamic created movie clip? I was trying this but it's not seeming to work.

Code:

var container:MovieClip = this.createEmptyMovieClip("container_mc", 0);
container._x =Stage.width/2;
container._y =Stage.height/2;

View 7 Replies

ActionScript 3.0 :: Flash Start At Center Of Movie Clip?

Feb 28, 2011

I have a movie clip container that contains 7 smaller movie clips, images converted to movie clips actually. This is a scrolling banner that can scroll left or right.

How do I start in the middle of this banner instead of the far left? That is, when the script first loads I want to be able to scroll left and right, not just right.

View 1 Replies

ActionScript 2.0 :: Change Center (rotational) Point Of A Movie Clip?

May 21, 2007

Is there a way to move the center point (rotational point) of a movie clip using actionscript?

View 3 Replies

ActionScript 2.0 :: Center A Movie Clip That Is Included In A Flash Popup?

Jun 28, 2010

So I am creating a photo gallery and in the process I have created a button that links to a movieclip and plays it to appear as a popup window of the larger picture.

on(release) {
attachMovie("gallery_mc", "window", 1);
window._x = 250;
window._y = 150;
}

I then included a close button that simply posts

on(release) {
this.removeMovieClip(window);
}

I am curious as how to make the movie clip popup centered in the screen as it is now popping up in the upper left hand side of the flash movie.

View 2 Replies

ActionScript 2.0 :: Load A Random Movie Clip From The Library To An Empty Clip On The Stage Called (bg_graphics)?

Oct 20, 2004

I want to load a random movie clip from the library to an empty clip on the stage called (bg_graphics). the clips in the library are called (green, blue, yellow).

View 5 Replies

ActionScript 3.0 :: Flash - All Movie Clips To Be Placed On Stage With Equal Gap Between Each Movie Clip?

Sep 19, 2011

I have some (Eg. 10) Movie Clips on bottom of the Stage (aligned horizontally) with different sizes (different width & height). I want them to align vertically on middle of the stage with same gap (irrespective of their sizes) in between 2 Movie Clips. Is it possible using AS3 code?

View 3 Replies

Keep Center Of The Movie In The Center Of The Scree Regardless Of Browser Size?

Mar 23, 2009

My flash movie is 1440x900 but the area where all the important stuff happens in within 1024x768, i am trying to keep the middle in the center regardless of browers size or aspect ratio.

I can center the page but it doesn't work as i need it to. If the browers is small (1024x768) the swf is justified against the left edge, but not keeping the middle in the middle of the brower.

[URL] is an example of exactly what i am trying to achieve.

View 13 Replies

ActionScript 3.0 :: Movie Clip By Clicking On Movie Cilp On The Stage

Jul 5, 2009

I could code in movie clip by clicking on movie cilp on the stage but in As3 I could not do . Is this restricted to code on movie clip ?

View 7 Replies

ActionScript 3.0 :: Reaching A Movie On The Stage From Inside Another Movie Clip?

Dec 28, 2009

I'm trying to reach a body of text which i turned into a movie clip which is on the main stage, and have it scroll up/down whenever it rolls over the designated hot spots. Here's what i have.

stage.addEventListener(MouseEvent.MOUSE_MOVE,down1,false,0,true);
function down1(e:MouseEvent):void {
if (mouseX>=0 && mouseX<=42 && mouseY>111.1 && mouseY<146.1) {

[code].....

View 3 Replies

AS3 :: Draw A Line From The Center Of The Stage Out And Increment Around The Stage?

Jan 31, 2010

I am trying to have flash draw a line from the center of the stage out and increment around the stage. Not sure what math I would use to do this though. So far I have the line going out to a certain point but not sure how to change that point so that it circles around whatever the dimensions of my stage would be.

So far I have this:

var linetox=0;
var linetoy=0;
var _stage=this;[code]...

which obviously moves the destination ending of the line lower and lower, just trying to get it to draw around the screen (like a clock)

View 1 Replies

Making Movie Clip Appear On Stage

Sep 27, 2009

Making a Comic book/Video game with Flash Action Script 2.0. Check out my blog ive uploaded a couple of demos on it.Anyways i want to make a movie clip appear on stage when the user finds a key. The movie clip would be used as a trigger to send the player into an other version of the second level where a door would now be unlockable (only if he has the key).I know how to make the hittest work its making the movie clip appear on stage with an action that is giving me problemes.

View 2 Replies

ActionScript 3.0 :: Add The Corresponding Movie Clip To The Stage?

May 21, 2009

I'm having a little trouble with the following code. When a user clicks on a button, I would like to add the corresponding movie clip to the stage, and remove the previous movie clip. This code works, but I know I am adding all the movie clips onto the stage at once, which isn't what I want. I don't want the movie clips to tween onto the stage, I want them to just play. 
 
var arrNavigation:Array = [{button:about_mcButton, page:about_mc},{button:n2_mcButton, page:services_mc},
{button:n3_mcButton, page:products_mc}]
for(var i=0;i<arrNavigation.length;i++){

[code].....

View 2 Replies

ActionScript 2.0 :: Cannot See The Movie Clip On The Stage?

Jul 27, 2009

i am still quite beginner. How come i cannot see the movie clip on the stage even though i tried to drag and drop the explosion movie clip from the library?

Another question: How to import and test by scrubbing the playhead between 0 and 20 frames to show the animation of explosion on the stage, not testing in flash format.

View 1 Replies

ActionScript 3.0 :: Add A Movie Clip To The Stage?

Sep 16, 2009

I'm having problems with a combobox that I've got set up to add a movie clip to the stage. What I'd like to happen is when a user selects an item from the comboBox the MovieClip is added to the stage. It kind of works but you have to click on the item twice for the MC to be added.Here's my code:

Code:
var IronsMC:Irons = new Irons();
product.addEventListener(ListEvent.ITEM_CLICK, ItemClickHandler);
function ItemClickHandler (event:ListEvent):void {

[Code].....

View 1 Replies

ActionScript 3.0 :: Z Index Of A Movie Clip On Stage?

Aug 17, 2009

I'm trying to set the z index of a movie clip "volume_container" on the stage so it's on top of everything. Right now, the FLVPlaybackCaptioning component brings up captions on top of everything.

View 1 Replies

ActionScript 3.0 :: Resizing Movie Clip Before Its On Stage?

Mar 18, 2010

I have all my content inside a movieclip called 'allmenu' but im only resizing it to fit the stage with a timer hehe , is there any way it could be resized before you see it on the stage, because right now you get this glitchy resizing moment on every page.

PHP Code:
import flash.display.Stage;
import flash.display.StageAlign;

[code].....

View 2 Replies

AS3 :: Changing Stage Variables From Within A Movie Clip

Feb 2, 2012

I want to change variables on the main stage's code from within a movie clip.

Say for example, I want to change a variable called 'chair'

In AS2, this is how I would do it:

(on the main stage)

Code:
chair = 2;
(in the movie clip)

[Code].....

But all I get is a 1119 error saying 'Access of possibly undefined property chair through a reference with static type flash.displayisplayObject.'

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved