ActionScript 3.0 :: Make A Button That When Pressed It Resets/changes The Position Of A Object?

Nov 6, 2010

button to reset position (action-script 3)  how do you make a button that when pressed it resets/changes the position of a object yes i am new to action script 3 but not to flash i want button to change the x y coordinates back to the original but dont know how?     

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Make A Box That Fades In When Pressed On The Button And Fade Out When Pressed For The Second Time?

Nov 16, 2004

I have a function on root:

_root.fadeBox_mc.onEnterFrame = function (){
if (fade){
this.nextFrame();[code]....

This causes a mc to fade in and out on rollover/rollout. But what I wanna make is a box that fades in when pressed on the button and fade out when pressed for the second time. But if I say

on (press){
_root.fade = true;
}

the mc fades in, but I cant do another on (press) to fade out. Is this too confusing?

View 2 Replies

ActionScript 2.0 :: How To Get MC Button To Stay In Pressed Position

Jan 24, 2009

Trying o make a moiveclip button (which works fine ) But I'm trying to get the MC to stay in the pressed position when on that page. So basically it stays red when on the page and when another button is clicked it go away. Here is the action script code I'm using that is not working. (as a normal buttons works great)

ActionScript Code:
on(release){
trace("yobutton")
_root.bottomLeft.gotoAndPlay("about");
_root.leftText.gotoAndPlay("about");
this.gotoAndStop("pressed");
[Code] .....

View 2 Replies

ActionScript 3.0 :: Motion XML Resets DisplayObject Position / Scale?

Jul 16, 2009

I animate a DisplayObject with a Motion XML (exported from Flash). The first time I apply a motion to it, everything works fine. The second time I apply a motion, the position / scale is reset to what it was before I first applied a motion. How can I keep the transform of the DisplayObject after a motion is played when I want to play a new motion ? I want the DisplayObject to start from where it was at the end of the first motion.Here's the code I use:

private function animate(motionXML:XML, target:DisplayObject):void
if(!animator)animator = new Animator(motionXML, target);
// Add event listerners

[code].......

View 5 Replies

ActionScript 2.0 :: Load Mp3's So The Sound.position Property Resets?

Oct 17, 2006

Basically I have an XML file that contains the paths of a few mp3 files. I have a Play button that plays them and a Next button that plays the next song on the list. These buttons work fine. I actually even am able to obtain and manipulate the songs position using the mySong.position property in order to display the songs position in the form of minutes and seconds.My problem is that when you click Next to go to the next song, the mySong.position property does not reset back to zero, like it should. So if you are 12 seconds into a song and you click NEXT, the next song starts to play fine, but the display keeps counting up from 12 seconds. I realized the .position property is read-only, so I cannot change it. If this is the case, then how does it ever reset, what causes it to reset?

I am loading the songs via the loadSound() method. Which means my only code on the Next button (other than to update some other displays) is:Code:mySound.loadSound("file.mp3", true);I do not need to use mySound.stop() to stop the previous sound, or even mySound.start() to start the new sound playing, it starts automatically. I tried using those commands and got the exact same results, the position property still did not reset.Am i missing something? I sure hope its painfully obvious and I just overlooked something simple cuz im getting a headache

View 9 Replies

What Button Event Should Use To Make The Program Understands To DO SOMETHING Only When The Button Is Pressed / Dragged

Aug 4, 2009

What button event should I use to make the program understands to DO SOMETHING only when the button is pressed/dragged. In my sample code below, I want something to happens only if the button is dragged beyond 200 in y axis. I tried onRelease, onRollOver and onDragOver but still not working

[Code]....

View 6 Replies

ActionScript 3.0 :: Make Button's Function Execute Once Without Button Being Pressed

Sep 26, 2009

I have a function that executes when a button is pressed:

btnRandomAll.addEventListener(MouseEvent.CLICK, clickHandlerBtnRandomAll);
function clickHandlerBtnRandomAll(e:Event)
{

...but, I need it to also execute once, upon the file loading.

View 7 Replies

ActionScript 2.0 :: Make A MC Vibrate When A Button Is Pressed?

Mar 27, 2004

How do I make a MC vibrate when a button is pressed? I made a button but I don't know what to put after the event handler:

View 2 Replies

ActionScript 2.0 :: Move An Object Along The X Axis Continuously After A Button Is Pressed?

Jun 30, 2010

I want to move an object along the x axis continuously after a button is pressed until the object reaches a point. How can I achieve this?

View 9 Replies

ActionScript 3.0 :: Make That Function Play When A Button Is Pressed?

Jan 4, 2009

I have a very basic question. I have a custom class called caurina. I've imported the class and it works great. What i did is use that as a function called slide().

What I would like to do is make that function play when a button is pressed. I can't seem to find out how to do this anywhere. I am using as3.

Summary: When btn is pressed go play function slide()

View 6 Replies

ActionScript 3.0 :: Make A Button Turn On/off A Sound When Pressed?

Jan 29, 2009

I am trying to make a button turn on/off a sound when pressed. I have tried to code it, but it does nothing everytime.

I have a sound in the library, with a linkage name of "sound" it is on the first frame in the main timeline. And i need a button to turn it off, and then on again.

View 0 Replies

ActionScript 2.0 :: Make A Button Write Text When Pressed?

Jul 14, 2010

What command would i use if i wanted to be able to click a button and when i do that text apears in teh dynamic textbox?

View 3 Replies

ActionScript 2.0 :: Make Balls Fall Down When Button Is Pressed?

Mar 25, 2011

I wish to have a numeric stepper which allows me to choose the no of balls I want, then when i press the button I want all these balls to fall down..but when I press the button the x no of balls are generated but not falling down.

View 6 Replies

ActionScript 2.0 :: Make A Button That When Pressed Opens A Window?

Aug 4, 2003

i am trying to make a flash site, and anyway i got some problems i want to make a button that when pressed opens a window (set size of 500 400) what actions should the button have?

View 4 Replies

ActionScript 2.0 :: Make MovieclipS Perform An Action When The Button Is Pressed?

Mar 24, 2011

I have a numeric stepper which allows the user to choose as many balls as they want, then they shud press the button and all of those balls should fall down. How can I do this???

View 1 Replies

ActionScript 2.0 :: Make A Button That When Pressed Creates A Movie Clip From The Library?

Jun 21, 2011

1. How to make a button that when pressed, creates a movie clip from the library? So let's say there's a movie clip called "Guy". When I press the button, it creates "Guy" at a certain position.

2. I have a shooterish game, and I want different enemies to affect the healthbar differently. So what I have for my healthbar is a 150 frame tween of a healthbar going down. On a basic enemy that deals 1 damage/frame, I have this:

[Code]...

"marine" is my character, and "bar" is the healthbar. So to make it go down multiple frames at one time, the only way I know of is:

[Code]...

View 9 Replies

ActionScript 2.0 :: Create A Button That When Pressed Will Make An Movie Clip Visible?

Feb 22, 2003

I am trying to create a button that when pressed will make an movie clip visible and set it to a specific position on the screen. When this same button is pressed a second time the movie clip will become invisible.

View 2 Replies

ActionScript 2.0 :: Button Does Not Do As Directed And Resets

Mar 13, 2007

I have attached the following to a button:
on (press) {
gotoAndPlay(1);
}
or
on (release) {
gotoAndPlay(1);
}

It is meant to take the user back to frame one where they can play a game again. The only problem is that it doesn't work. When you click the button it goes to the frame but quickly resets back to the frame where the button is located. I have put stop(); code where relevant. I am unsure on what to do. I just want the user to be able to go to different frames but the button keeps reseting to the frame where it is originally located.

View 5 Replies

ActionScript 3.0 :: Rotating Slideshow - Next Button Not Resets Properly

Nov 12, 2009

I have this rotating slideshow. It works just fine when you allow it move through the four images that I want to display, it resets properly. I need to work on the 'next' button. It doesn't reset properly.

Code:
Select allimport gs.TweenLite;
//import fl.motion.easing.Quartic;
var slidePositions:Array = new Array(0,-1000,-2000,-3000,-4000);
var currentSlide:Number = 0;
var slideDuration:Number = 3;
getNext();
[Code] .....

View 1 Replies

ActionScript 2.0 :: Make An Object Decelerate / Ease Into Position?

Nov 20, 2004

I am trying to find out a nice simple way to make an object decelerate / ease into position.

View 2 Replies

ActionScript 3.0 :: Make A Generated Object Return To Its Initial Position

Dec 12, 2011

The issue i'm having is that i want to have dispersed code-generated stars, and then they form a form (reindeer, santa, etc).

The idea is how i make the stars disperse and then return to their previous positions, knowing that the initial positions were randomly generated as well.

View 2 Replies

ActionScript 2.0 :: Move My Mouse To The Button It Resets The Movie Clips Thats Playing

Apr 18, 2011

I am having a movie clip playing on a loop on the ON frame of a button , and something else on the OVER frame, and everytime i move my mouse to the button it resets the movie clips thats playing. heres my file:
[URL]

View 1 Replies

ActionScript 2.0 :: Disable Clicking Through An Object So It Doesn't Effect Anything Under-neath The Object When Pressed?

Feb 5, 2012

how I can disable clicking through an object so it doesn't effect anything under-neath the object when pressed.

View 9 Replies

ActionScript 2.0 :: Coloring Book - "clear Board" Button That Resets The Whole Thing,does Not Working?

Jul 27, 2010

I made a coloring book game in AS 2.0 (I did it this way so that I could put individual pieces of code for various buttons - there are around 50). I based it off a tutorial I found online. It works really well. These are the codes I used: In a top layer, I have just in frame 1 (there is only one frame in the whole thing):

_root.fillColor = 0xFFFFFF;

Each colorable part of the picture is a movie clip with a button inside, and each of those buttons has the following code:

on (press) {
color = new Color(this);
color.setRGB(_root.fillColor);
delete color;
}

And then I have two color buttons they can "dip" their pointer into, then they can click on the colorable areas and color them. The code for the color buttons is:

on (release) {
_root.fillColor = 0xC71E07;
_root.brush.gotoAndStop(8);
}

Note: the hex code there is for the red button; it's different for the other color.

Button 1: A "show answer" button that pops up a little graphic showing what their picture should look like. I know how to do this in AS 3.0 (I would just have the object fly in from off-stage on the button press), but not in 2.0. One thing I tried was to have it skip to a different scene or even just a different frame in which that object exists in place. The issue there is that it causes the coloring the user has done to disappear.

Button 2: A "clear board" button that resets the whole thing. I've tried using the gotoandPlay(1) action with this button, but it doesn't do anything.

View 2 Replies

Professional :: "Anchor" For Objects - Make The Position Of One Object Dependant On (the Size Of) Another?

Jan 9, 2010

is there a way to have (the postion of) objects be dependant of another one? I have attached a simple .fla file with two boxes (MovieClips) that grow in height. Since the position of the bottom box is constant, the top box soon expands "into" the one below so that parts of it are hidden. What I want is that the gap between those two objects stays constant (in this case 50px). So, is there any way to make the position of one object dependant on (the size of) another? Or is there any other "workaround"/tip you can give me?

View 18 Replies

ActionScript 2.0 :: Motion Tween The Button To Return Up To Its Original Spot When Another Button Is Then Pressed?

May 26, 2005

I'm trying to create a set of 4 vertically arranged buttons that 'split' apart when those buttons are pressed. For example, if you click the topmost (1st) button, the bottom three buttons will drop down so submenus (for the 1st button) can now be revealed beneath. Again, when you click the 2nd button from the top, the bottom two buttons drop down, revealing submenus, and so on.

Now, is there a way that I can use actionscripting to tween the buttons to not only motion tween a drop down when a button is first pressed, but also to motion tween the button to return up to its original spot when another button is then pressed? Right now, I have two keyframes, side-by-side which each containing a different y-scale value for an object. Can I do some actionscripting to get the object to motion tween upward to its original spot instead of "clicking," or snapping back to is original spot when another button is pressed?

View 1 Replies

ActionScript 2.0 :: Snap - Press Button To Detect The Last Button Pressed And If The Shapes Match

Jan 12, 2009

I want the press button to detect the last button pressed and if the shapes match, make them do something...obviously. I think I'm going at it the wrong way. I need to stick a "triange" id into the button/mc then if compares that and then if there is a match works then... right?

[Code]...

View 1 Replies

ActionScript 2.0 :: FLASH 8 - Toggle Button/released State/pressed Button

May 18, 2007

I have a series of buttons inside an array. I am trying to get the buttons so that once they are pressed, they remain in the over state. Which is a darker color than the up state. So that people know which button they have pressed. Is there an easy way to do this for buttons?

View 1 Replies

Button Not Functioning Properly \ On The Homepage Is A Enter Site Button, Which Once It Is Pressed Starts Thetimeline?

May 15, 2009

I'm creating my first website. I've managed to create a homepage. On the homepage is a enter site button, which once it is pressed starts thetimeline... I have an actions/labels layer which I am writing my code in. On frame number 'one' is my code below.

stop ();
enter_site_btn.addEventListener (MouseEvent.CLICK, buttonClicked)
function buttonClicked (event:MouseEvent): void

[code].....

View 5 Replies

ActionScript 2.0 :: Take Button Position Half Width Of Own X Position On Stage

Feb 9, 2011

i want to take btn1 position half wwidth of own x position on stage

View 1 Replies







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