Mailing List
Home
Forum Home
Flash Pro
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Order of events per frame

Order of events per frame

2004-03-02       - By Justin Palmer

 Back
Reply:     1     2     3     4     5     6  

I have not tried this, but maybe this will answer your question

Try this:

//on the root first frame
X = 50000;
While(x--)
{
  trace(x); //Interesting enough this trace prints 9998 - 0.
}

//Make a mc call it mc, on its first frame make the symbol a mc call it
move and put the code:
Move.onEnterFrame = function()
{
  this._x +=5;
}

The object does not move until the while loop is finished. Awww damn
here is the file online:

www.jepaonline.com/move.swf

Here is the fla

www.jepaonline.com/move.fla

Regards,


Justin Palmer
__ ____ ____ ____ ____ ____ ____ __
Council for Educational Travel, USA
1403 View Avenue
Centralia, WA 98531
USA
T: 1.360.736.6472
F: 1.360.736.6525
E: justin@(protected) <mailto:justin@(protected)>
W: http://www.cetusa.org
Other:
http://www.cetmanagement.com
http://www.dfsr.org

Mission Statement:  "Reaching out to encourage a lifelong journey of
global peace and understanding"



-- --Original Message-- --
From: Sherman, Daniel [mailto:dsherman@(protected)]
Sent: Tuesday, March 02, 2004 9:05 AM
To: Flashnewbie (E-mail)
Subject: [Flashnewbie] Order of events per frame


Part 2 of yesterday's "Too much ActionScript -- what happens?" question
(I stand in awe of you guys!) OK, so if the Flash Player stays on a
frame until it's finished all the code in that frame, in what order does
it execute the code?

example - Does it take care of the code on the main timeline and then
the code on individual movie clips' timelines?

--dan



Daniel Sherman
Multi-Media Coordinator
Catholic Relief Services
(410) 951-7398


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Supported by Fig Leaf Software
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Lower Prices for Certified Training! Check out new lower prices for
Certified Macromedia Training from Fig Leaf Software. Expand your skill
set with courses in ColdFusion, Flash, Rich Internet Applications and
.NET in the new year.  Fig Leaf Software provides
the highest caliber instruction at our training centers in Washington  
D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your
location.

Get the details at http://training.figleaf.com/
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected)
For additional commands, e-mail: flashnewbie-help@(protected)






-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Supported by Fig Leaf Software
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Lower Prices for Certified Training! Check out new lower prices for
Certified Macromedia Training from Fig Leaf Software. Expand your
skill set with courses in ColdFusion, Flash, Rich Internet
Applications and .NET in the new year.  Fig Leaf Software provides
the highest caliber instruction at our training centers in Washington  
D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at
your location.

Get the details at http://training.figleaf.com/
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected)
For additional commands, e-mail: flashnewbie-help@(protected)