ActionScript 2.0 :: Control The Background Colour Of A Movie Clip And The Stage?

Apr 27, 2005

how do you control the backround colour of a movie clip and the stage? i have thought about placing a mc within the mc as a backround_mc, then change the tint attribute from my main timeline, is this on the right track?

i have a movie where a user loads images into an image viewer (mc) i have craeted. If a user clicks on gallery 1, the loader appears, and load the jpg and then tells the viewer to show onceloaded. But, if a user clicks on gallery 1, then clicks on gallery 2, the movie finishes loading picture 1, before loading picture 2, is there any waqy i can force the loader to stop loading one,a dn load two immediately.

I have careted a class, now, how do i assign an mc to be an object of that class, from the main timeline or the onclipevent load event

View 3 Replies


Similar Posts:


ActionScript 3.0 :: Change Colour Of A Movie Clip / Stage Using Local Time?

Aug 5, 2009

I'm new to actionscript 3 but I do have a little actionscript 2, but, what I want to do is change the colour of a movie clip or the stage using local time. From what I could gather you can't change the stage colour but you can change the colour of a movie clip.[code]...

View 3 Replies

ActionScript 3.0 :: Global Control Of Text / Background Colour

Jul 28, 2009

I have tried to locate any guidance how you would go about creating a small control panel that would allow a user to adjust the size of the text, its colour and say the background colour too using actionscript 3.I understand that text formatting can be done on dynamic textfields but can this be achieved on static textfields?I am currently putting together a number of modules each a swf that contains e-learning and to comply with DDA.

View 4 Replies

ActionScript 2.0 :: Movie Clip Colour Transition ?

Jul 6, 2004

I have got one box to change colour but im trying to get all boxes to change into different tints and stuff like that. I have the variables set and they seem fine. What do I need to change on the actionscript to get all 3 boxes changing at once.

View 3 Replies

ActionScript 2.0 :: Changing Movie Clip Colour With AS?

Apr 16, 2008

I'm trying to get AS to change the colour of several MC's - but it's not working... I wondered if anyone could please tell me where I've gone wrong? I have 5 large MC squares - when hovered/rolled over they reveal text/colour within. That part works!

What I am trying to achieve is: When rolling over 1 of the squares (i.e. sq1) to tint the colour of the other 4 squares to grey - so that the one that is hovered over is full colour, but the other 4 are greyed out. On rollout of sq1, the other 4 grey squares return to their coloured state.

I worked through the Kirupa - Changing Colours with AS tutorial, and tried to apply that to my situation, but I still can't get it to work.

[Code]...

View 7 Replies

ActionScript 2.0 :: Control Background Color Of A Movieclip And Stage?

Apr 27, 2005

How do you control the background color of a movie clip and the stage? i have thought about placing a mc within the mc as a backround_mc, then change the tint attribute from my main timeline, is this on the right track?

i have a movie where a user loads images into an image viewer (mc) i have craeted. If a user clicks on gallery 1, the loader appears, and load the jpg and then tells the viewer to show onceloaded. But, if a user clicks on gallery 1, then clicks on gallery 2, the movie finishes loading picture 1, before loading picture 2, is there any waqy i can force the loader to stop loading one,a dn load two immediately.

View 3 Replies

ActionScript 3.0 :: Change The Colour / Tint Of A Movie Clip?

Feb 6, 2009

how you can change the colour / tint of a movie clip via code, and essentially via a RGB value specified in an external xml file.

Here is the xml file I'm working with right now...

PHP Code:

<Countdown year="2009" month="2" day="14" bgdcolour="0xFFFFFF" lcdcolour="0xFFFFFF" labelscolour = "0x000000" textcolour = "0x000000">
</Countdown>

[Code].....

The bits highlighted in red bold above is the section where I've got stuck.. I have tried code: var bgdcolour:uint = Countdown.@bgdcolour; , but no luck and all I get is '16777215' in the output panel..

View 4 Replies

ActionScript 3.0 :: Changing Colour Of Button Movie Clip Child?

May 28, 2009

I have a few buttons which I need to change the state colors using AS. I am able to change the whole button color but not the state object (converted to a movie clip).

All the variables are dynamic and I have not been able to get to the child object.

var block_color = new Color("_root.c_Angola.c_1");
block_color.setRGB("0x234234");
OR
var block_color = new Color("c_1");
block_color.setRGB("0x234234");

How do I access the movie object which is in a button up state?

[URL]

View 5 Replies

Professional :: Control The Movie Clip Mc_allPages From Within The Movie Clip Mc_buttonMenu?

Aug 20, 2010

I am making a web site in flash in which I have multiple movie clips.I have mc_buttonMenu on the main timeline.Inside of mc_buttonMenu, I have 3 buttons that are all button symbols.From the main timeline, I have a movie clip called mc_allPages.In this movie clip, I have a few layers.I have the content layer.This layer controls how my pages display.I have another layer called labels.I labeled frames 1 to 10 as 'home' and layers 11 to 20 as 'contactUs'.I have another layer in mc_allPages called actions.I put a stop(); on frame 10 and frame 20 on this layer.I want to be able to control the movie clip mc_allPages from within the movie clip mc_buttonMenu.I put some action script in various places, but it never worked.I tried this action script:
 
_root.btn_home.onPress()
{
Gotoandplay("home");[code]...........
 
I tried placing that code on the main timeline, inside mc_allPages, inside mc_buttonMenu and split up into both buttons appropriately for btn_home and btn_contactUs.Sometimes the animation would stop on frame 10 and sometimes it would just play through to frame 20 and ignore the stop(); I put on frame 10 inside the mc_allPages movie clip.However, whenever I pressed the button ( btn_contactUs ), it never went to the frame labeled "contactUs" in the allPages movie clip.

View 11 Replies

Buttons Inside A Movie Clip To Control Same Movie Clip?

Aug 27, 2009

I am trying to place buttons inside a movie clip to control the timeline of the same movie clip. This does not seam to work like buttons on the main timeline. When I play the movie the cursor does not turn into a hand and the rolloever affects only sort of work. I have read about controling the movie clip with buttons on the main timeline, but I need one of the buttons to change halfway through the movieclip. I want to be able to jump to interior shots while in the exterior section and vice versa. It would seem that button would work the same way inside a movie clip as they do on the main timeline, but that does not appear to be the case. I am using CS3. Action scrip 2.0 is selected, but I could change it to 3.0 if it would make a difference.

View 6 Replies

ActionScript 3.0 :: Movie Clip Control Another Movie Clip?

Feb 9, 2009

On my timeline have two movie clips. In one of my movie clips i have a button that when you click it i want it to navigate to another frame in the other movie clip. Here is the code i have in the movie clip with the button.

[Code]...

View 1 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 2.0 :: Send To Movie Clip To Background?

Sep 30, 2004

How to swap depths of one movie clip with another, but what I need is to click on a movie clip and have that clip be sent to the back, or lowest level. Basically I will have four movieclips, what I want is to click on one clip and make that clip the background so the other three will play on top of it.

View 2 Replies

ActionScript 3.0 :: Control A Movie Clip From Another?

Dec 10, 2009

I have a parent movieclip (present_content_mc) that has two nested movie clips, players_content_mov is the first one. It's on frame 6 of the parent clip. The second movie clip, bios_mc is on frame 7 of the parent clip.

Now, my problem is getting a button on frame 2 of players_content_mov to go to frame 18 of bios_mc on click. Here are the two types of coding i've tried[code]...

View 9 Replies

IE Showing Wrong Background Colour?

Oct 2, 2007

I made a website a year back or so and I'm having to update it now. However I've noticed the flash menu I have on the site doesn't seem to appear correctly anymore when I check in on a PC using IE.

Basically in the bottom left hand corner the swf background colour should appear grey (#333333) not white. Seems to work fine on Safari and Firefox.

View 1 Replies

ActionScript 3.0 :: XML Background Colour Property?

Dec 20, 2011

This is probably easy, but I'm an AS3 noob and google is returning every result under the sun apart from the ones I want. Is there a way to set the background colour of a flash movie according to a value pulled from an XML file?I already have the background colour property set as BGCOLOUR within my XML file, and I've used the code in line six to pull that value through (I think)...

ActionScript Code:
function processXML(e:Event):void {
var my_xml:XML=new XML(e.target.data);
my_speed=my_xml.@SPEED;
my_images=my_xml.IMAGE;

[code].....

Since adding the sixth line of code in the section above, it's broken the project, so I've had to remove that line.

View 9 Replies

ActionScript 2.0 :: Change The Colour Of Background?

Feb 22, 2006

I finaly got the code I needed to change the colour of my background but it clearly needs altering. At the moment it works but I have to click the button twice for the colour to change. Now for once I see that this makes sense because I have onRelease twice!

This code is on the button:

on (release) {
home_btn.onRelease = function() {
var myColor:Color = new Color (this._root.background1);
myColor.setRGB(0xFF8844);}

However i'm unsure how to alter the code correctly....I assume the second onRelease needs to change to something else? I tried just: home_btn = function() { but am really just guessing.

View 2 Replies

ActionScript 2.0 :: Change Colour Of Background

Jun 6, 2003

I got this code from Kax. This allows me to change colour of my background. This use to work on my movie but now is just not working anymore!Since i created a button loading a .swf file this has stopped working, Any suggestions anyone?[code]I understand that I have to replace "myMovieClip" with the name of my clip!

View 14 Replies

ActionScript 2.0 :: Way To Change Background Colour

Mar 17, 2007

I'm trying to change background colour

var color:Color = new Color("stage");

color.setRGB(0x000000);

its currently purple, how come it doesn't change

View 5 Replies

ActionScript 2.0 :: Set Background Colour Of A Line?

Feb 23, 2010

I'm trying to set the background of a createTextField(), BUT only for the lines, not the whole box.

If I use background and backgroundColor, it sets the whole text box bg to be white, but I only want the lines filled in.

For example, if you 'select' the text on an HTML page, only the lines are highlighted. Can this be done in Flash?

I'm using CS3 AS2.

View 6 Replies

ActionScript 3.0 :: Change Background Color Of A Movie Clip?

Oct 11, 2008

I have a movie clip symbol that is linked to the Ball class. I need to change the color of the background fill for this movie clip. moving the fill to a nested movie clip and using ColorTransform on it, but I can't make it to work.

So far, I have this:

Code:
package
{
import flash.display.MovieClip;
import flash.geom.ColorTransform;

[Code].....

View 4 Replies

ActionScript 2.0 :: Control Movie Clip From Parent Swf

Sep 7, 2009

Im trying to control a movie clip that is part of a swf from another swf file. For example. My main flash file is called index.swf. this flash files loads another flash file called image.swf within image.swf are several movie clips (mc_1, mc_2) that I need to control show hide. I need to do so directly from index.swf.This would be flash 9 action script 2.Here is the code i am trying to work with. "filter" is a movieclip on index.swf. mc_1 and so on are movie clips on image.swf. What is the path i need to define before "mcfadeTo..."[code]

View 6 Replies

ActionScript 2.0 :: Control 3 Movie Clip With One Button?

Nov 6, 2009

i have 1 button and 3 Movieclip there is 2 frame in each move clip . i want to control all mc with my button. when i press it all mc go to frame 2 .

i use this action for button :

Code:
on (release) {
_root.f1 = true;
}

and use this action on first frame of each movie clip :

Code:
stop();
if (_root.f1 == true) {
gotoAndStop(2);
}

but don't work

View 7 Replies

Movie Clip Control Main Timeline?

Dec 22, 2009

I am simply trying to tell my main timeline to go to the next frame when a movie clip reaches the end of its timeline (using AS3). Here is what I have which does not work.

Code:
MovieClip(root).gotoAndPlay(nextFrame);

View 2 Replies

ActionScript 3.0 :: Control Nested Movie Clip?

Jan 4, 2010

I try to control nested movie clip.So i have box movie clip and on this movie clip i put tree movie clip.And now i try to change for example apha of tree. Code:

//box_mc.tree_mc.alpha=.4;
box_mc.getChildByName("tree_mc").alpha=.4;
"" for me not logical symbols:) it looks like trace("blabla"); why need use ""?

[code].....

View 1 Replies

Professional :: Flash 8 - Add Control To A Movie Clip?

Mar 22, 2010

I am  currently working on flash 8 tool.I wanted to know how to add control to a movie clip ,as in, how to play animations of an SWF file if the mouse is clicked anywhere on the movie clip

View 1 Replies

ActionScript 3.0 :: Movie Clip Depth Control?

Jan 31, 2011

I'm having a huge problem trying to place movie clip under other stuff. Here is the thing I have three layers and I need to place vid_mc on the midle one i've tried creating a movie clip and intancing it as vid_mc and removing de addChild (vid_mc) from the code but ir didn't work.

[Code]...

View 4 Replies

Professional :: Script To Control Movie Clip?

Mar 10, 2011

I would like to ask the script to control movie clip?clicking the button, play starts the eventclicking another button, the event starts stopbut I've tried and failed.

View 1 Replies

Professional :: Can A Movie Clip Control The Timeline

Aug 16, 2011

I have a movie clip with buttons placed on the stage. I set the buttons in the movie clip to GoToandStop on unique frame labels on the stage. However, the buttons are not working.

View 26 Replies

ActionScript 2.0 :: Using SQL Info To Control A Movie Clip?

Dec 28, 2011

Ok, in a nuthsell I am looking to write a piece of actionscript using an included PHP file that connects to a mySQL databse. Depending on the result of the database, I want to know if its possible for the actionscript to then control a movie clip.Ok I'm probably not making an awful lot of sense, so I'll basicaly lay out what I want to perform (if it is at all possible).The flash file will essentialy be a map of the world and will list certain ports (i.e. New York Harbour, London Harbour, Sydney Harbour). The flash file then connects to a database to find out if each harbour has a sailing ship present. If a ship is present at the harbour, a movie clip of a ship would be turned on for that particular harbour, if no ship is present the movie clip would remain hidden.

View 2 Replies







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