ActionScript 2.0 :: Flash Presentation - MovieClip With Logotypes Fading In / Out
Dec 10, 2004
I want to make a presentation in flash with all my work. Sort of a PowerPoint presentation but in flash. Yes, I know there is a built in PowerPoint function I flash. But I want it to be some more dynamic and most of all. I want it to run without pressing the "Spacebar" between all the MovieClips. I don't know if this is a good way, but my idea is to make a movie clip of each "thing" I want to present. I.e. I make a MovieClip with a logotypes fading in and out. And one MovieClip with another logotype fading in and out. Then I just want to add these external swf files in the main timeline and when the first external MovieClip has finished next ones starts. And when all the swf files have been played. It starts all over again.
View 1 Replies
Similar Posts:
Dec 10, 2004
this is what I want to achieve:I want to make a presentation in flash with all my work. Sort of a PowerPoint presentation but in flash. Yes, I know there is a built in PowerPoint function I flash. But I want it to be some more dynamic and most of all. I want it to run without pressing the �Spacebar� between all the MovieClips.
I dont know if this is a good way, but my idea is to make a movie clip of each thing.I want to present. I.e.I make a MovieClip with a logotypes fading in and out. And one MovieClip with another logotype fading in and out.Then I just want to add these external swf files in the main timeline and when the first external MovieClip has finished next ones starts. And when all the swf files have been played. It starts all over again.
View 1 Replies
Mar 30, 2012
I'm trying to play 2 external flash movies. its already running ok but i need the scene to be somewhat to gradually become transparent so that the timebased scene2 will comeout to of the screen.
Here is the script of it:
var myLoader:Loader = new Loader();
var url:URLRequest = new URLRequest("scene2.swf");
myLoader.load(url);
addChild(myLoader);
[Code]....
View 2 Replies
Apr 10, 2011
As it is said here: [URL] "If you do a Google search today for "MVVM and Flex", the first post is by somebody who claims that MVVM is not a good fit for Flex. I couldn't disagree more. Out of the box, the Flex framework makes it much easier to implement a Presentation Model than similar MVVM implementations in Silverlight. That is not to say that there aren't good third-party libraries that make it easier in Silverlight, but without any help, it is easier to do in Flex." So MVVM as LOGICAL CONCEPT can be implemented in both but the way it is implemented in Silverlight requires more Plumbing than Flex.
What prevents Silverlight MVVM to be implemented like Flex ? Doesn't Silverlight have same capability in event system to do the same? If yes why does Silverlight do things more complicated what's the advantages then ? Is it about using Class Interfaces which are more strongly typed? What are the disadvantages also ? For example as for implementing MULTIPLE VIEWS for 1 View-Model does Flex implementation make it also more obvious?
View 2 Replies
Dec 6, 2011
How to make trail behind movie clip. I suppose it should be some kind of duplicate mc function but dont know how to write it. For example there is rectangle (mc) on screen when I click on it should move to the left but it should leave copies of itself behind it with different opacity, closer copies should be more visible and they all should fade out (I mean trail not main rectangle), it should look like circular animation which are often used in some flash video players where rectangles are rotating around center point but they aren't all same opacity.
View 2 Replies
Aug 1, 2011
I've looked around the net on this issue, and came up with the following code to fade out the volume on my movieclip:
var myTransform = new SoundTransform();
myTransform.volume = 1;
loaderClip2[indexNumber].soundTransform = myTransform;
audioTween = new TweenLite(myTransform, 2, {volume:0});
My movie clip is stored in the Array loaderClip2 at index position determined by the variable indexNumber. This code does not produce the desired fade.
View 3 Replies
Jan 9, 2009
I used a great tutorial posted on KIRUPA by Sam Kellett aka Sammo [URL] and i was wandering if i can make the snowflakes fade to transparent at the bottom of the movie?
View 4 Replies
Feb 20, 2005
I made a button that fades up a movieclip and then the movieclip keeps fading down and up until on rollout where it fades it down. Now, i use a delete this.onEnterFrame; on the fade out button but im not sure if i should delete this.onEnterFrame in the functions where i fade up and down aswell. If so where/how?Here is the AS:
Code:
fadein = function(){
if (white_1._alpha<=100) {
white_1._alpha += 5;[code]....
View 2 Replies
Mar 29, 2007
I've been playing around with the presentation screens and slide in Flash, from browsing the web there seems to be very little if any information of how to control MC's within different parts of a presentation i.e. removing them or changing alpha. I've loaded an MC and now I'm am trying to remove it from the stage been experiment on the same slide and I just cant seem to get control of it.
I was using
_root.slide1.intromc._alpha = 0;
But this doesn't work for. How I can get access to MCs in a slide if its possible !!!!
View 1 Replies
Aug 11, 2009
I am making a flyout menu and I have all the desired effects I need using actionscript but one: for the movieclip that fades in to fade out if the mouse has not been touching it for 3 seconds.
The way it works: The buttons in the navigation are movieclips. Each button movieclip has a submenu (which is also a movieclip). Each button movieclip is triggered to tween on Rollover and tween (alpha) in. As it is now, when the user rolls over a different button in the navigation, the submenu will disappear which is desired. The problem is that when a user rolls over a navigation item and triggers the submenu, but does not roll over another button, the submenu stays in view. What I want is for this submenu movieclip to fade out of view if the user hasn't had their mouse over it for 3 seconds.
View 6 Replies
Jul 2, 2004
on (release){
_root.drew._visible =false;
gotoAndPlay(31);
}
Above is my code which I am using to try and fade out a MC when a button is pressed. The button (and the picture it shows when pressed) are within the same MC. I have placed this MC on the root timeline and given the MC I want to fade out the instance name drew // but still not having any luck making invisible.
View 4 Replies
Apr 7, 2009
I can't work out why - but when I try to fade out some text (by calling fadeoutSecondText), the text fades out, and then immediately fades back in. Fading in and out struggle against each other, resulting in rapidly flashing text!
[Code]...
View 7 Replies
Oct 11, 2003
when i test the movie all i see is a large grey box (border color) with a medium white box (box color) in the bottom right.when i edit the border and lose the grey box but leave its line borders then i get the image with the white box in the bottom right. i've got an image: instance named 'image', a box: instance named 'box' and a border: instance named 'border' and pasted in the actionscript in
View 5 Replies
Oct 11, 2003
i've done the Fading Grid tutorial that Voetsjoeba wrote but i seem to be de-railing somewhere when i test the movie all i see is a large grey box (border color) with a medium white box (box color) in the bottom right.when i edit the border and lose the grey box but leave its line borders then i get the image with the white box in the bottom right. i've got an image: instance named 'image', a box: instance named 'box' and a border: instance named 'border' and pasted in the actionscript in place but it still hangs.
View 5 Replies
Jun 18, 2006
I have a movieclip with an image fading in and out (using an actionscript tween class set to yoyo). This movieclip is loaded into a dummy movieclip when a button is pressed. The first time you click the button the fading movieclip plays as it should, fading in and out continuously. However, the second or subsequent times the button is clicked the fading movieclip goes crazy, half fading in/out and half jumping from one alpha value to another.
View 7 Replies
Nov 13, 2010
I have a presentation .fla from a client which is published to an .exe projector file. this is my first tome working on a file published for this so I'm a bit confused. Within the fla folder is another fla which is titled player. That file calls background music thru an xml file which I can figure later but my problem is this.
if I add the mp3 voiceover to the xml list when the published file plays it of course starts at 001.00 the voiceover needs to be edited to fit within the presentation. How can I drop the swf of the riginal presentation inside an app then add the voiceover on another layer and be able to edit to match sort of what I would do in IMovie. I have the CS5 master Suite so I'm sure one of the apps does this/
View 1 Replies
Mar 12, 2009
Is there a way to convert a flash presentation to scenes?
also is there a way to copy frames and paste them in place without things getting shifted weird?
View 5 Replies
Oct 20, 2009
I'm going to be creating a Flash presentation that will run on a flatscreen TV at a trade show. I'm not certain what resolution to set up my Flash movie to. The TV is a widescreen Panasonic 42" TH42PH10BK with 1024 x 768 pixels, however when I set my animation to those values it looks 'squarer' than the TV. It looks like I need to set up the animation to a different resolution, but I don't know which!
View 4 Replies
Jan 29, 2010
I was wondering how I make my buttons go to the next slide in a flash presentation Only know the code to do it to the next scene in a regular flash project.
View 1 Replies
Aug 27, 2010
I've been wanting to create a flash presentation similar to the one on the page of this website.This is NOT my website by the way. Does this require actionscript? http:[url]........
I know it will take some time to learn and develop and I'm willing to put in the time to learn. I just would like to learn from a professional tutorial and not some random, generic looking tutorial that doesn't really teach a thing.
View 1 Replies
Feb 23, 2011
I have been doing days worth of research and this is a topic I have yet to find much useful information on. I create business presentations for a wide range of clients with adobe flash. Up until now all user control has been done through the computer or via a timer so the user wasnt interacting at all. We have started receiving requests for presentations where the presenter can interact with the presentation via a presentation remote. Basically they want control over the presentation just like someone can with a remote in Powerpoint.
All my research on this topic up until now has been pretty much in vein. We have tried to program flash with keystrokes and such but ran into issues as apperently all remotes do not use keystrokes to control the presentation (namely some logitech remotes do not). So here is my question.
Does anyone have an idea on how we could set up a flash presentation to work with ANY remote our presenters may have? I am hoping this is something we can program/build one time and then just copy and paste the code to each presentation. Versus the alternative of contacting each client, asking what remote they will be using, and programming based on acquired information.
View 1 Replies
Mar 27, 2009
I've been tasked with making a fairly simple Flash presentation that will be published to an exe and put onto a jump drive. I've done this before and at the time I just used the getURL command (IIRC) to open a PDF with a button click. I literally have 100's of PDFs to link to so I was wondering if there is a better way to do it (before I start using my old method) I'm using AS3 in Flash CS5. And I am NOT a big Flash user so maybe I just need to resort to the way i did it last time. Was just thinking there might be a more elegant way to approach this...that a novice could handle.
View 3 Replies
Jul 25, 2011
I have to decide whether I should choose a Flash or a HTML5 presentation tier third party application for displaying virtual tours. The thing is: The Flash app is better, but doesn't work one iPad. Which do you think I should go for? Flash, high quality or HTML5, a little worst quality?
View 3 Replies
Jun 23, 2009
After using Flash for many years for animation I've finally discovered the Flash Presentation document setup, but I'm stumbling at the first hurdle in getting my head around the document structure and how the playhead moves between slides/screens.
I have a small 48 frame animated "text bullet" which fades in and then glows for a second. I have placed this on one layer in slide 2, and have tweened it so that it flies in from the left of the screen, stopping in the middle. This is great but have noticed that when advancing to the next slide, slide 3, and then hitting the left arrow to go back to slide 2, the animated instance of the text bullet is at the same position/state as when I navigated away from slide 2 to slide 3.
So how come the playhead doesn't automatically jump to the start (frame 1) of slide 2 when I navigate back? I have explored the Behaviours but haven't managed to sort out this very basic first step
View 3 Replies
Jul 9, 2009
How to build the flash presentation in AS3 by loading movie clips from library. I have 3 movie clips in library
mc_1, mc_2, mc_3
we have to play one by one.
View 7 Replies
Sep 9, 2009
Here is the site homepage: [URL]. In firefox & netscape the drop down kills the flash presentation.
View 6 Replies
Apr 9, 2010
Is it possible to rename slides dynamically in a Flash presentation that is created using the Flash Slide Presentation template in Flash CS4. So, if I have a presentation with 50 slides and they are named 001 to 050 and I need to insert a slide between slide 010 and 011 is there a way to have Flash renumber them or do I have to just manually rename.
View 2 Replies
Apr 13, 2010
is it possible to print all the frames of a flash presentation?I don't use Flash that much, I update a flash file that was created by someone else, but now I've been asked to do a print out.Any ideas on the best way? I'm not a fluent user of Flash, I know nothing about AS or any of that jazz. I've just been inserting images and text and tweening them - that's as much as I know how to do.
View 1 Replies
Jul 13, 2010
I created a presentation in Flash. And I embedded the following keyboard control scripts so that I can pause the slide by pressing "Spacebar" and play it again by pressing "Enter".[code]I also embedded getTimer script to delay the speed of the flow so that key-point can be loaded one by one.[code]Other than the above keyboard control, I also add four buttons at the right bottom so that I can play and pause, fast forward and rewind by clicking those four buttons.
1. the 1st and 2nd slide cannot be paused by the above keyboard control command.
2. the play and pause buttons at the right bottom is not functional in the 1st and 2nd slide.URL...
View 8 Replies
Jul 18, 2010
I have made a corporate presentation in Flash (CS3). The structure is as follows. The main timeline just 6 key frames. 1 intro and 5 content. Each of the 6 key frames has a movie clip with relevant content on it.
After the introduction in key frame 1, the timeline stops at the next key frame.From here, one can navigate forward and backward between the 5 content key frames, using buttons.These buttons are available throughout these five key frames.
Each of the key frames contains a relevant movie clip, with content.And also a sound clip to introduce what that key frame contains. Since a user can navigate forward and backward at any point of time, all these keyframes have the frame action:
[Code]...
View 2 Replies