ActionScript 2.0 :: Draggable Movie Clip Loaded From Library?

Apr 14, 2008

I have created a multi-scene flash document. One of my buttons on the stage loads a movie clip from my library and has the following script:

on (press) {
this.attachMovie("help", "window", 1);
window._x = -300;
window._y = 200;
}

Works great. Then inside this movie clip, I have an invisible button with the following script:

on (press) {
startDrag(window);
}
on (release) {
stopDrag();
}

This allows the movie clip that popped up to be draggable. This also works perfectly.

My problem is, the button will only attach the movie clip on the first scene. I currently have it loading in level 1. Does anyone know how I can work around this?

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Draggable Movie Clip With Easing

Sep 6, 2009

I know this is a bit common now, but I can't seem to find a way to make this work as I need it to.I've got a movie clip that I need to allow dragging on.The movie clip is the background to a website. It is very long in dimensions (lets say 5,000px by 384px).Anyway, the movie clip will align at 0,0 and then should be able to be scrolled horizontally until the end of the graphic reaches the end of the stage.My document size is 1024 x 384.I'd like to be able to make the movie scroll and ease on drag.

View 1 Replies

ActionScript 2.0 :: Duplicating A Draggable Movie Clip?

Jan 16, 2004

I'm wondering if there is a way to duplicate a mc so that when you drag & drop a ball, for example, there can be 50 balls stacked underneath, each with its own capabilities to be dragged individually? Obviously the goal is to be able to do this without applying the start/stop drag action to each ball.

View 2 Replies

ActionScript 3.0 :: Unable To Use If Statement With Draggable Movie Clip?

Aug 9, 2009

I'm creating a draggable movie clip (an arrow symbol) that drags along a rectangular track. Works fine but my issue is when the arrow's y axis is at a certain position, it needs to remove a movie clip instance and also run a trace statement. Right now, it's not doing that (if I change the == in the if statement to += it works but then it just works as soon as you mouse down on the arrow) and I'm wondering where I'm goofing up. Here's my code:

import flash.display.Sprite;
import flash.display.DisplayObject;
import flash.events.MouseEvent;

[code]...

View 9 Replies

ActionScript 1/2 :: Button Inside Draggable Movie Clip?

May 29, 2009

I am building a click through presentation that has some small text in it. To maintain the design and allow for readability, I have added a zoom feature.Here is the structure of the movie,Stage - contains pages movie clip and forward/reverse click buttons for changing pagesThere is a button at the _root level that uses a tweener to scale the pages_mc up to 170%. When this is clicked, it allows the pages to be dragged around the screen so you can look at different sections. When you click the button again, it returns the pages back to their original size stops drag.My problem is, on the pages, there are buttons with links to external sites. Once startDrag has been invoked, I cannot touch the buttons inside the movie clip. Is there a way to make these buttons work?

Code below
magUp_btn.onRelease = function() { this._visible = false; TweenLite.to(pages_mc, .25, {_x:-250, _y:-193, _xscale:170, _yscale:170}); TweenLite.to(magUp_mc, .75, {_alpha:0});

[code].....

View 3 Replies

ActionScript 2.0 :: Unable To Use Buttons With Draggable Movie Clip?

Feb 1, 2010

I have a movie clip on the main timeline in frame 1 that I named moveablekey. What it is supposed to be is a key for a map that you can move around on the map. When you scroll over/off the key it will hide/unhide the actual key. The key has some buttons that I want to allow to go to a different link when clicked. When I test the key without the code below it will work on the link and take me to the link, but when I put the code into the main timeline it stops the link from working. Here is what I think is happening: The code seems to make it so wherever I click on the movie clip it is doing the start/stop drag code and won't recognize the buttons within the movie clip. So is there a way that I can make just the header of the key to be clickable to start/stop the drag, but still move the entire key, and allow for the buttons to be clicked?

Code:
stop();
moveablekey.onPress = function(){
startDrag(this);
Mouse.hide();[code]..........

View 3 Replies

ActionScript 2.0 :: Draggable Windows Contained Within A Movie Clip?

Apr 19, 2005

i just made a draggable window for my website, its contained within a movie clip(profile_mc) and with in that there is a button which has these actions applied to it :

[code]...

now it all works good, but its reall jerky and just stops even if you dont release.

View 9 Replies

ActionScript 1/2 :: Draggable Objects Don't Register On The Droptarget As They Are Within Another Movie Clip

Apr 9, 2010

Unfortunatly im having to extend to more draggable objects. So they will be within another movie clip so i can have them scrolling. After making the scroll, the draggable objects dont register on the droptarget as they are within another movie clip. Below is i think the part of the code that needs to be changed so the draggable objects know where to find the drop target.

View 1 Replies

ActionScript 2.0 :: Clickable Button Inside Draggable Movie Clip

Mar 21, 2011

I am developing and interactive CD application for kids that consists in a menu and two chapters with animations and exercises. To select the chapter I have an "Accordion" style menu with draggable panels. In each chapter panel I have a button which upon being clicked should direct me to the chapters first frame. The problem is it doesn't.

View 9 Replies

ActionScript 2.0 :: Make A Draggable Movie Clip With An Input Text Box In It?

Aug 27, 2004

I want to make a draggable movie clip with an input text box in it. It's going to be a "Make your own comic" game, where you can type in the speach bubbles what you want the characters to say.

View 7 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 :: Unload/remove A Clip Loaded From The Library?

Mar 4, 2009

i have created a colour picker that loads movieclips from the library onto the stage.however i need to create a "start over" button that will remove all these added clips.my code is as follows:

Code:
startover.addEventListener(MouseEvent.CLICK, removeallFunction);
function removeallFunction (event:MouseEvent):void

[code].....

View 3 Replies

ActionScript 3.0 :: "close" Button Inside Draggable Movie Clip?

Sep 27, 2010

I have a fla with a button that makes a movie clip appear. The movie clip is draggable (via the DragDrop class I created) and contains a small "close" button which I cannot get to work, so there is no way to make the movie clip dissapear.

View 21 Replies

ActionScript 2.0 :: The Button And The Movie Clip Draggable And The Button Continue To Function?

Oct 25, 2004

Why is it that when i have button in a movie clip and that movie clip is a draggable object the button becomes inactive? How can i have both the button and the movie clip draggable and the button continue to function. below is the script i have for the draggable movie clip, which has the button contained within that:

[Code]....

View 6 Replies

ActionScript 2.0 :: Loading A Movie Clip From A Loaded Movie Clip

Feb 18, 2009

I've been trying to load a movie clip from a movie clip that has been loaded. I am trying to provide a simple means to change the look / feel of the flash application by placing the graphics and controls into a second swf. Each different screen is represented by a different movie clip that is in the second swf. So I've got app.swf loading ui.swf. I want to load screen1_mc from ui.swf.

The app.swf is loaded by a master swf. There may be multiple copies of the app.swf that can be loaded by the master.swf and each app.swf could be configured differently. For each "unique" app.swf it is stored under a unique folder that is not known to me in advance. Since I don't know the unique folder in advance, I can't use import / export for runtime sharing. Is there any way to load the movie clips from the loaded movie clip? (Basically, I want to treat the ui.swf as an extension to the library.)

View 0 Replies

ActionScript 2.0 :: Loading Movie Clip Into Loaded Movie Clip?

Mar 16, 2005

I'm working on a flash site and I'm having some trouble with the programming for it. I'm not so great at action script, so I'm hoping that my troubles are caused by my own stupidity and that some cool smart person will have an answer for me.
So, I have a main menu flash file that functions like the one in this tutorial:
http://www.kirupa.com/developer/mx/p...transition.htm I set it to load various swf files and it's works just fine. What I want to do is have it load a swf that functions exactly the same (buttons that load external clips with transitions) as the main swf- this is a sub page menu. So, in theory, the sub menu page should load the final content, and three swfs would be seen stacked ontop of each other.

I changed the instance names in the sub menu file to be different than that in the main menu file. This fixed the original problem of it loading the content clip into the clip that the sub menu should stay in. Now, It loads the sub menu just fine, but then it gets stuck and never loads the content. The sub menu buttons will not function at all. Independent of the main menu, the sub menu file works perfectly What can I do??? Does it have anything to do with the "_root"? I never understood the concept, so I'm having trouble with it.

View 5 Replies

ActionScript 3.0 :: Loaded SWF Cannot Add Movie From Library?

Jan 31, 2011

I have a "Main" swf, which loads "Site" swf.

"Site" is a normal movie, with it's Document Class. When I run it alone, it works fine, adding a movieclip from library into it's stage.

But when I run "Main", it show me an error: 1180: Call to a possibly undefined method mcSiteInside. "mcSiteInside" is a Movieclip, from Site's Library.

View 3 Replies

ActionScript 2.0 :: Targetting A Movie Clip - Loaded Into A Container Clip From Main Timeline

Nov 24, 2005

I am targeting a a movie clip. The problem is that all the syntax I have found for targetting clips looks like this: _root.sample_mc.sample2.mc. etc. The problem is, my target clip is in an swf that I've loaded into a container clip from my main timeline. So, essentially, I have a home.swf that loads menu.swf into a container called 'location'. In menu.swf, I have an MC called center, which contains the MC I am targetting called 'target'.

View 2 Replies

Move A Movie Clip From The Library?

Nov 9, 2009

from one flash .fla file to another .fla file? I would need all the different layers too. I tried to export it but it does not work.

View 2 Replies

ActionScript 1/2 :: Scrolling And Movie Clips Loaded From The Library?

Aug 12, 2010

Ok, I'm using actionscript 2.0, and I am trying to make a scrolling image gallery. I have a movie clip with three layers. the first contains a movie clip used as a scroll bar. The second is a mask used to hide the overflow content, and the third contains movie clip thumbnails. when I click one of the thumbnails, it loads a symbol containing a larger version of the picture over top of the thumbnails on the same layer. My problem is, the large image is added at the very top of the movie clip, even when it is scrolled out of sight. I want it to appear in sight, so the user doesn't have to scroll all the way back up to the top to see it. This is annoying and confusing. Is there a way to do this?

Here is the code I used to create the scroll effect (there is actually a whole lot more to the code but it is very long, so I am not adding it now. I will if it is needed though)(Oh, and there is no text involved in this. I just got this code off a tutorial and I haven't changed the variable names yet)
 
var scrollUpper:Number = 58; var scrollLower:Number = 309;
var textLower:Number = 60; var textUpper:Number = -179;
var scrollRange:Number = scrollLower - scrollUpper; var textRange:Number = textLower

[code].....

View 3 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 :: Attaching A Movie Clip From The Library?

May 27, 2007

I am attaching a movie clip from the library with this code

PHP Code:

function movie_start(num){    for(i=0;i<num;i++){         var circle = attachMovie("k_circle","k_circle"+i,i)        with(circle){            _x = (-50);            _y = (-50);        }    }} 

So is there any way of placing Actionscript onto this clip using actionscript I want to place this:

PHP Code:

onClipEvent (enterFrame) {    _x += (_root.k_xpos-_x)/_root.k_speed;    _y += (_root.k_ypos-_y)/_root.k_speed;} 

I have tried a couple of things to no avail...

View 2 Replies

ActionScript 3.0 :: Using A Movie Clip In The Library (eg RedMC)?

Jan 31, 2009

Im struggling with the change over from as2 to as3, but I'm determined to stick with it. I've read the fine tutorial at [URL] as well as others (many from kirupa) , and am starting to see the bigger picture, but putting into practice is another thing

I want to: Using a movie clip in the library (eg redMC) make 7 or from, spaced in the x axis.I kinda get that I should create a function to create a new object associate it to the movieClip in the library ( movieBtn = new mc_Btn(), set some for its attributes while in a loop and add it to the the stage (this.addChild(movieBtn)

[Code]...

This works I see a line of identical movieClips on stage, ace!Ok I have an event listener that traces "clicked" for every button. But how do I get to tracing "button1 clicked" or "button5 clicked"? ie the event function should have something that will playmovie(i); where ie is relevent to the button clicked iebutton3 whould iniciate playmovie(3), pass the number 3 to the function playmovie, and off we go.Where in this process should I do this? V. Baffled but on the verge of getting this

View 3 Replies

ActionScript 2.0 :: Play A Movie Clip From Library?

Mar 15, 2009

I would like to know the actionscript for a button to play a movieclip in the library (which is a transition between pages, named "transition1"). However, I have not inserted this movieclip onto the stage in any frame. Is it possible to use actionscript to play this movie clip for its duration on top of the content and then get rid of it from view?

View 6 Replies

IDE :: Got A Square Movie Clip Class In My Library?

Jun 12, 2009

i'm trying to do is to move all the squares. I've got a Square movie clip class in my library. The program should populate an amount of squares, unfortunately the amount can vary, which is why i haven't just gone with

var square1:Square = new Square();
var square2:Square.. etc.
var thisSquare:Square;[code]........

View 4 Replies

ActionScript 3.0 :: Display A Movie Clip From Library On Stage?

Mar 11, 2010

I have a movie clip in my library and I would like to display it on the stage using AS3.
 
do I have to define it as a variable?Do  I need to use this code:  addchild(movieclip); can I use the 'x' and 'y' to position it?
 
What would the code look like?

View 11 Replies

ActionScript 2.0 :: Control A Movie Clip From The Library At Runtime?

Mar 13, 2011

I have a Flash movie as2 that has a main movie that loads other movie clips into a Flash Window .I need to control the actions for the Flash Window movie from the main movie.As the movie in the Window is not on the stage until runtime ,how do i communicate to it from the main movie time line.example:Play the main movie and you click on a button that moves a ball across the stage ,at the same time a window pops up with a linked movie clip embedded in it that will change color when the ball on the stage reaches a specific point.The movie is alot more complicated than that ,as it is a aircraft system simulation. Where the pop is a circuit diagram of the action and the main movie is a flow diagram of the same function.

View 5 Replies

ActionScript 3.0 :: Edit A Movie Clip Class In Library?

Jul 2, 2011

First off I downloaded the picture and bitmaps for my movie clip class online and it is now part of my library as type movie clip. Then from the library I was allowed to drag it into the stage then name an instance that I could use in my as3 code. This movie clip has some animation, so when the flash is running, the graphic would be "walking" the whole time for example. This class is called "Player"

Then I realized I wanted to encapsulate more of the code in as3, and to do that I wanted to add some methods and variables to this Player class.

I right-clicked the graphic in my stage and I found "edit class". It then brings up a completely empty class definition, strangely named "script1", not even properly named as the class itself.

When I edited it and named it properly and re-compiled, it looks like I basically just re-did a brand new class from scratch as my graphics were completely gone.

At the very least I would expect the Player class to have some linking or loading of my graphic, the starting x/y coordinates (according to how I drag it on the stage), etc.

Why does it bring up a blank class document when I right-click my player? Shouldn't it bring up the code that makes "player" work as I see in the flash? How am i supposed to "append" methods to the already existing class.

View 4 Replies

ActionScript 2.0 :: Duplicate A Movie Clip From A Library Six Times

Sep 15, 2006

I need to duplicate a Movie Clip from a library six times. This is what i have so far... i'm kind of stuck trying make this work.

[Code]...

View 8 Replies

ActionScript 2.0 :: Call Any Library Movie Clip On Stage?

May 5, 2010

onEnterFrame = function(){
_root.attachMovie(leaf,_root.getNextHighestDepth() );
}

View 2 Replies







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