ActionScript 2.0 :: CS3 Playing And Rewinding Buttons That Respond To Each Other

Feb 17, 2010

Basically I have a series of animated movie clips that need to play when they are triggered by a button (button 1)....

(This bit I can do...But the next bit is tricky:

Then, the animated movie needs to rewind, when the button (button 1) is clicked on again, or triggered by clicking another button (button 2). - I have also figured out the rewind part using a movie controller [code]...

View 7 Replies


Similar Posts:


ActionScript 2.0 :: Playing/rewinding In Movie Clip

Jun 19, 2008

I rendered a 3d cube spinning in different directions using cinema 4d. I imported the entire sequence into flash as a movie clip. My goal is to set up buttons that will take you to certain points of the cube sequence. i.e. frame 1 scene is top of cube-the user presses a button and the cube animates to a different side-information pops up.Basically i have 3 buttons, they all animate the cube to different sides of it. I would like to animate back to the first side of the cube if the "home" button is pressed.

im attempting to use if else and currentFrame, but im having some trouble. I also tried using prevFrame(); instances when a button is pressed but didn't know how to stop it when the cube got to a specific side. Below is an example of my code.

[code]...

View 3 Replies

ActionScript 2.0 :: Movie Clip Buttons - Not Respond To A Trace The .fla

Apr 15, 2005

I have a movie clip on the main timeline which is acting as a button, in the over state of that mc button are 3 regular buttons, which appear on mouseover the mc button, but do not hilite, and will not respond to a trace. the .fla is at [URL]

View 3 Replies

ActionScript 3.0 :: Buttons Not Respond - Access Of Undefined Property Of XMLData

Feb 10, 2009

In my main timeline, I have an image fade in and stop on frame 61. On Frame 61, the code below executes;

Code:
stop();
var placesXML:XML =
<places>
<place name= "Bengkulu">
<frame>63</frame>
[Code] ....

There are no output errors, or compiler errors, yet when I click on one of the buttons, the movie does nothing - it certainly does not gotoAndStop on frame 62, 63, or 64 as I am asking it too. Before this code, there are no other actions at all in the movie - just a simple fade in image.. I have now tried tracing (the objects below), within the click handler curly braces (showData);
'xmlData' produces nothing in the Output
'xmlFrame' produces '0' on each click in the Output window.

Tracing both the above outside of the showData function curly braces produces;
1120: Access of undefined property of xmlFrame, or xmlData.
Tracing the nameBtn[i] produces '[object SimpleButton]' in the Output Window.

View 1 Replies

Rewinding A Movie That Contains Cue Points And Swfs?

May 19, 2009

I'm building a presentation that utilizes cue points to bring in external swfs.I don't have the first clue as to how to rewind through the original presenation so that it includes the external swfs in the rewinding process.Here's the code for the presentation:

display.autoPlay = true;
display.activePlayControl = true;
display.controllerPolicy = "on";

[code].....

View 1 Replies

ActionScript 2.0 :: Rewinding Imported Videos?

Aug 5, 2004

Rewinding imported videos: I can remember a book that showed me how to do it, but i can't remember how.

View 2 Replies

ActionScript 2.0 :: Tween Class - Rewinding Tweens

Nov 30, 2009

i've followed several tween classes tutorials across the internet. here's what I'm currently trying to do: there will be three buttons (let's name it A,B,C). when the user click A, it will move to X,Y coordinate on the stage (i've succeeded and have done it). then, when the user click B, B will now move to the same coordinate (succeeded too).

what i failed to do is when the user click B, i want A to return to its original position. do i have to use rewind or yoyo method to do this? how? can someone show me? this is my actionscript on frame 1: *info: top_mc is button A instance, mid is button B and btm is button C*

[Code].....

View 2 Replies

ActionScript 2.0 :: Rewinding MP3 For Few Seconds On One Button Click

Apr 17, 2007

I just completed the "Playing Sounds using ActionScript" tutorial. I figured out a button to rewind the sound to the beginning. Is there a way to also rewind the sound, say two or three seconds each time the user clicks the rewind button? I've been using Flash since v4, but haven't ventured too far into ActionScript beyond the Movie Controls.

View 3 Replies

ActionScript 3.0 :: Flvplayback, Rewinding With .seek(0) Getting An Audio Pop - How To Clear Buffer

Sep 28, 2011

I have an flvplayback component on the stage of a parent flash project. One can preview a video that has some text overlaying it that the user entered in a previous scene.  Dynamic cuepoints sync the video with the overlaying text.If the viewer doesn't like the preview they can go back to the previous scene, edit the text, and rewatch/preview the video with the overlaying text to make sure they like it.
 
I'm running into an issue when they stop watching the video preview, they go back to the previous scene and they return to the video preview scene. I stop the video with a .stop() and I rewind it with a .seek(0) but when they return to the video player and rewatch the video there's a brief audio pop. I'm assuming the pop is a bit of video/audio left in the buffer of the flvplayback component.
 
My question is - is there a way or what is the best way to clear the buffer of the flvplayback component when I rewind the video so it can be replayed?Is there a better way to rewind an flvplayback to the beginning other than .stop() & seek(0) so I don't get a audio pop when it's replayed?

View 1 Replies

Buttons With If / Else - Keep Playing Clips

Aug 9, 2010

I've got 4 mc clips on the main timeline, each with an embedded button. When I click on one button I want that mc clip to disappear and the other 3 to keep playing. When I click on the next one, the same must happen. The problem is I need a function to see which button was selected to that it knows which of the movies to keep playing and it must check what buttons have previously been selected so that it knows not to show those mc clips as well. if release button 1 play mc 2 ,3 and 4.......if release button 3 and button 1 has been released, play mc 2 and 4

View 9 Replies

ActionScript 3.0 :: Playing A _mc From A Certain Point With Buttons

Oct 21, 2009

I am creating my first flash website and have hit a wall, i have four buttons"HOME, ABOUT, PORTFOLIO, CONTACT" and each button plays through the same movie clip from different points. ie the labels.

"HOME" being the first part of the movie and "CONTACT" being the last section with "ABOUT & PORTFOLIO" playing the sections inbetween.

but what i am trying to do is make it so that when i am at the home section and click "CONTACT..etc." i want the movie clip to play all the way through the about & portfolio sections to get there, and back again if i click one of the others*(from contact to the about, home or portfolio section)

View 0 Replies

ActionScript 3.0 :: Disable Buttons When Playing Flv File?

Apr 23, 2009

When i play a flv file the buttons that are below this is still active and i can click on them. is there a easy way to disable buttons when i play an flv file?

View 1 Replies

ActionScript 2.0 :: Rewind Buttons For Playing SWF Movie

Feb 3, 2009

I need to know how to make two buttons: Back and Forward for move forward 24 frames or backwards 24 frames. Also I need to make a Rewind button, how I do that?

View 3 Replies

ActionScript 2.0 :: Random Load SWF But Buttons Not Playing?

Sep 10, 2008

Stuck a random load swf script on main timeline:

Code:
_root.container.loadMovie("work"+(random(3)+1)+".swf");

Then on each but the appropriate code - this is for button 3:

Code:
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = "work3";

[Code]....

When the flash is loaded it loads in the SWF randomly fine. BUT!... when I go to select another item from the menu, I need to select the button for work1.swf first before I can then go select button for work2.swf load...

View 3 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 1/2 :: SwapDepth In A Playing Movieclip (no Buttons/clicking)?

Dec 5, 2009

What happens is I've used the the bus and car mcs to drive on both sides of the road in the animation (they will go across the screen then flip over and drive back within their respective mc).When they first cross over they are layered right but because of the timing of each animation, there is a point where both are going the same way on the same side of the road. At this point the bus pulls up higher (to the side of the road to pick people up) and the car passes it. The problem is when the car passes it is registered as being behind the bus (which would be hitting people).So i'm trying to get the car to swapDepths and come to the front Only when driving on one side of the road, so only at a certain frame reference essentially - not the entire mc.

View 3 Replies

ActionScript 3.0 :: Playing Movie Clip Backward Using Buttons?

Jan 5, 2012

Im trying to create a series of images that scroll acoss the page left and right using arrows at either side of the stage. The arrows use mouse over events to play a movie clip of the images foward and backward.There are a few issues I am having. I have a mouse over and mouse out events in place to start and stop the clip on to different buttons. However when playing the clip backward with my current script the mouse out doesnt do anything so the clip just keeps playing backward to the beggining. Once this has happened neither button then does anything.Another issue is once the clip has played foward once in total and I mouse over the same arrow button again it flicks back to the begginging of the clip.[code]

View 3 Replies

ActionScript 2.0 :: From Buttons Playing 2 Movies That Display Text

May 13, 2010

I am creating a website that teaches kids about the about the brain and I am creating a website very familiar to this one, [URL]. I created one flash file and drew the background for where the text will display. Next I created several movie clips for each of the brain parts and I placed an invisible button over each of these movies, e.g., I told the button, "cerebellum_button" to play the movie "cerebellum_mc." which includs text.

I feel that my code is redundant because I am having to create an invisible button for each animated movie clip which plays a movie clips with text. Is there a way that I can centralize all of the text in the project then call it from different buttons? My aim is to have the user roll over the brain part, have it animate, and have it display the text that explains what that brain part does.

cerebellum_button.onRollOver = function(){
cerebellum_mc.gotoAndStop("turnon");
} cerebellum_button.onRollOut = function(){
cerebellum_mc.gotoAndStop("turnoff");

View 0 Replies

IDE :: Stuck With Buttons Playing A Short Movie Clip?

Jan 4, 2010

I want to create a button, which Fades in a Text Box (like a speech Bubble) when you hover over the button and then fades out when the mouse cursor comes off the button?It sounds simple but I cant seem to figure out how to do it?

View 1 Replies

ActionScript 3.0 :: Playing Multiple Movie Clips On A Timeline Using Buttons?

Aug 23, 2011

I'm trying to play different animations using buttons using the below code but I keep getting an error. Totally new to flash but I'm sure it's something really simple

function goHome(event:MouseEvent):void {   home_animation.play(); }  home_btn.addEventListener(MouseEvent.CLICK, goHome);
function goIntro(event:MouseEvent):void { intro_animation.play(); } 

[code]......

View 1 Replies

ActionScript 2.0 :: Make Buttons For Website That Have Sounds Playing On Them During The Over States

Jan 20, 2005

I'm trying to make buttons for my website that have sounds playing on them during the over states. But when you move the mouse off the button, the sound keeps playing. Run that mouse everywhere, the sounds are all playing, it's chaos. How do I fix a button so that the sound stops playing when the mouse moves off?

View 4 Replies

Professional :: Make Buttons Below Inactive/active When A Movie Clip Is Playing?

Dec 31, 2009

I've got an infographic I'm working on, and every time I roll over an image (a ring) the alpha goes up to 100, then I roll out and it goes back to 50. That much I'm good with.

Then, I click on each one of them, and a movie clip (built inside of each ring/button) pops up and plays. Fair enough.
 
I've got a script (ugly, but it works!) that will hide all other buttons while this movie clip is playing. But, when I click to close it, I can't figure out a way to make them reappear. I tried putting visible = true again for all of them, but no dice.

The actionscript for it is right below.

I'm not sure if there's anything I can do to make it modal in AS3 or something like that. Or should I go ahead and set it up in a parent/child kind of way (not too well-versed in that regard.
 
All the buttons to click on are in the same layer and I'm not sure if making them different layers in Flash would make any difference.

stop(); 
ring1926.movie1926.visible = false; 
// add a rollover to make the inside movieclip appear 

[Code].....

View 4 Replies

ActionScript 2.0 :: Create Buttons In One Swf That Load Another Swf And Also Give Instructions To Begin Playing From A Certain Frame In That Swf

Apr 21, 2004

What I'm trying to do is create buttons in one swf that load another swf and also give instructions to begin playing from a certain frame in that swf. The target swf has a preloader on frame 1 and then a movie clip that contains a video in frame 2. Depending on which button the user presses the video will be cued up ready to play at different frames. I think it may need an if statement ie if x=34 then goto frame 34, but I can't seem to pass the variables to the loaded swf. In the zip file is an example of what I'm trying to do.

View 11 Replies

Flash :: Get My Swf To Respond To Visibility?

May 13, 2010

I'm using external XML to set flash vars. Alpha works, but not Visibility. How do I get my swf to respond to visibility?

XML

<?xml version="1.0" encoding="utf-8"?>
<SESSION>
<BGv TITLE="visible true">false</BGv>[code]...

View 2 Replies

ActionScript 2.0 :: Get SWF To Respond To The User?

Apr 5, 2006

So I'd like to get my SWF to respond to the user when they just type a word. For example, when they type "hello" , my SWF does some action.

Most of the stuff I've seen is entering text into a text field and then pressing the Enter key or clicking a button.

What I'd like is to type a secret code word and then some easter egg happens. No button clicks, etc. I thought maybe a key listener but that's only one key, how do I get it to work with a whole word?

View 4 Replies

AS3 :: Listen/respond To A Specific Cue Point By Name?

Mar 15, 2010

How do I listen/respond to a specific cue point by name in AS3?
 
I have this listener which runs a function as soon as a cue point is reached, but I can't figure out how to run different functions for different cue points.
 
center_flv.addEventListener(MetadataEvent.CUE_POINT, interactive);

View 3 Replies

Flex :: Swf Doesn't Respond When Relocating It?

May 30, 2010

i have in my program few swf files and using mxmlc i compile the application into one swf file. when i open the swf from the output directory(just dbl click) everything works fine. But, when i copy the directory to another location in the hardisk the application stops responding (i can see my swf main picture and its buttons in it. But, when i click a button which just popup a message, it doesn't work!) Note: any location in my workspace, the swf still works fine. But when moving out the workspace it fails

View 1 Replies

ActionScript 2.0 :: OnKeyDown Does Not Respond To ENTER Key?

Feb 28, 2010

I am trying to create an application simulating a "Console Window". To catch the key strokes I am using Key.getAscii() method. The problem i am having is the code does not respond to ENTER, DELETE, BACKSPACE, PageUP, PageDown keys. I have modified the script several times and been to livedocs aswell, no results.however, a code as simple as:

ActionScript Code:
var keyListener:Object = new Object();
keyListener.onKeyDown = function() {

[code]........

View 2 Replies

ActionScript 2.0 :: Clicks That Respond To Any Button?

May 22, 2010

/* the following syntax is suppose to respond to any click but its not working.

onClipEvent(mouseDown){
_root.drumroll.play
}

View 1 Replies

ActionScript 2.0 :: Cannot Get A Button Within An MC On Stage To Respond

Mar 13, 2008

I cannot get a button within an MC on my stage to respond. The MC is 'togglemenu" and the button is 'next_btn'. What am I doing wrong? This is the code:

[Code]....

View 3 Replies







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