ActionScript 3.0 :: Making An Interactive Movie (QTE-style)?

May 8, 2010

i'm currently in the process of linking a movie i've made into a series of interactive scenes, which can half the outcome altered depending on if the player chooses to press certain buttons within the movie. As an example, at one point the character is asleep, and the text "Wake up" appears on the screen, at which point the viewer would press the a or the l key to do the action. If they fail to press a key, the character sleeps forever and the movie ends.I'm making this in Flash.

However, I have such a basic knowledge in actionscript and cannot find a tutorial online to help me with what i'm aiming for. I know how to switch to playing different scenes using actioscript but not how to set it up so that pressing the a or l keys (these are specific to different actions the user can take, only chosen to allow them to have both hands on the keyboard at once to give it their full concentration) to specifically play events.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Make An Interactive Movie (QTE-style)?

May 10, 2010

I'm in the middle of making an interactive movie with events within it that act sort of like quick time events, only that there are multiple outcomes, making it sort of like an old "Choose your own adventure" book. I'm certain you can do what I want to do within Flash, but I have no idea how to as the only commands I know in Actionscript are stop(); and play(); and i'm not sure what the (); means, only that I needed it.

However, all I need is some simple commands to make it so that when the viewer hits the "a" or "l" key, the film will advance to another frame. These keys are meant to correspond to two different actions in the film depending on the situation - At one point, to leave through a door or dive through a window, and at another to dodge left or right away from an object. Though there is a third option for when the player does nothing, that should be simple enough to code so it's not a problem.

View 4 Replies

Professional :: Making Interactive Map Of Cemetery?

Oct 11, 2011

For a project I am thinking about making an interactive map of the cemetery on my college campus. I would like the map to function like this map here: [URL]. I'll start by making the map in Illustrator but from there I'm not really sure where to go because I am new to Flash. I would like the name of the item the mouse is over to be displayed and then when clicked on a box comes up with additional information. If the item the mouse is over can change color that would be nice too. Panning and zooming would also be great if they are not incredibly hard.

View 5 Replies

Professional :: Making An Interactive Bar Graph?

Apr 4, 2012

I want to make an interactive gizmo to explore 20%. so I want a little slider and a red (20%) and a green (80%) bar so that when I slide the slider to different numbers - lets say between 1 and 100 I get a graphical representation of 20% of the number selected as well as the actual numbers? so at 50  red column is 10 green is 40. at 100 red is 20 and green is 80?
 
I could just have a MC with different frames and select a few numbers to highlight and fake it.

View 3 Replies

ActionScript 3.0 :: Making A Few Buttons To Be Interactive With Each Other

Aug 14, 2011

i'm making a few buttons to be interactive with each other, for example my question is based on this: I'm making a game where you can extract oil and sell it, but what i want to know is how can i show a text message when i hit a button? for example: Once i play the scene, i will have a few buttons (Buy, sell, check reserves) also i will have a few text fields which will be "linked" with these other ones for example if i click two times in BUY i want to have in the text field of OIL BOUGHT: 2 (this are the times i clicked before) Well,hope anyone can answer my question or at least recommend me an excellent book of AS3, i'm quite lost in this

View 1 Replies

IDE :: Making Some Interactive Training Apps For A Company?

Jun 2, 2010

I am currently making some interactive training apps for a company, It seems like flash is the way to go since I know AS3 and am comfortable with it. The problem comes where my boss wants to be able to sell these apps as learning aids to schools. Would using something like adobe air with flash be the way to go?

View 1 Replies

Professional :: Making A 1940's Style Animation With Flash

Apr 19, 2011

I would love to create a 40's style animation, but i need to know what to set the frame rate to and other stuff.

View 1 Replies

ActionScript 3.0 :: Making A Tree Style Menu With Sub Menus

Sep 19, 2007

I noticed there was no tree component in AS3. I plan on making a tree style menu with sub menus and stuff so should I just do this project in AS2 or is their something I can make similar to a tree component in AS3?

View 7 Replies

Actionscript :: Making A Flash-based Interactive Map With SVG Vector Data?

Oct 21, 2009

I'm looking for a way to take SVG path info (basically a string of coordinates) and dynamically draw it with Actionscript. Icing on the cake would be if those shapes could detect mouse events to trigger JS and dynamically change their appearance (fill, stroke, etc...).

I'm currently trying something similar to this ([URL]) using SVG but it's just too slow in IE. I've also tried Google's SVG Web ([URL]) which basically does exactly what I'm looking for (it converts SVG to Flash in IE) but again, it's sloooooow - which is why I'm considering doing the whole shebang in Flash.

View 1 Replies

ActionScript 3.0 :: Making An Interactive Map When Press On A Button An Info Box Pops Up Using

Sep 2, 2010

i'm making an interactive map when preess on a button an info box pops up using. This is code for this. This works.

[Code]....

View 8 Replies

Professional ::making An Interactive Game - Number Of Scenes Change Once The User Has Looked At Each Once?

Mar 19, 2010

I'm making an interactive kind of game, and I want a number of scenes to change once the user has looked at each once.For example, they go into three different scenes. When they finish looking at them all, Flash records this, and then when they look back at each scene again, they've all changed.

View 10 Replies

Flash :: Adobe - Making An Interactive Charting UI Component "from Scratch" (without Flex)

Feb 14, 2011

I'm looking for resources on making an interactive charting component in Adobe Flash without use of Flex (or, minimal use). That is, starting "from scratch" with Flash and ActionScript 3.0. Is there recommended reading? Perhaps a good recent book on the subject, or a detailed blog article, or an open source project to look at? I'm interested in the development process, and specific design patterns (for example, extending Sprite as the logical base class for your component).

View 1 Replies

ActionScript 3.0 :: Making Flash An Interactive Website 100% Out Of Flash?

Apr 15, 2011

what im trying to do is make an interactive webssite 100% out of flash.on one of the pages in that website i would like to have one of my custom youtube players that youtube lets you make and gives you an embed code for.problem is that it is an HTML embed code.ive tried everything to get this to work and the best i could do was get the player to work in an independant .swf file but whenever i try to incorporate it into a page in my website and load it in a browser i get a security error saying that i cant let flash access youtube and i have tried everyway on google to get around that with no luck.

View 1 Replies

ActionScript 3.0 :: Interactive Movie And Navigation?

Sep 9, 2009

I'm putting together an interactive movie with button navigation of my portfolio using Flash but whenever I test the movie it keeps looping even though I've added a stop(); action to the first frame of my actions layer.  This is also interfering with my buttons which are not working.  I have modelled my movie on the photography portfolio from Lession 6 of the Flash Classroom in a Book and have checked my ActionScript for any errors but my syntax is error free. This is the Action Script I have added to the first frame of my actions layer to make the moview interactive so that when the user clicks on a button it will take them to the appropriate frame and play the instance until the next stop(); action so that it appears that the picture fades in on the screen and then stops playing:

[Code]...
 
Can anyone enlighten me on where my error could be?  I have created buttons as symbols and labeled my keyframes as 'label1, label2, etc'.  As recommended in the CIB.  I can't figure out where I have gone wrong!

View 4 Replies

ActionScript 2.0 :: (MX) Interactive Movie Clips?

Jun 30, 2003

I've managed to create an master swf which loads other, smaller swf files at the click of a button. I'm using the loadmovie command and loading them into other layers. I need for those smaller movies to be able to control elements of the original movie. For example:Mainmovie.swf contains a graphic object called graphic_1At a button click, Submovie.swf is loaded into layer one.I need to make graphic_1 invisible when Submovie.swf reaches frame 15.Is there any way Submovie can influence the _visible or _alpha properties of an object located in Mainmovie? I've tried several different ways to do this with no luck.

View 10 Replies

ActionScript 2.0 :: Wheel Of Fortune Style Movie

Feb 9, 2011

I am doing a wheel of fortune style movie, where the user spins the wheel by flicking it with their mouse, and when it lands it performs an action. I am working with a script that works great - I just have been trying to change it from using a button to trigger the spinning to using the mouse to drag/flick it. Currently, the stage holds 3 movieclips :- wheel, pointer and spin_btn. I want to eliminate "spin_btn" and physically spin the wheel with the mouse.

Code:
//Import the Tween Class and the Transition Classes
import mx.transitions.Tween;
import mx.transitions.easing.*;
//Set up an Array to store the segment details i.e., segment value, colours etc
//(Here I've only used 5 colours and values so each one is in triplicate on the wheel,
//if you wanted each segment to be different just enter 15 different values into the array)
[Code] .....

View 3 Replies

CS3 Flash Spider Diagram Interactive Movie?

Dec 9, 2009

I am currently creating a interactive flow chart in flash CS3 using action script 2.0, I have run into a few problems along the way though. My first problem is this:

They are four buttons to begin with, when you click on one of the four buttons the other shrink and the option you have selected displays its own options, but you can still click on the first three buttons that are first shown, so you can flick through the choices faster. This all works fine until certain selections are made and then the animation breaks and shows you two further options at the same time.

My second problem is:

Once you select your choice from the first four you can then click the same option again and it will replay the animation again. I don't want it to replay this but is they a way of using the "if" statement rather than creating another frame on every option.

View 1 Replies

ActionScript 3.0 :: Call As2 Interactive Movie Clip In It?

Jan 24, 2009

I have an interactive movieclip called "AS2Clip" which was programmed in AS2. So when this movieclip is loaded within an AS3 application, does the AS2 native code still functions as it would if it was loaded within an AS2 Application?

View 1 Replies

Make An Interactive Flash Movie That Explains A Painting?

Mar 5, 2010

I'm new ActionScript, and programming in general, however I've been doing a lot of tutorials and reading my Flash CS4 Bible, and cruising the forums like crazy trying to figure out how to go about scripting for my project.

Situation: I need to make an interactive flash movie that explains a painting.when you rollover different sections of the painting, I would like the rest of the painting to dim, and for that section to grow. if you are to roll out, it goes back to the first frame and the same thing happens for all of the sections.

If you are to click on any given section, there will be a voiceover, and possibly a little animation that goes along with it. if you either watch the whole thing or click anywhere on the painting, it should go back to frame.I've thought of a few ways to do it, but can't seem to get the scripting right.for now, I'm only worried about the first part because the rest is going to be similar.Frame 1 I have the painting and an invisible button over a section. frames 2-7 is that section growing and the rest of the painting getting dim there is a stop(); on frames 1 and 7

[Code]...

View 5 Replies

ActionScript 2.0 :: Interactive Panning Movie Clip / Website?

Mar 19, 2010

I am looking to create a site (or part of a site) that is similar to the following links (which both contain panning movie clips with interactive elements within them). One of the keys to this is that it does not pan until you get to the extreme left or right portion of the screen, so that folks can have an effortless (and un-annoying) experience. Anyways...I have done a TON of research online and have found some stuff, but nothing that has really fit what I'm looking for. No more rambling. Here are the two sites.[URL]..."enter site" to see what I'm talking about)

View 2 Replies

ActionScript 3.0 :: ComboBox Style: Can't Style Text

Oct 23, 2009

I've got a comboBox component on the stage, instance name 'combo'. I want to style the text. I followed the adobe instructions, but they seem not work, and I get no errors.

Code:
import fl.data.DataProvider;
import flash.text.TextFormat;
var tf:TextFormat = new TextFormat();

[code].....

View 2 Replies

Javascript :: Lightbox-style Dialog Shows Below YouTube Movie On Mac OS 10.6?

May 13, 2010

I have a lightbox-style HTML dialog that shows a menu on top of a web page. It can be injected into any web page via a JavaScript bookmarklet.

One of my users is trying to use it on YouTube.com with the result that the flash movie is rendered on top of the dialog (a div with high z-index).I can't reproduce this. It works just fine for me. The dialog shows up on top of everything else on youtube.com, the video included.I had him save the page in Safari as Webarchive and send it to me. Even that shows the menu rendered correctly for me.

I use the exact same version of Safari (4.0.5/531.22.7) and Flash (10.1 r53, latest beta). Only difference I could find is that he uses Snow Leopard (10.6.6) and I "only" 10.5.8.

View 1 Replies

ActionScript 2.0 :: Making Movie Clips Follow A Custom Line But They Movie With The Cursor

Feb 4, 2009

trying to make a movie clip follow a custom drawn vertical line, the movie clip follows the cursor but only the y axis

I have added an example of what i mean and the file i need it to happen to

ps the vertical line needs to be hidden.

View 8 Replies

ActionScript 1/2 :: Create An AJAX Style Pop Up To Present Photos From A Flash Movie?

Oct 28, 2009

I would like to create an AJAX style pop up to present photos from a flash movie. I found a tutorial, but it didn't work for me. I'm trying to trigger it off the gerURL function of a button, but nothing popups. I have verified that a simple link in <a> from the html page the flash movie is on works fine, so it's just the call from flash itself.

View 4 Replies

Flash :: Movie-style Shotgun Blast (sticky Collision) With Box2D?

Jan 29, 2011

I'm making a Flash game where the player throws balls of mud at objects in the sky. I'm using Box2D to model the physics. I don't want the ball to bounce off of objects (apply a normal force); instead I want it to impart its momentum on the object it is striking (like a movie-style shotgun blast).

View 1 Replies

ActionScript 2.0 :: Make Windows Media Player Style Controls Into Movie

Jan 2, 2005

I'm trying to make Windows Media Player style controls into my movie. I know how to do stop, play, and pause already, but I don't know how to do the progress bar. I tried searching in the actionscript help menu. I couldn't find any actions that retrieve total frames in the movie and current frame number.

View 2 Replies

Make An Interactive Flash Application That Works By Detecting Mouse Overs And Clicks On Various Buttons/movie Clips?

Oct 10, 2009

I am trying to make an interactive flash application that works by detecting mouse overs and clicks on various buttons/movie clips and then moves to the appropriate part of the time line. But I am having an issue when I use more than one addEventListener in any one frame. I have attached the code for one such frame below. When I comment out the addEventListner and the other code relating to the followBall function this works fine and directs the user to frame Inlet_Valve_Open_Frame but now only the followBall function is working and when i try to click on the Inlet_Valve_Button movie clip nothing happens.

I have never read all the help files on the adobe flash CS3 as i don't have time and i have built this code up based on examples i have found online. I wanted to include my fla file but it's to big 6Mb. But i have attached the swf so you have an idea what i am doing.

Code: Select allstop();
//1.
stage.addEventListener(MouseEvent.MOUSE_MOVE,followBall);

[code]....

View 1 Replies

ActionScript 2.0 :: Making A Button In A Movie Clip Goto Another Movie Clip (pic)

May 30, 2007

What action script would i need to make a button in one movie clip goto and play a frame in another movie clip? Im not very good at flash but i've been trying my usual codes but it dont work..

View 2 Replies

Making A Rollover Flash Movie

Dec 6, 2007

I have a map of the UK with all the counties and i was wondering how I would go about making a rollover flash movie. I specifically need it to highlight the county when the mouse is over that county and a little box to appear with the county name in it. Like an ALT tag I dont want someone to tell me exactly how to do it just some tips on how i would go about this. Is there an image mapping tool in Flash. Or how would i go about marking out the coordinates for each of these areas.

View 6 Replies

Making Movie Clip Appear On Stage

Sep 27, 2009

Making a Comic book/Video game with Flash Action Script 2.0. Check out my blog ive uploaded a couple of demos on it.Anyways i want to make a movie clip appear on stage when the user finds a key. The movie clip would be used as a trigger to send the player into an other version of the second level where a door would now be unlockable (only if he has the key).I know how to make the hittest work its making the movie clip appear on stage with an action that is giving me problemes.

View 2 Replies







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