Order of events per frame 2004-03-02 - By Jesse Warden
Back The only way to remove that message is to edit the ... Uh... "script timeout tags" that are embedded in the SWF header stuff. Basically, ActionScript Viewer can change the default value of 15 seconds to something more (or less). I think you can even do infinity via 0 or -1, cant' remember.
At any rate, if your getting that error, usually, your doing something "wrong". Most would argue Flash is a ho and should be able to take it; I reply, "use java mofo".
-- --Original Message-- -- From: Justin Palmer [mailto:justin@(protected)] Sent: Tuesday, March 02, 2004 12:40 PM To: flashnewbie@(protected) Subject: RE: [Flashnewbie] Order of events per frame
Hi,
<self_quote> //on the root first frame X = 50000; While(x--) { trace(x); //Interesting enough this trace prints 9998 - 0. }
</self_quote>
The above runs fine, but when I try to put the results into a textbox with a scrollbar, I get the "Your program sucks and is making the flash player run to slow. Do you want to abort?" message.
//on the root first frame X = 50000; While(x--) { text_txt.text += x + newline; //Interesting enough this trace prints 9998 - 0. }
So if you abort the script the object never moves making me think that what Jesse says is true...as if what Jesse says is ever wrong.
Haha anyways, funny.
Regards,
Justin Palmer
-- --Original Message-- -- From: Justin Palmer [mailto:justin@(protected)] Sent: Tuesday, March 02, 2004 9:29 AM To: flashnewbie@(protected) Subject: RE: [Flashnewbie] Order of events per frame
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)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ 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)
|
|