ActionScript 3.0 :: Shouldn't Variables Reset Each Time The Frame Plays

Sep 16, 2010

In my flash program I have everything on one frame. In the actionscript on that frame, I made a variable called currentButton and set it to the first button, to keep track of which button is currently pressed. In the click function this variable is changed to whatever button was clicked.Now, I didn't think this would work, because seeing that the one frame is being played over and over, (there's no stop() command in there) I thought currentButton would keep being reset every frame. To my surprise, it worked just fine. Not that I'm complaining, but I'd like to know why it's doing that. Shouldn't all the code on the frame be done every time the frame is played, including the part that sets currentButton to button1?

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Prevent Variables From Being Reset When Frame Reloads?

Jun 14, 2011

I am very new to Flash AS3 and Flash Professional CS5. What I am try to do is show frames 4 to 10 (it just say CORRECT in bold) when a user selects the correct answer.On Frame 10 I have the code say "gotoAndPlay(2);", the problem is on Frame 2 I have action-script on that page and all my variables are re-declared and they all get reset as Frame 2 is loaded.How should I prevent the variables from being reset each time frame 2 is reloaded?

View 5 Replies

ActionScript 2.0 :: Reset All Variables - Command That Will Reset All The Variables In A Swf At Once?

Nov 25, 2009

With out getting into a ton of background I am wondering if there is a command that will reset all the variables in a swf at once with out having to do them individually?

I've googled and searched my books and can't find anything. Another option I could see is having the current flash reload, that would set everything back to the start but I couldn't find how to do that either.

Anyone know?

View 2 Replies

ActionScript 3.0 :: Shouldn't The X Increment Display Each Time It Happens, Showing A Constant Animation?

May 18, 2010

I'm absolutely new to AS and wondering why this doesn't move the way I'd like it to...Logically, shouldn't the x increment display each time it happens, showing a constant animation? Instead, the x increments 50 at a time, so the rect is at 0, then it's a 50

Code:
var container:Sprite = new Sprite();
var item:Sprite = new Sprite();

[code]......

View 1 Replies

ActionScript 1/2 :: Military Time Be Reset To Regular Time In Flash File?

Aug 27, 2010

I am working on a site that has a clock but it displays in military time, is there a way to change it to regular time. The following is the Action script:

[Code]...

View 8 Replies

CS3 Typing-Button Interaction - Only Plays Next Frame And Then Goes Back To The Frame Where It Stopped

Mar 20, 2010

I hit enter,it only plays next frame and then goes back to the frame where it stopped. What I've tried was something like:

stop();
Key.addListener(Key.ENTER)
if (Key.isDown.ENTER){
play();
};

I want it to play all the way to the end,not just go back.

View 1 Replies

Frame Jumping - Click On Button 1 > Plays Frames 10 - 15 > Goes To Frame 20?

Oct 11, 2010

I have 5 different buttons for the navigation on my flash website.The first page is on frame one.When you click on any of the 5 buttons I want it to play frames 10 - 15 before moving to which ever frame the button 1-5 corresponds to. So:

Click on button 1 > plays frames 10 - 15 > Goes to frame 20
Click on button 2 > plays frames 10 - 15 > Goes to frame 30
Click on button 3 > plays frames 10 - 15 > Goes to frame 40 etc

How do I make this work?

View 3 Replies

Professional :: Return To First Frame After Flvplayer Plays Movie On Second Or Third Frame

Mar 24, 2010

I have a opening movieclip that starts playing for my background and then I have two buttons that come up on moues over event, that if clicked on start one of my two longer Movie Clips that I have as progressive download through a flvplayer on Key frame 2 & 3. I have all that working but I want it to go back to the start or keyframe 1 when the clip is done playing so I can use the same opening menu to click on the second movie clip can some one give me any tips on how to get to go back to the start when the movie is done.

View 2 Replies

ActionScript 3.0 :: Timeline - When It Reaches Frame 20, It Goes Back And Plays At Frame 5?

Feb 26, 2010

how do you do the following

A movieclip is playing...

When it reaches frame 20, it goes back and plays at frame 5. Then it keeps doing this. To me this is harder than it looks

View 6 Replies

ActionScript 2.0 :: Way To Reset All Variables

Mar 13, 2012

How do you reset all variables? I want to reset everything in my flash game as if it just loaded.

I have classes with vars.

I have movieclips with onLoad() vars.

I have multiple layers with vars.

View 2 Replies

Reset NetStream.time For A Streaming?

Jan 27, 2010

How do i reset netStream.time for a streaming .flv that was intiatied on the server side? It just keeps incrementing on me even after the streaming .flv is done playing.

View 4 Replies

ActionScript 2.0 :: Reset/add Time To Delay?

Apr 15, 2007

The code show's the movieclip "nav" when "bg_inv" is clicked, and fades it out when 5 seconds have passed. What I want to achieve is this:When I click a button inside "nav" called "next_btn" the delay needs to be reset, so that "nav" doesn't fade out until five seconds have passed since I clicked the button.

Code:
nav._visible = false;
import mx.transitions.Tween;
import mx.transitions.easing.*;

[code]....

View 1 Replies

ActionScript 1/2 :: Reset A Flash Video Each Time They Log On

Oct 11, 2010

I am working in AS2 and I am wondering if someone knows how to make a video so it doesn't reset everytime the user logs in - it just remembers where they are and what they already clicked.I created a video that will be uploaded in a learning management system.Students can click on movie clips and make them disappear.What I would like to have happen is have the flash video remember which movie clips the student already clicked (and made disappear) so that the next time they log in the movie clips that should be invisable remain invisable (rather than starting over)Basically, it is like a little game, once saved you do not need to start at the beginning every time you go back to it.....it remembers where you left off.

View 5 Replies

ActionScript 2.0 :: Reset Image Display Time?

Dec 28, 2010

I have a problem with reseting time of displaying a picture when user click button to next/previous picture.

ActionScript Code:
stop();
time = setInterval(nextpicture, 7000);

[code].....

View 3 Replies

ActionScript 2.0 :: Properly Reset Variables In Function?

Jul 16, 2010

I have 3 input fields, min:sec:frame (mval,sval,fval)

when it is triggered, it works fine the first time. I clear out the variables in the script below but it doesnt work properly. It comes back as not a number (NaN)

here is my function:

[Code].....

View 4 Replies

Actionscript 2.0 :: Properly Reset Variables In This Function?

Jul 16, 2010

I have 3 input fields, min:sec:frame (mval,sval,fval) when it is triggered, it works fine the first time. I clear out the variables in the script below but it doesnt work properly. It comes back as not a number (NaN)

here is my function:

Code: Select allgotoFrame.onRelease = function()
{
if (mval == null)
{

[code]....

View 1 Replies

ActionScript 3.0 :: TIMER Time Doubles, It Doesn't Reset?

Mar 5, 2009

Having a little issue here with TIMER, basically I am looking for the timeline to advance 1 frame after 3 seconds, OR on MouseEvent.CLICK advance to next frame (before the 3 seconds it up). Which would then reset the TIMER. So, on CLICK go to next frame, OR wait 3 seconds and go to next frame (while having the TIMER reset both times). So...

Wait 3, (timer resets) wait 3, (timer resets) CLICK, (timer resets) CLICK, (timer resets) CLICK, (timer resets) wait 3, (timer resets)wait 3, (timer resets)CLICK, (timer resets)CLICK... You get the idea.My issue is the timeline, over time the TIMER time doubles, it doesn't reset... I am sure this is pretty basic and I am over thinking.

[code]...

View 3 Replies

ActionScript 2.0 :: Movie Clip Only Plays Every Other Time?

Jun 17, 2010

i have a button with some code on it to play a movie clip when pressed. the movie clip should run until the last frame and then stop at the end where i have a stop action.what actually happens is the movie clip plays the first time the button is pressed but not the second time. the third time it plays again but not the fourth, the 5th time it plays etc. etc.i have noticed that if i change the stop action to a gotoAndStop(1) action the film plays everytime without problems. but what i need is it to play everytime and then stop at the end without going back to frame one until the button is clicked once more.

View 1 Replies

IDE :: Video Plays Every Time A Page Loads?

Mar 16, 2010

How can I play an embedded flv video automatically in a Flash website every time it loads a page?

For example: When I click on the "About" button, I'll go to the About page. On that page, there's an embedded flv that I want to play automatically every time I go to the "About" page.

View 1 Replies

ActionScript 2.0 :: Reset Variables On A List Component Change For Mp3 Player?

Jan 14, 2007

figuring out a method to reset variables on a list component change for my mp3 player. everytime i select a new song on the list or select the same song the timer for song position keeps going and nothing resets. here is the action script:

ActionScript Code:
var artistList:mx.controls.List;
var sound:Sound = new Sound();
info_txt.autoSize = true;

[Code].....

View 4 Replies

ActionScript 2.0 :: Movie Clip Plays Slow First Time

Nov 19, 2010

I have made a scene with a flv in it. The problem is that when I first run my scene the flv plays slow, then when I have played thru it and starts at the beginning again it plays in the speed I want it to. I would really like it to play in normal speed first time as well.

View 3 Replies

ActionScript 2.0 :: Intro Only Plays First Time Viewer Views Website

Oct 11, 2006

I'm creating a flash intro and i was wonder how i would set it up so that the intro only plays the first time the viewer views the website. so that the next time they visit it takes them directly to the main page. this is dealing with cookies b/c once they clear their cookies it would play again.

View 5 Replies

ActionScript 2.0 :: Plays A Soundclip After A Random Amount Of Time Passed?

Jul 26, 2009

I have a sound clip of a clap of thunder,and I'm trying to play it throughout my whole game, but with different length of pauses in between..

View 2 Replies

Flash :: Only Plays One Key Frame

Jan 16, 2010

I hope I explain this well. But in my game I have 3 keyframes for my bullet Movieclip. 1 to display its normal state. 2 to show it Blown Up, and 3 to remove it from the stage. A total of 3 frames. When the bullet hits an object, I go to and play the 2nd frame. then when frame 3 hits, I remove it. Here is my code

[Code]...

View 3 Replies

ActionScript 2.0 :: Run A Function Where After An Amount Of Time Of The Mouse Being Idle A Movieclip Plays?

Jan 19, 2012

I'm trying to run a function where after an amount of time of the mouse being idle a movieclip plays, then if the mouse moves another one plays. I have gotten my code to do this, but the last function runs over and over as the mouse is moving. I want it to run once, so the movieclip plays once. how do I do this?

here is my code,

standstill = 0;
lastmove = 0;
timeout = 3000; // 1000 ticks = 1 sec

[code]....

View 1 Replies

Actionscript 2.0 :: Creating A Mixer Interface That Plays Multiple Tracks At The Same Time?

Jun 10, 2009

New to flash and actionscript. Here's what I'm using:

Flash CS4
Actionscript 2

I'm creating a mixer interface that plays multiple tracks at the same time. I can play and stop all tracks, but I'm having a tough time figuring out how to pause/unpause the tracks. I have a [pause_btn] and an [unpause_btn] just don't know the code to get them working.

[Code]...

View 5 Replies

ActionScript 3.0 :: Have A Swf File That Plays Frame 1 Of Another Swf?

Mar 15, 2008

I need an example of how to have a swf file (empty swf, just has code in it) that plays frame 1 of another swf, And once that swf has played for its duration I would like to click on a button, to open another swf and remove the previous one.

View 7 Replies

ActionScript 2.0 :: FLV Plays One Frame Then Freezes?

Mar 14, 2007

Does anyone know of any reasons that this might be happening?

ATTACH CODE-----------------------------------------------------------------------
var my_xml = new XML();
my_xml.ignoreWhite = true;

[code]......

View 1 Replies

ActionScript 2.0 :: Run A Function When After A Specific Amount Of Time Of The Mouse Being Idle A Movieclip Plays?

Jan 20, 2012

I'm trying to run a function when after a specific amount of time of the mouse being idle a movieclip plays, then when the mouse becomes active again a different movieclip plays. I have gotten my code work for the most part, but the last function runs over and over as the mouse is moving. I want it to run once, so the movieclip plays once.

here is my code:

standstill = 0;
lastmove = 0;
timeout = 3000;

[code]...

View 1 Replies

ActionScript 3.0 :: Dynamic Text Field Gets Reset On New Frame?

Feb 12, 2010

I've got a movieclip that I'm using as a button that has two frames acting as an active and unactive state. Inside the movieclip is a dynamic text field.

ActionScript Code:
letterA.addEventListener(MouseEvent.CLICK, selectButton);
letterA.letterText.text = "A";
letterA.buttonMode = true;

[Code]....

Whenever I click on the button, it goes to the next frame, but the dynamic text filed loses the value I set in actionscript and gets reset to its default value.

View 2 Replies







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