This text is replaced by the site logo. If not, try enabling javascript.
Advertise
|
About us
|
Site map
|
Syndicate
|
Search site
|
Mailing list
|
View Authors
|
Become an Author
Home
Tutorials
Forums
Articles
Blogs
Movies
Library
Employment
Press
ActionScript.org Forums
>
ActionScript Forums Group
>
Simple Stuff (Newbies)
Changing colors in background
User Name
Remember Me?
Password
Register
FAQ
Members List
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Thread Tools
Rate Thread
Display Modes
03-16-2001, 03:11 PM
#
1
Sylvie
Registered User
Join Date: Mar 2001
Posts: 1
I would like to mke a flash movie with a changing background color. Does anyone know how to do this? Tnx
Sylvie
View Public Profile
Find More Posts by Sylvie
03-16-2001, 05:11 PM
#
2
Marx
New Member
Join Date: Feb 2001
Posts: 378
Hi...
The best way would be to use a MC as your background, then you can change the MC's color by using the color object:
on (release) {
myColor=new Color(background);
myColor.setRGB(0xFF3366);
}
This action is placed on a button. If you wanted to alter the color automatically then place the action in a frame:
myColor=new Color(background);
myColor.setRGB(0xFF3366);
Both of these actions target the MC named 'background'.
Hope this helps.
Marx
View Public Profile
Find More Posts by Marx
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Rate This Thread
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Rate This Thread
:
5 : Excellent
4 : Good
3 : Average
2 : Bad
1 : Terrible
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
Off
HTML code is
Off
Forum Rules
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
ActionScript Forums Group
ActionScript 3.0
ActionScript 2.0
ActionScript 1.0 (and below)
Simple Stuff (Newbies)
Flash General Questions
Flash 10 General Questions
Flash 9 General Questions
Flash 8 General Questions
Other Flash General Questions
Flex
Flex 2, 3 & 4
Flex 1
Extensions and Plugins
Components
JSFL - Extending Flash
Desktop, Mobile and non-browser Environments
AIR (Apollo)
FlashLite / Portable Devices Development
Projectors and CDs
Supporting Technologies
HTML and JavaScript
haXe
Server-Side Scripting
Flash Remoting
Flash Media Server
General
Best Practices
Gaming and Game Development
Animation and Effects
Flashants Support Forum
Community Boards
General Chat
Just for Kicks Challenges
Detention
Flash In Action
Site Check
Cool Sites
Widgets
Decommissioned
Projects and Positions
CMS Forums
Announcements Board
Content Postings / Updates
Product Review Requests
CMS Technical Questions
Process Questions
Collaboration & Suggested Articles
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
Background class
MichaelxxOA
ActionScript 2.0
20
05-30-2006
10:23 PM
Changing a table background image?
mitcho
ActionScript 1.0 (and below)
7
01-15-2006
01:05 AM
Changing movie background color with scaleable movie
myarro
ActionScript 2.0
1
01-26-2005
09:19 PM
Changing background color for Flash Buttons via parameters of "flashvars"
adoti
ActionScript 2.0
0
10-14-2004
06:58 PM
Changing Background Colors
JMLstudio
ActionScript 1.0 (and below)
3
03-16-2001
05:18 PM
All times are GMT. The time now is
10:36 AM
.
///
Categories
Tutorials
Flash
Flex
Articles
Best Practices
Product Reviews
Third Party
Press Releases
The Community
Featured Jobs
Technical Flash Artist
MADISON, USA
iPhone/iPad Developer - CREATIVE CIRCLE
Philadelphia, USA
UX DESIGNER - CREATIVE CIRCLE
Philadelphia, USA
- More ActionScript, Flash and Flex jobs in the Employment Section.
- Advertise a job for free
Contact Us
-
Home Page
-
Archive
-
Privacy Statement
-
Top
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Ad Management plugin by
RedTyger
Copyright 2000-2013 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our
Privacy Policy and Terms of Use
.