re: HOW IS THIS DONE? 2004-03-04 - By Jesse Warden
Back Flash. You take the logo, then do a 100 frame animation of it filling, and animate the mask. Put a stop on frame 1, and then your preloader can tell it to go to the frame based on the total loaded.
var a = _level0.getBytesLoaded() / _level0.getBytesTotal(); a = Math.round(a * 100); preloader_mc.gotoAndStop(a);
-- --Original Message-- -- From: Colonel Nathan R. Jessop [mailto:flashmx@(protected)] Sent: Thursday, March 04, 2004 11:43 AM To: Propeller Head Subject: [Flashnewbie] re: HOW IS THIS DONE?
I just saw this loader on the Adidas website. If you Click on "Mens", "Footwear" you will see the red adidas logo. I think its cool. Would this whole thing be done in flash or just an animated GIF?
http://www.adidasgolf.com/footwear/index.asp?gender=mens
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ 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)
|
|