Actionscript 3 :: Link Images/layers In Flash CS4 - Making Them Move Together?

Nov 15, 2009

I have two copies of an image (one called blurPic_mc & one called sharpPic_mc) and I want to be able to move both of them around the screen togethe I need them to stay exactly on top of each other for some other functions I am running but right now the only one that moves is the top one (sharpPic_mc).I included my code below.

sharpPic_mc.addEventListener(MouseEvent.MOUSE_DOWN,Click);
sharpPic_mc.addEventListener(MouseEvent.MOUSE_UP,Release);
function Click(event:MouseEvent):void{

[code].....

View 1 Replies


Similar Posts:


Flash Layers Move To Right When Child Object Is Resized

Jun 10, 2009

I am having a problem with a flash piece that I created. I don't understand why it is doing what it is doing. I am new to flash but I have been developing software and database applications for over 10 years.I am trying to make a horizontal scroller piece that reads in data from an xml document. So basically the XML has properties of image, title, and link, I then load the images and titles into an object spaced out properly and link the image to open a new window when the image is clicked. I have 4 layers:

1. Actions
2. Buttons
3. Layer1
4. Scroller

The buttons layer has 2 buttons on it, one left aligned and one right aligned. When you mouse over the buttons, the images in the scroller move the direction the button image is pointing. The Scroller Layer has an object of type scroller (which i made) and that scroller instance name is scrollerbar.In actionscript I use a sprite object to load the image and then use scrollerbar.addChild(photo) to add the sprite into the scrollerbar. Then I set it's width, height, x and y to be in the correct position.Now when this first runs, it works displays 6 images and titles and they are linked, and has a button on the left and right. When I mouseover either of the buttons, everything gets moved to the right, the buttons, the scroller, and all the images inside the scroller. So the left button is no longer against the left side, and you can hardly see the right button because it almost gets pushed outside the viewable area.Can anyone explain why everything is getting pushed over like that? It only happens the first time you mouse over a button, subsequent mouseovers of either button do not cause this to happen again.[code]

View 2 Replies

Flash :: Move Movieclips To Unique Layers Using JSFL?

Mar 21, 2011

I have an asset file (FLA) that will be updated a lot by other team members during the project. I would like to have an JSFL script that moves all selected movieclips in the timeline to a new layer (named using the movieclips library name).[code]...

View 1 Replies

ActionScript 3.0 :: Possible To Add Layers / Re-order Layers / Move Movieclips From Layer To Layer

Oct 22, 2008

Is it possible to add layers, re-order layers, move movieclips from layer to layer or specify which layer a duplicate movieclip appears on at runtime with AS3?I am aware of the depth properties and the functions associated with that but it would be easier to have a concept of a layer because I am dealing with masks.I have a nasty feeling I'm gonna be told that layers don't really exist within an swf and that depths and setmask are all there is to work with.

View 4 Replies

ActionScript 3.0 :: Possible To Move Layers Into Another One?

Aug 27, 2009

I was wondering is it possible to move layers into another layer. Can I copy movie clip from one layer and paste them into another layer some where else?

View 2 Replies

Making A Link In Flash Professional 8?

May 28, 2009

I'm wondering how to make a link in Flash Professional 8?

View 3 Replies

Making A Rollover Image Appear On Top Of ALL Other Layers (from Lower)

Jan 16, 2011

I have an image contained within a slideshow with a rollover attached to it, when you click the image a larger image within the same movie clip appears. This layer is below my navigation layers for my website so when I click on the image it is below some of the navigation layers and logo. Is there a way to make this appear on top of all of the other layers without actually moving the layer up. I'm using Flash CS3 and Actionscript 3.0.

View 1 Replies

Professional :: Making Shape To Move In Flash 8

Mar 9, 2010

I am trying to make a ball move, it's all perfect apart from this:
Statement must appear within on/onClipEvent handler = ( isJumping) = false;)
Then I put in "on", then it says:
Unexpected 'on' encountered.

View 7 Replies

Edit / Move A Link Bar In Flash?

Oct 1, 2009

I am new to this forum and flash itself as a web development tool. I recently purchased a flash template which was edited using .txt files. However, I have a problem in that certain people are unable to view the top of the site where the link bar currently resides. I have tried to move this bar further down the page and been unable to do so.

View 6 Replies

ActionScript 3.0 :: Making Flash Link To Website?

Apr 27, 2009

Trying to make it so when you click anywhere on the flash file, it loads a specific website. It works when I go to File > Preview > Flash, but if I try and preview in html it doesn't navigate anywhere. My actionscript is:

Code:
myButton.addEventListener(MouseEvent.CLICK, onMouseClick);
function onMouseClick(e:MouseEvent):void {

[code]....

View 1 Replies

Making Entire Flash Movie A Link?

Apr 21, 2011

I am pulling my hair out trying to make my simple flash file link to a URL and nothing I have tried will work. I am making a transparent box on the top layer of my file, making it a movie clip and adding the code

on (press){
getURL("http://www.trimergence.com/staging/news.html");
}

The action says it has no errors, but when I export the move, my cursor turns to a hand but goes no where when I click.

View 3 Replies

ActionScript 2.0 :: Making Animation Of Someone Breathing With Multiple Layers

Mar 23, 2009

I'm basically making a animation of someone breathing, with multiple layers. What I want to happen when a user clicks the animation is for it to switch to the next layer seamlessly (skin>muscles>skeleton). Each layer has the same 60 frames. For example, if the skin layer's currentframe was '37' i'd want the muscle layer to start at '38' when clicked.Below is some of the code I already have. I can trace the currentframe of the original mc, however the attached movieclip refuses to gotoAndPlay to that number?[code]

View 1 Replies

ActionScript 3.0 :: Making Layers Display Permanently After Each-other On The Timeline?

Dec 12, 2010

Right now I have the typical timeline where I have several layers but the problem is all the content doesnot display permanently after its run through the timeline.For example layer 1 will play then disappear and then layer 2 will play through and disappear.

Is there an ActionScript that I can have for example layer 1 play through and display permanently then layer 2 plays and does the same thing, layer 3... so on and so forth one after the other until all the images are shown?I've searched all over but every ActionScript code pauses the entire timeline.

View 4 Replies

Professional :: Buttons That Link To Layers Or Alternative?

Jul 27, 2011

I am trying to create a Flash website that with multiple pages. Each page has input text areas to collect a number of something. I would like to do the following :
 
Have multiple pages that keep the user's input data as they navigate back and forth between pages Allow the user to hit a simple "calculate" button to take the kept information on each page and show the end calculation of the entered data on each page on the main stage or page.
 
I would assume that to keep input information intact, the pages would all have to reside in FRAME 1 where the actionscript is kept and the main guts of the calculations occur. So, is there a way to make a multi-page website in Frame 1 only using only multiple layers where the page buttons simply only go to another layer rather than page. Or, can I create a multi-page website over many frames, keep the user entered data intact while navigating to each page and propigate/calculate that data when the user hits the "calculate" button on the main page?

View 1 Replies

Actionscript 3 :: Making Image Move In FLEX/AS Flash?

Apr 24, 2011

In the following code ,onclick of fruits image how to make the fruits image drop in the box image with proper effect(i.e, dropping of the fruit image into the box image should be shown).

[Code]...

View 2 Replies

ActionScript 3.0 :: Making A Flash Button Link Pop Up As Facebox?

Mar 18, 2010

I am creating this animation. When you click on a button I want it to use facebox to use a pop up. I was talking to my coder friend and he gave me this code to maybe useSo I am trying to basically use this kind of coding into flash. The only thing is that I am not that great a coding so I have no idea what I am doing. The only coding that I have is a stop (); at the end of the animation so it doesn't loop.

View 1 Replies

ActionScript 3.0 :: Layers - Move All Those Objects Together As A One Unit By Some Pixels?

Oct 11, 2011

if there is an option to refer to a layer as a named object. so if I have a layer named 'myLayer' I can to control about the alpha amount, for instance, of all the objects (symbols, movieclips etc.) that inside this layer or to move all those objects together as a one unit by some pixels.

View 5 Replies

ActionScript 3.0 :: Link (code) Swf Pages To Each Other (through Buttons) When Making A Flash Site Or Portfolio?

Nov 2, 2010

how do you link(code) your swf pages to each other (through buttons) when making a flash site or portfolio?

View 5 Replies

ActionScript 3.0 :: Images Loading Over Layers?

May 12, 2009

On one layer I have a movieclip holding thumbnails and on another layer below that layer I have a loader component that the images are being loaded into. When the images are loaded, they are loading on top of the thumbnails movieclip.

View 7 Replies

Flash :: Images Vibrate So Much Making The Animation To Look Bad?

Jul 28, 2009

I am doing an animation for a web site with Flash CS3. I need to make images (.jpg) that I converted in graphic symbols, to pass along the screen continuously. I know, for many of you this must be very basic question, but I don't know how to solve it. My problem is that the images vibrate so much making the animation to look bad.

View 3 Replies

Get All The Individual .fla Vector Images And Layers Into The Same File?

Mar 4, 2010

I'm just starting with Flash CS4. I have done a whole heap of vector images and before I did anything I turned it into a movie clip but for some reason they are no longer movie clipped. How can I get my vector layers from the "Scene 1" and move them into their own movie clip?

Also I have done them all in individual files (never again), but how do I get all the individual .fla vector images and layers into the same file?

Cut and Paste just doesn't seem to work like PS.

View 2 Replies

ActionScript 3.0 :: Making A Flash Banner With External Images?

Mar 2, 2010

Anyway what I need is a banner (or galleri) which pulls in external images. But i want it to be able to automatically get new images which I put in the folder.Also i want to be able to position this, since im going to make a banner/menu combo ( I can post an image of the concept if actually i have a link to the site where im want to use itI want to position the the banner in between the graphic to the left and right and I also want to position the menu on top of the banner.I've read some tutorials where you use a placeholder which i guess is what i'm supposed to do here.

View 1 Replies

ActionScript 2.0 :: Making Flash Video With External Images?

Jul 2, 2006

I am making a flash video with externally loaded pictures. I have that working. Whats the problem then? Well I am trying to make it so those pictures appear instantly when called. So I need to preload them but I could not find a way to do this.

View 2 Replies

Making Text And Images Not Scale Whilst The Whole Flash Doc Fills Browser?

Aug 25, 2010

how I can have my swf fill the entire browser (as in publish settings 100% w & h etc) but not stretch/distort the text and images in the swf.

There is a site [URL] that does this. It fills the whole screen yet when you resize, the objects do not become distorted.

I may have the wrong approach with publish settings width & height 100%??

View 2 Replies

Actionscript 3 :: Custom Image Format To Store Multiple Images (layers)?

Dec 13, 2011

what is best method to store multiple images (layers) , so user can read(load) again and continue work.

currently doing this - each layer is stored as png file. with one text file contain all layers name etc

create one big png file, put all data in it as tiles. read tiles while loading..

create some custom format.

ideally, i wanted to implement c. but i need some guidance about where to start from.my mind always tells me that, logically it should be simple as..

psudo code

layer 1 name, layer1 resolution

layer 1 png data (using png encoder for my bitmapData)[code]....

View 1 Replies

ActionScript 2.0 :: [Flash 8] XML/Flash Gallery - Making <launch></launch> Has The Ability To Link To An URL?

Jan 15, 2006

So I read through Kirupa's XML/Flash thumbnail gallery tutorial and have since modified some of its actionscripting to display my online design portfolio. How do I make it so that 'LAUNCH PROJECT' is a link? Here is the modified Actionscripting (I have one of each for the 3 sections):

Code:
function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;[code]....

As you can see at the bottom of the actionscript, I added a gotoURL action, hoping that simply by making <launch> read <launch action="gotoURL" variables="http:url...> that it would become a link. I, however, have had no such luck. Perhaps I have to add something more. How do I make it so that <launch></launch> has the ability to link to an URL?

View 2 Replies

Professional :: Create A "Custom Cursor" That Can Move BEHIND Certain Layers?

Jul 10, 2011

In terms of Flash expertise I am on the the doddering divkid level -- but have mananged to create a custom cursor; a hand that I want to move about over most layers but under one specific layer. Currently, no matter the layer order, when published the cursor image jumps straight to the top.

Is there a property I can imbue in the would-be "top" layer or a way of editing or modifying the custom mouse cursor actionscript that would bring about the desired result?

View 6 Replies

Making A Link From One Button To Another Sc4?

Sep 12, 2009

i have a friend who are dentist and ive agreed to do a web site for him. I do it in cs4. Like so: ive made a pretty simple and nice layout i plan to use for all pages with some images an so on .Now ive made lots of buttons wich all opens in a timeline nice and slow (not to slow). On the index page i have a menu called "treatments" wich requir some room. I want to make a button called "treatments" wich can open and collaps to 3-4 minor buttons wich then again can link to diffrent pages describing different treatments. Now i need the treatment button to open up the 3-4 minor buttons one by one smooth(tweened with the alpha slider) with same frame rate as the other ones on the page and collaps again.

View 1 Replies

Making A Button Link To A URL?

Jan 10, 2010

I have an object on the stage (with an instance called mcBlackboard) that contains two buttons.I'm trying to make these buttons link to pages on my site but I get the following error(s):1120: Access of undefined property buttonAboutUs1120: Access of undefined property buttonFAQsMy guess is that it's not finding the buttons in the movieclip (since the script worked fine when the objects were on the stage).I may have done things in an odd way, but it's the result of days trying to figure this out mysel

Code:
function myButton(button:MovieClip,url:String) {
var buttonPath = "mcBlackboard." + button;

[code].....

View 5 Replies

ActionScript 2.0 :: Making Whole SWF A Link?

Mar 18, 2011

Flash newbie here. I wanted to create a basic flash countdown widget to use on a site I run so I started googling and found a template I liked. After messing around with it and whipping up a quick background in Photoshop, I got something that looked decent. The template uses Action Script 2.0, but it seems to work ok. I went through it and customized the date and countdown text color so I don't have to use any variables in the embed code.

The problem I am facing now is I want the whole flash file to be a link in case someone else takes it and decided to embed it on their site, it at least links back to mine. I put an invisible rectangle over the whole project and inserted this AS

[Code]...

View 9 Replies







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