unload movie clip transition.

This is a discussion on "unload movie clip transition." within the Flash & Multimedia Forum section. This forum, and the thread "unload movie clip transition. are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 29th, 2008, 12:37
Junior Member
Join Date: Sep 2007
Location: Bristol, UK
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
unload movie clip transition.

Hi,

Can anyone help me with a problem. I want to appy a transition effect to a movie clip just before it is removed from the stage and another loaded in it place. But, no matter what I try, I can't seem to get it to happen. I am using the following code to remove my movie clip from the stage;

Code: Select all
news_btn.onPress = function  () {
    unloadMovie("welcome_mc");
    unloadMovie("img1_mc");
    loadMovie("news.swf","_root.emptyclip_mc");
}
I want to be able to stick something like this in there so that it is performed before the unloadMovie functions.

Code: Select all
mx.transitions.TransitionManager.start(img1_mc, {type:mx.transitions.Rotate, direction:1, duration:2, easing:mx.transitions.easing.Strong.easeIn, param1:empty, param2:empty});    
mx.transitions.TransitionManager.start(welcome_mc, {type:mx.transitions.Wipe, direction:1, duration:4, easing:mx.transitions.easing.Strong.easeOut, param1:empty, param2:empty});
}
Any ideas on how I achieve this?

Thanks for your help,

Tom.

Last edited by karinne; Jan 30th, 2008 at 12:31. Reason: Please use the vBcode when inserting code in your post.
Reply With Quote

Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unload movie clip problem monkeygraphik Flash & Multimedia Forum 2 Sep 11th, 2007 08:37
How to unload a movie from the Loader component griffonwing Flash & Multimedia Forum 5 Jun 12th, 2007 04:22
unload/load movie in flash mx2004/8? -like kenzo.com Pixelate Flash & Multimedia Forum 0 Dec 7th, 2005 03:12
unload and load a new movie on existing background Val J Flash & Multimedia Forum 2 Oct 5th, 2005 03:01
Unload Movie? Marcusweb Flash & Multimedia Forum 1 Oct 29th, 2004 07:10


All times are GMT. The time now is 17:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43