Subject: Rewind? 2004-03-05 - By Jesse Warden
Back You know how a slider/scrollbar works, right? When dragging the slider, it's constantly firing off events, which you grab:
onScroll = function(){ var = scrollbar_mc.getScrollPosition(); };
They use that val, 0 to 100, to tell what frame the animation should go to. It's probably like:
function onPress(){ onMouseMove = draggingFunction; }
function draggingFunction(){ sliderPos = slider_mc._x; movie_mc.gotoAndStop((sliderPos / movie_mc._totalframes) * 100); }
function onRelease(){ movie_mc.play(); }
That is so psuedo code, but basically just a gotoAndStop.
-- --Original Message-- -- From: Justin Palmer [mailto:justin@(protected)] Sent: Friday, March 05, 2004 01:38 PM To: flashnewbie@(protected) Subject: RE: [Flashnewbie] Rewind?
So I guess my real question is how does the component work?
Is rewinding/fast forwarding a single time line or a sequence of actionscript events.
Thanks,
Justin Palmer
-- --Original Message-- -- From: Jesse Warden [mailto:warden@(protected)] Sent: Friday, March 05, 2004 10:25 AM To: 'flashnewbie@(protected)' Subject: RE: [Flashnewbie] Rewind?
I think we are all hitting it at the same time, cause it's loading slow as nuts for me, lol!
At any rate, while it's loading, you could use my JXL VCR component. She's not up till I fix my website though....
:: ASV's swf ::
Ok, this:
http://www.hostrocket.com/flash/control.swf
Controls this movie to go to and stop when you drag the slider:
http://www.hostrocket.com/flash/intro.swf
Same thing my componet does, except theirs is frikin' awesome looking!
-- --Original Message-- -- From: Justin Palmer [mailto:justin@(protected)] Sent: Friday, March 05, 2004 01:03 PM To: flashnewbie@(protected) Subject: [Flashnewbie] Rewind?
Hi,
I have seen a movie, www.hostrocket.com, where they provide a rewind/fast forward option. Click on "Activate Launch Sequence". How is this done. I can't imagine all of the animations are on one timeline, because it does not seem to load that slow. Anyways any input would be great.
Kind regards,
Justin Palmer
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ 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)
|
|