ActionScript 2.0 :: Change An Action From A Button Click To A Frame-based Action
Oct 2, 2006
Code:
_root.navigationMC.onPress = function() {
startPreload("blue.swf");
}
If I wanted to change an action from a button click to a frame-based action, what do I use instead of onPress? The hints from the AS editor are all click-based.
View 1 Replies
Similar Posts:
May 23, 2009
I just want to make a simple button action using actionscript 2 but I can't get it to work! I'm sorry for even asking but I've been at this for too long now for it to not work I'm using Adobe Flash CS4 and I do the following --
File -> New Flash File (ActionScript 2.0)
Insert -> New Symbol
Name - test
Type - button
Export for ActionScript
Identifier - test
And then draw it in using the keyframes and add the code to 'Actions - Button' for my button
Code:
on(release) {
trace("trace");
}
I click on the button and it animates but no action event in the trace?
View 3 Replies
May 26, 2010
I couldn't come up with a good title for this question but basically the problem is this - I've got a series of thumbnails and clicking on a thumbnail loads a larger picture into a holder movieclip on the main stage. However, if you click another thumbnail while the first picture is still loading, then both pictures load and it goes on from there. How can I make my code so that clicking a new thumbnail cancels any actions from previous clicks?
View 7 Replies
Jan 27, 2011
I am using code from a tutorial that I downloaded to get an Home.swf to preload in my "index" page.the problem is that a part of the code reads
movie1_btn.onPress=function(){
startPreload ("Home.swf");
}
which means that I have to create a button to get the .swf file to load, how do I edit this code so that the action begins on it's own at that frame?
View 5 Replies
Jun 16, 2005
i using an XML driven gallery(Scotty*) and what i would like to do is add a button thats actions update with each picture to open a specific external link either another web page or just a larger version of an image. i have done my best to sift my way thru the epic tut on XML here on Kirupa but i just cant seem to nail down what i need to add or where to add it to make this happen.my supsicions are that it needs to be updated on the load image function some how as i also want the text for the button to be specific for each item ( " launch project " , " open lg image " ,etc. )and as far as the button action itself could there just be a simple function that could be made that would dynamically seek out the XML for the current item's URL?
View 14 Replies
May 8, 2009
I have a slideshow that is looped ... it contains 5 slides.I am using a gotoandPlay action to control the slide show.
on (release) {
this._parent.gotoAndPlay("98");
}
There is a fade transition between slides.When a button is released ... I want to gotoandPlay (frame 98) ... and then have it stop 10 frames later on (frame 108). Frame 98 includes the transition ... if I just gotoandStop on frame 108 ... I loose the transition.Is there any way to incorporate a stop action, after a gotoandPlay action on my button ... without naming instances etc.I.E.
on (release) {
this._parent.gotoAndPlay("98");
STOP ON FRAME 108 INTEGRATED HERE
}
Everything I have attempted is not working.
View 1 Replies
Nov 4, 2010
How can I get an action to follow another action when a button is clicked? When a button is clicked, I want the timeline to go to a certain frame and play and when it's done playing, to go to another frame and play. I basically want two actions in one function.
[Code]...
View 1 Replies
Mar 3, 2009
I have some action script (3.0) Currently, it will allow the viewer to click a button (thumbnail image) and a larger ver. of that image will appear on the stage. I would like to convert this script to a "roll_over" the button (thumbnail image) and the larger image will appear on the stage. When I tried to do this with my new Flash CS4 - it did not work. This should be simple.... Right???
Here is the current script:
stop();
var my_loader:Loader = new Loader();
//load image for thumb1
thumb1_btn.addEventListener(MouseEvent.CLICK, clickHandler);
function clickHandler(e:MouseEvent):void{
[Code] .....
View 3 Replies
Sep 29, 2006
I have a screen with 6 buttons. Only 2 are to be clicked in order to do something else. How can I do an event after having to click the 2 proper buttons?
View 1 Replies
Jun 2, 2009
how do we change the button colour using action strip. for example , i have created a button , and the fill colour for the button is green now. After i click on the button , i want the button to change to red colour .
View 5 Replies
May 24, 2011
So I have a code, shown below:
[Code]...
and I want to add multiple buttons, not just this one. I figured out by trial and error that I couldn't just consecutively list the instances, I also found I couldn't just replicate the code and change the instance names. I just need to know how to go about having multiple buttons/clips.
View 2 Replies
Sep 29, 2010
when publish the iphone os ,if the the *.actionscript file should be added in the contain files? and if the action "touch" in iphone os is the "click" action?
View 3 Replies
Oct 10, 2009
I have three buttons, btn_1,btn_2,btn_3, and two movie clips, image_1,image_2. The names listed btn_1,btn_2,btn_3, image_1,image_2. are all instance names. All buttons and movie clips are on their own layer in a single frame on the main time line. the movie clips have a stop action on the first and last frame, with a frame label, on the first frame in the sub time line. For image_1 the frame label is image_1_1 and for image_2 the frame label is image_2_1.
I would like btn_1 and btn_2 to control the movie clips, image_1,image_2. Either button should be able to close the other buttons movie clip and play it's own movie clip. Also i am trying to make the movie clips themselves have the ability to be closed by clicking on the movie clip image area that is playing. Both movie clips when not playing hide behind the appropriate button with an alfa of 0.
When playing they expand to the middle of the window and are at 100% alfa, using a tween. The third button, btn_3 should only be visible when one or the other movie clisp are playing. btn_3 dose nothing else but this for now. As of now, my movies continuously loop and btn_3 is always visible. I can't seem to figure this out. my code for this action is:
[Code]...
View 1 Replies
Aug 26, 2011
i have a flash movie with 2 frames. and i would like to call an external javasscript function on frame action.
[Code]...
View 2 Replies
May 2, 2003
i want to do this:
on (release) {
_root.nextMovie = "externalmovie.swf";
_root.cover.gotoAndPlay("close");
[code].....
View 1 Replies
Dec 13, 2005
I was wondering if there's a way of having an action based on the date. I have looked on the forums for a while and have found a good bit of information regarding specific time like hours and minutes. However I was wondering if there was a way of saying "if the date is = to December 14 2005 then load this movie"
View 8 Replies
Dec 24, 2010
I am trying to get a button to take an action based on the selected value in a combobox. I have a movieclip named sound_mc that has named keyframes. I have a combobox named arrival that has values that match the named keyframes in sound_mc. Does this make sense? It is not working.. Am I missing something obvious?
[Code]...
View 9 Replies
Nov 3, 2011
I'm currently working on an action adventure game and have run into some issues. I am using flash CS4 and AS3. On the stage I have created a user input text field with the instance name of textbox and a button with the instance name of btn. I'm trying to set it up so that when the user types in a word that word is cross referenced with an array and a function is run. I have noticed that some times the functions are not run in the order there typed. For example if I type "enterdoor. lookaround." Than the following is traced.
" you have entered the door.
.
you are looking around, but don't see anything.
. "
Which is good but if I reverse the order and type "lookaround. enterdoor." then I receive the following.
"you are looking around, but don't see anything.
.
.
you have entered the door. "
Also if I were to type "gobacklookaroundenterdoor" then the following is displayed.
"go back you have entered the door. you are looking around, but don't see anything."
Notice that the function "enterdoor" is run before "lookaround" even thou "lookaround" was typed first. Also if I were to type "enterdoorlookaround enterdoorlookaround" then the following is displayed.
"you have entered the door.
you are looking around, but don't see anything.
you are looking around, but don't see anything.
you have entered the door. "
I cant seem to figure out why the functions are not run in the order they are typed by the user. Not sure if this helps but I have determined that if a function is typed 3 times or more then it only returns the function twice. For instance if I were to input "enterdoorenterdoorenterdoor" then the following is displayed.
"you have entered the door.
you have entered the door. "
I would also like for the user to have the option of typing a function as many times in a row as needed. It seems to me that I'm missing some thing simple. I was thinking if I change the commands "array" to an "associative array" it might process the functions in the correct order. It seems to me that the commands array is being compared to the inputholder array.
this.stop();
import flash.events.*;
btn.addEventListener(MouseEvent.CLICK,textChanged)
[code]....
View 1 Replies
Sep 16, 2009
I've just inherited a flash file on a project since I was the only one who has even seen actionscript code before. So, I'm pretty new to this, but have been programming a pretty long time. What we want is for the animation to begin upon the user clicking it and then when it finishes proceed to the html post submit. From what I see, the code seems mostly to be there, there is a 'stop' event, move next event, and even a 'on press' event. How do I get this to work? I can see the cod in the actions frame, but can't seem to edit it. Attempting to debug it, gives me errors on publishing. (How do I change my publishing?)
This is currently actionscript 2.0. (but we seemingly have no external restrictions on keeping it so) As I mentioned, I'm pretty new to this, so if I am asking the wrong questions,
View 5 Replies
Sep 27, 2011
I'm new to actions script. I creating a presentation in which I'm loading external FLV movie files. I have a Navigation menu to go to the different chapters (every chapter is a FLV movie File)This is what I need, when a FLV movie finish I need some action in the frame to take me to next frame where I have the next FLV chapter.if is any help I upload a sample FLA with some FLV for reference.
View 9 Replies
Sep 27, 2011
I creating a presentation in which I'm loading external FLV movie files. I have a Navigation menu to go to the different chapters (every chapter is a FLV movie File) what I need? = when a FLV movie finish I need some action in the frame to take me to next frame where I have the next FLV chapter.I upload a sample FLA with some FLV for reference.
View 4 Replies
Nov 6, 2006
1. I make a simple movie (call it movieClip) first frame has stop(); action, second frame has label playMovie, last frame has action gotoAndPlay(2); (so that movie not stop anymore2. Now I place movieClip on stage3. Question... what is code to make movieClip play frame label playMovie?
I already try to put many different type action in frame one of stage
this.movieClip.gotoAndPlay("2"); //NOT WORK
this.movieClip.gotoAndPlay(2); //NOT WORK
[code].....
View 7 Replies
Oct 7, 2009
I am trying to perform an action with Ctrl+Click So, when a textfield is clicked, I would like to check to see if the user has the Ctrl key pressed as well, if it isn't pressed ignore the click action otherwise do the action...
View 4 Replies
Jun 12, 2003
Hey, i know this has been asked before, but i couldnt find it anywhere. Is there any way to get an action when you right click your mouse in flash?
View 14 Replies
Sep 20, 2009
hopefully this is possible:
-1 large html (home.html) file houses 2 html files (aaa.html and bbb.html)
-aaa.html consists of 1 swf button
-bbb.html is empty
question: is it possible to click on the button in aaa.html and have the action occur in bbb.html? (for example, clicking the button in aaa.html will load a swf in bbb.html)
View 2 Replies
Apr 17, 2010
I am using action script 3 and need to know how to apply more than 1 action to a frame label, ie; I have 5 pages of images and have actions coded as follows:
btn1.addEventListener(MouseEvent.CLICK,play1);
function play1(event:MouseEvent):void{
gotoAndStop("1Lrg");
[Code]....
code continues like this for all the buttons (84 thumbnail images), so they will open a larger image when clicked. So what I now need to do is connect the side navigation buttons to go to the relevant page (frame) when clicked...the problem I'm having is that it is causing duplications in the code ie; I now have, for instance thumbnail (btn4) calling frame 4, but I also need a side navigation button to call this frame.
View 4 Replies
Jul 14, 2010
Is there some way that I can have a special function for one/selected frame(s) only? Like when you click on a button, the function will only execute if you're in frame 7 (please note that this is only an example, I want to use it in an other way, using the motion-sensor on my phone)... The script/action must be entered in the frame-actions dialogue, and not on a movieclip or something.
View 2 Replies
Sep 30, 2009
my flash tutor is on vacation and I need to work on a project. How do I move an action from from 246 to 271?? I've tried Copy/Paste and it's not working.
View 1 Replies
Apr 18, 2010
I am using action script 3 and need to know how to apply more than 1 action to a frame label, ie; I have 5 pages of images and have actions coded as follows:
btn1.addEventListener(MouseEvent.CLICK,play1);
function play1(event:MouseEvent):void{
gotoAndStop("1Lrg");
[code].....
View 1 Replies
Jun 17, 2009
I have some action on a timeline, on frame 10 (a keyframe). So currently I'm on frame 1, and when I gotoAndPlay frame 10 , the code gets executed.
BUT, when I'm on frame 1, and I gotoandPlay frame 11 , the code does NOT get executed!! It was a shock actually, cuz I never thought flash would behave this way. Or is this something new with Flash/AS3?
If Im jumping to any frame after 10, how can I let that code be executed? Note that im just giving a numbered example, but in reality, I dont know which keyframe has some code.
View 5 Replies