ActionScript 2.0 :: Intro/Outro In The Same MC?

Feb 5, 2006

i try to make a intro/outro for some pages,the problem sounds like this:

I have a mc named pagini, where i have all the pages (text, pictures)

and a second mc, named effecte, where i have a intro/outro.

The problem that i don't manage to do, it is that when i press on a menu button, the 2 mc, playes simultanions. This is the actionscript for the buttons:

on (rollOver) {
gotoAndPlay("over");
}

[Code]....

Now what i`m try to do is that when i press a button, that the mc effecte playes first with the outro, and after that the intro comes. More explicit sounds like this(with a small exemple): I am in the page HOME (from the mc pagini) and when i press the RUNDGANG button i want the page HOME to stay, and the mc effecte with the outro section, and after it`s finished the RUNDGANG page come and on the RUNDGANG page the intro effect to play.

[URL]

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Intro/Outro In The Same Swf?

Apr 13, 2006

how can i make something like a transition (intro/outro) in the same .swf. For exemple i have 3 buton, and when i press btn1 the first animation plays, but at frame 10 it's stoping. And if i press btn3 i want to play first animation (from frame 11 to frame 20) and then to jump to frame 40 and play until frame 50 where i have the stop.

| >-----1*-----> / | >-----2*-----> / | >-----3*-----> /
> = keyframe
1*,2*,3* = stop();

[code]....

View 11 Replies

ActionScript 2.0 :: Preloader With Intro & Outro

Jun 6, 2005

Any tuts on building a custom preloader w/ an intro and outro? I've searched but only found unanswered posts.

View 2 Replies

ActionScript 3.0 :: Playing Intro And Outro Of MovieClips Using Buttons

Sep 14, 2009

I just have some few questions about Buttons and MovieClips using AS3.
Intro and outro of a movieclips using buttons.

Like for example: I have two buttons named buttonOne and buttonTwo. When I click buttonOne, the movie clip named oneMc should play its intro and then stop then after that whenever I click buttonTwo, the movieclip oneMc should play outro animation and then movieclip twoMc intro comes in.

Do I need to use the Loader and URLRequest for this one? Also, how can I call the movieclip to play its outro and play the next movieclip's intro?

View 1 Replies

ActionScript 2.0 :: Play Outro Of Swf B4 Playing Intro Of Next Section

Mar 16, 2004

how, because I have lets say 5 transitions and each swf has an intro and an outro, and I want to make it so if you click lets say wallpapers, theres a little loader at the bottom right of the screen that preloads the wallpaper transition, without yet playing the outro of the current transition your in (home lets say), Is it possible to script it so that when flash detects that wallpaper transition has fully preloaded it will play the "outro" part of home and than play the intro part of wallpapers to create a seamless transition

View 3 Replies

ActionScript 2.0 :: Uncessecary Intro & Outro W/ Tween/AS Preloader?

Jun 16, 2005

I have utilized the Tween/AS Preloader from this site and it works great! The problem is that when I test it online it keeps playing the intro and outro animation even if the movie is loaded into the browsers cache. It doesn't show the progress bar or the percentage (which is good) because it is already loaded, but it keeps showing the intro and outro animations (which is annoying). How would I keep the preloader from doing this?

View 2 Replies

ActionScript 2.0 :: Play Outro Of Swf B4 Playing Intro Of Next Section?

Mar 16, 2004

I have lets say 5 transitions and each swf has an intro and an outro, and I want to make it so if you click lets say wallpapers, theres a little loader at the bottom right of the screen that preloads the wallpaper transition, without yet playing the outro of the current transition your in (home lets say), Is it possible to script it so that when flash detects that wallpaper transition has fully preloaded it will play the "outro" part of home and than play the intro part of wallpapers to create a seamless transition

View 3 Replies

ActionScript 3.0 :: Make Intro / Outro Animations Before / After Load External Contents?

Nov 24, 2009

I want to do is a simple transition that allows to me start some function (at the external swf!) to dismount the LOADED content. I'd like to change the external contents with intros and "outros" located on their own timelines.. It's a simple logic, but I dont know how to manage that.. Everytime I try some simple, it never happens.

[URL]

View 6 Replies

Professional :: FLV And Skip Intro - Make Note Of The Actual Time Or Keyframe In Which The Intro Completes

Jun 14, 2011

If I have an FLV that I've output as SWF with skin to have embedded into an HTML page, and now a 'skip intro' is needed - though I'd have to make note of the actual time or keyframe in which the intro completes...How is this possible? Clearly, a button would need to be added for that kind of interactivity?

View 3 Replies

ActionScript 3.0 :: Flash Intro (flv Imported) As Intro Page?

Apr 11, 2010

I have a movie clip that I imported into flash, used a skin and have a nice little player for this website intro. I want to proceed to the sites home page upon completion of the movie. Searched but the best I could come up with was;
 
player.addEventListener("complete",function (event:Object) { trace("doneVideo");new URLRequest("my link");});

View 5 Replies

ActionScript 3.0 :: Control The External SWF To Play It's Outro And Then Load The Next SWF?

Sep 20, 2009

It's all about loading and unloading external swf's.My code is working perfectly though I just have some questions about load and unload issues.

------------------------------------------------------------

I have three buttons on the stage and it should load its external SWF

homeButton_btn - home.swf
page1Button_btn - page1.swf
page2Button_btn - page2.swf

Each of the button should load it's external SWF's intro when click.My problem is that I don't know how to command the button to play the swf's outro and then load the next swf everytime I click a button. Example: When I click homeButton_btn, the external swf should load "home.swf" and then if I am going to click page1Button_btn, the outro of "home.swf' should play and then once it reaches the end of it's timeline, it should load "page1.swf". Same goes with page2Button_btn, whatever swf that is on the stage should play it's outro first and then load "page2.swf"

My questions are: 1. How can I control the external SWF to play it's outro and then load the next SWF.

2. What code should I put at the end of the external SWF's timeline.

3. Where do you think I should put the preloader? Is it better to put it at the external swf timeline? or on my main swf timeline?

4. Does load and unload of external swf also work with movieclips? Like for example I will not use a external swfs, instead I will use movieclips to load and unload its content.My Actionscript 3.0 code

var pageContainer:Loader;
pageContainer = new Loader();
var nextMov:String;[code].........

View 1 Replies

ActionScript 2.0 :: Select New Content To Load Into Replace It The Movie Simply Vanishes Without Showing The Outro Sequence?

Aug 2, 2007

I have flash movie that I'm loading other movieclips and swfs into.At the moment when I load in a new swf, the timeline plays through the intro sequence, then when I select new content to load into replace it the movie simply vanishes without showing the outro sequence.It's been puzzling me for a while now but i've seen it used on many flash sites so i'm guessing there's definately a way to do it.

View 4 Replies

AS3 :: Movieclip To First Play An "outro" Animation When Click A Certain Button

Jul 27, 2009

I have a movieclip playing and when I click a certain button I want the movieclip to first play an "outro" animation (which is also inside the movieclip) then go to the real target of the button. For example, I am at the Homepage of my website then I click on the Contact button. The homepage will first go to Homepage's outro animation then go to the Contact page. I need the button to recognize the page/clip being played and the page it will go to.

View 1 Replies

How To Make An Intro

Apr 2, 2010

I am making a website and i want a flash. Here's what i want it to do.

1) The page has two images "Enter" and "Here" together. When you click it with mouse, the two images fly in opposite directions and fade away.

2) After that screen turns bright.

3) An Image fades in which i will use to map different locations using HTML.

View 1 Replies

Cover Up A Flash Intro?

Aug 1, 2009

I have this world map (.swf file) that I want on my home page(black background). It's up and working fine, but it flashes a white blank map for about 2 seconds when it first loads and then it goes away. It looks very ugly on a black background and gives off a sense of "cheapness". Anyway, it has got to go. I purchased the world map and they don't offer access to the original .fla file. So basically I want to know how to cover up the first few seconds of the video with black and then have the black cover disappear and let the flash file do its thing.

View 1 Replies

Flash - How To Create An Intro

Aug 11, 2009

I'm totally to flash. How would I create an intro like this one? [URL]

View 1 Replies

How To Unloop Flash Intro

Apr 4, 2010

kinda having some trouble with flash movie I created. It keeps wanting to loop and play over and over. I just want it to play once in my html page and then after the first play, change into another html (iframe). Any ideas? I'm using dreamweaver and adobe flash.URL...

View 3 Replies

ActionScript 3.0 :: How To Put Action In Intro For Url

Sep 17, 2010

I am new in flash and I have problem with action script 3. I dont know which action to put on the last keyframe in my intro animation. I do not wannt a animation when is finished go back again, on the last keyframe it should stop and connect to my site.

View 2 Replies

ActionScript 3.0 :: Cannot Get Intro To Run On Server

Jul 17, 2009

I have recently created a small as3 introduction,,,, i downloaded it to my web server, when the page starts all i get is the HTML page the flash introduction will not start or even load,,, i have used AS2 and that works fine... As a trouble shooting measure i put all the as3 code in its own folder on the server(*.js,*.swf,*.html)pointed to the folder and still nothing? Is ther some setting i missed wheni published it??? I used the defaults???

View 4 Replies

ActionScript 3.0 :: XML Slideshow With Intro SWF

Jun 8, 2009

I've followed Kirupa's tutorial on XML slideshow and modified it to incorporate another swf. The first swf is an intro animation that then stops and loads another swf which is the actual slideshow piece. The problem is that the first image keeps repeating. I've looked all over the forums for a solution and I think the problem is in the code. If I tested the slideshow.swf on its own, it works perfectly. What am I doing wrong?

[Code]...

View 3 Replies

IDE :: Making An Intro For Website?

Dec 21, 2009

making an intro for my site.Right now, it's coded in php, but I'd like to take it to flash.In the intro, (I fail at making images) I'd be making two characters that come in from off-screen and do a small fight. Then the winner gets shot with a bullet and dies.They fade out and then the site comes up.

View 1 Replies

IDE :: Create The Intro With After Effects?

Apr 18, 2010

In this website there's an intro. Now, the website is about a lingerie company here in Italy...so it's like a based fashion website. I'm going to create the intro with after effects...what do you think about this? How do you create your intros? With after effects? do you have some fashion website link with an intro?

View 6 Replies

ActionScript 3.0 :: Go To 2nd Scene After Playing Intro

Sep 4, 2009

I have two scenes on my movie. My first scene is just an introduction animation. At the end of that scene I just want it to go to the next scene. I thought it would do this automatically but I get this error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at InteractiveCDAnimation_fla::MainTimeline/__setProp___id0__Scene2_content_0() at InteractiveCDAnimation_fla::MainTimeline/frame1()

I tried putting a this.gotoAndPlay(1, "Scene2") <- My scene is name Scene2. It does not work. I even tried creating a function and seeing if it would listen to an enterframe event listener. I do not want a button to click at the end, I just want it to automatically go to the next frame. Why I am getting this error above, and why I cannot get this thing to go to the next scene.

View 1 Replies

Make Objects Appear In Flash Intro?

Jun 3, 2010

im trying to make this intro and ive searched a bunch of tutorials, but i cant seem to find what im looking for..maybe im not searching the correct term, this is what im trying to do... i have a map and i want the dashes to appear one after another in sequential order so it shows movement.

View 3 Replies

CS3 Adding ENTER Button At The End Of INTRO

Oct 17, 2010

I have a .fla file and it is INTRO. At the end of this INTRO should be ENTER button but every time i put it there the whole flash doesnt work anymore.

So all I need is ONE BUTTON at the end of this animation. It should be linked:

[URL]

The .flv file:

[URL]

View 3 Replies

Add A Skip Intro Button To Preloader

Mar 7, 2011

I've created a preloader.swf that (when loaded) loads an external swf. I would also like to add a skip intro btn, but when I do, the preloader seems to loop over and over (blinking - I know, high tech). This is the preloader code. I have it in the first frame of the preloader.swf:

[Code]...

View 1 Replies

ActionScript 3.0 :: Add A Skip Intro Btn To Preloader

Mar 7, 2011

I've created a preloader.swf that (when loaded) loads an external swf. I would also like to add a skip intro btn, but when I do, the preloader seems to loop over and over (blinking - I know, high tech).

This is the preloader code. I have it in the first frame of the preloader.swf:

stop();
var myRequest:URLRequest = new URLRequest("flash/index.swf");
var myLoader:Loader = new Loader();

[Code].....

View 2 Replies

ActionScript 1/2 :: FLVplayback: Skip Intro?

Jul 8, 2009

I'm making a flash project and I have 10 different videos on it (embedded using FlVPlayback) and all the videos have the same stupid intro. My boss would like me to add a "skip intro" button which would allow you to jump to about 19 seconds in the video.

what I have done so far is insterted a video file without the introduction in a new keyframe and have the "skip intro" button linked to keyframe.the only problem is that if you do not wish to press the skip intro button, it stays up on the screen the entire time, and we would like it to disappear. I've thought about using skipintro.alpha = 0 at a cuePoint located 19 seconds in, but i'm not really sure how that would work.

View 1 Replies

Opening 2 URLs During Flash Intro?

Oct 19, 2009

I've created a flash intro for a website and I have it setup so that in the first frame of the intro it opens a popup window, and then in the last frame it opens the actual site in the same window as the intro. Right now when it hits the last frame it opens up the popup window again also! Ack! The code I've used for opening the popup window is:var url:URLRequest = new URLRequest("player.html"); navigateToURL(url, "_blank");
 
the code used in the last frame to move to the site is:var urlReq:URLRequest=new URLRequest('index2.html');navigateToURL(urlReq,'_self');
 
I'm guessing that it has something to do with re-using the same variable name. I tried changing the code in different ways on the second window opening but still had the same result, or broke it opening up any pages at all. I've also tried moving the two code snippets to different layers. I'm thinking there might be a few ways around this too such as if there is a way to trigger the popup window, and then have the intro wait x seconds and then opens the main site or something, but I have no clue how to go about doing any of this. have the site in question in a temp location currently and it can be viewed here: [Url]

View 1 Replies

ActionScript 1/2 :: Intro In Flash To Web In Html?

Apr 1, 2010

Anybody can tell me how to do this? after the intro in flashcs4 go directly to a website. I made an intro in flash and after the end of the clip need go to a html doc. I've to use ActionScript right?

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved