ActionScript 2.0 :: Creating Movieclip By Mouseclick?

Oct 16, 2002

Is it possible to define the properties of a movieclip by clicking a button and then to play the movieclip by pressing another button.
for example:

clicking on buttonA defines the sizeA of a circle clicking on buttonB defines a second sizeB of the same circle clicking on buttonC makes the circel growing from sizeA to sizeB

this I need for 25 different circles which shoud grow at the same time

View 5 Replies


Similar Posts:


ActionScript 3.0 :: Get A MovieClip To Make Another MovieClip Within It To Move Upon MouseClick?

May 9, 2010

This may come across as beginner stuff: I'm working In ActionScript 3.0. I have a MovieClip called FloorStatusChanges and within it are two MovieClips called Floors and StatusChanges.The MC called Floors contains Three wireframe-looking floors(each floor has it's own MC).The MC called StatusChanges contains three buttons that have the Instance Names of FirstFloorButton, SecondFloorButton, and ThirdFloorButton.Within the FloorStatusChanges MC, I've set up a motion tween for these wireframe-looking floors to move into and out of the stage so that upon clicking one of the buttons in StatusChanges it would, in theory, cause this motion tween to happen. It has stop(); commands between every motion:Within the StatusChanges MC, there are 4 layers. 3 are for each button consecutively and 1 for the Actionscript. This is how they look:Here's the set of actions I've given for the first frame:

ActionScript Code:
SecondFloorButton.addEventListener(MouseEvent.CLICK, SecondFloorSelect);
function SecondFloorSelect(e:Event){

[code]....

View 0 Replies

[F8] Moving Movieclip With A Mouseclick?

Nov 26, 2008

Im currently making a game that has one of those old-skool Fallout maps (a world map where you click somewhere and the "you" marker moves there) that im trying to replicate.I already have the scripts ready for map interaction (using onhit here). But i was wondering if someone could help me with a script that works this way:

1. I have a movieclip (the character)

2. When i click somewhere on the map i want this movieclip to move there. Not instantly but moving over the screen to that point where you clicked.

3. I also want there to be passages that when the movieclip hit that movieclip (named hit for example) it stops dead and doesn't move (will be used on the map for mountains and such) and the player has to click somewhere else to move it that path (im assuming this will be something like onhit: hit - speed=0 something but im not a good scripter and it would had to be worked into the script.

4. ok this one is kinda optional but would be great! If it's possible to have it worked in the script that when the clip doesn't move (and is stationary on the map) the movieclip stays on frame 1 but when the movieclip is in motion (and moving across the screen) the movieclip is on frame 2 (and reverts to frame 1 when it's not moving anymore and so no)

View 15 Replies

ActionScript 2.0 :: Determining MovieClip._name From MouseClick

Jan 11, 2005

I want to get the name of a movieClip when it under a mouse click, but I don't want to attach any code to the movieClip. I am creating a simple colouring game, but I want it to be easy and quick to change the pictures that are being coloured, so I wanted to avoid adding any code to the movieClips that are being coloured.

View 2 Replies

ActionScript 2.0 :: Determining MovieClip._name From MouseClick?

Jan 11, 2005

I want to get the name of a movieClip when it under a mouse click, but I don't want to attach any code to the movieClip.I am creating a simple colouring game, but I want it to be easy and quick to change the pictures that are being coloured, so I wanted to avoid adding any code to the movieClips that are being coloured.

View 2 Replies

ActionScript 2.0 :: Creating A Menu Bar That Is A Movieclip And Inside The Movieclip Consists Of The Buttons?

Oct 21, 2005

I'm creating a menu bar that is a movieclip and inside the movieclip consists of the buttons.Now the menu bar is twice as WIDE as what is visible on the stage.The only part you can see is the text 'menu' on a bar.Then when the mouse hits the bar, it flies across the screen to the otherside of the bar where the menu buttons are.Now the menu bar does its animation over 20 frames - the last frame being the frame where the menu buttons are now visible.

On the last frame i have the 'stop;' code

On the first frame I have this code:

Code:
stop();
this.onEnterFrame = function(){
if(rewind == true){

[code]....

View 2 Replies

ActionScript 2.0 :: Can't Seem To Get Creating Movieclip Thing / Attach Movieclip

Sep 9, 2005

A can't seem to get this creating movieclip thing, or attach movieclip. What I want is when a certain button is pressed, a MC in the library is created on the work area, at the mouse location and will continue to follow the mouse untill it is clicked. Once clicked, it stops dragging, but if clicked again, another MC on the screen will gotoAndStop(2); and so on. I have most of the script idea down. But I can't seem to get the create new MC to work.

View 4 Replies

ActionScript 2.0 :: Creating A Movieclip Inside A Movieclip - Put Clickable Tag / Box

Oct 27, 2005

Iv'e got a problem, when creating a movieclip inside a movieclip. I create 5 movieclips dynamically... I want a clickable tag/box on each of these moviclips...

[Code]...

View 9 Replies

MX Rotating Object On Mouseclick?

Sep 17, 2009

I am trying to get an object to rotate similar to the globe on this sitei have found the

code:
onClipEvent(enterFrame){
_rotation += (Math.floor(180*Math.atan2(_ymouse,_xmouse)/Math.PI)+90);

[code].....

View 5 Replies

ActionScript 3.0 :: Change Value At MouseClick?

Dec 27, 2010

at first ihave 3 frames coded with AS3

frame1 has var i = 0;

then frame2 has AS3 buttons (action inserted)

function Click(e:MouseEvent):void {

gotoAndPlay(2); var i = 1;

and the last one has (without click, this one works very well)gotoAndPlay(2); i++ (but it gets i=0; on click)how can i change the value ? (and this way works very well on AS2)

View 4 Replies

ActionScript 2.0 :: Sound On Mouseclick Or Keypress?

May 26, 2009

I have recently made a piano in CS3 using AS2. The basic idea is that you can both click on a piano key and click on a key on your keyboard to hear the sound that particular key makes.Everything works just dandy apart from the fact that the sound doesn't seem to work at all.Below I have posted the action script (the comments are in Dutch) perhaps you'll need the FLA file as well.

Code:
stop();
//Maakt een sound object en verbind het met de piano movie clip op de stage

[code].....

View 1 Replies

ActionScript 3.0 :: Loaded Swf Disable Mouseclick?

May 14, 2009

im loading a swf into my flash but the whole swf that is loaded gets the "click hand"
is there a way to get rid of this?

View 5 Replies

ActionScript 3.0 :: UNLOAD External SWF On Mouseclick?

Oct 12, 2010

All of my buttons load their respective external swf files. However, they load on top of each other. How do I set each button to UNLOAD the external swf's that have already been loaded by the previous buttons.Here is what I have now:
 
movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToLoadUnloadSWF); 
var fl_Loader:Loader; 
//This variable keeps track of whether you want to load or unload the SWF 
var fl_ToLoad:Boolean = true; 

[code]......

View 2 Replies

Professional :: Animation Start On Mouseclick

Jan 6, 2012

I have a most simple animation which I want to start on mouse click. I use CS5 and ActionScript 3.0. I have one layer where my animation is in, and an actions layer. When I add a stop(); at frame 1, the whole thing does not start. So far, so good. How do I tell Flash that it should then start the animation after clicking the mouse?I am a complete newbie but have tried since hours to overcome this problem. 

View 3 Replies

Actionscript 3 :: Find MC Path On MouseClick?

Mar 14, 2012

Is there a way to get the path to the movieClip I'm clicking?

e.g. event.currentTarget.path? (This doesn't work but I'd like something like it!)

View 2 Replies

ActionScript 2.0 :: Moving An Object On Mouseclick?

Aug 8, 2009

'm putting together a flash animation of approx five productsEach picture is above the other so the flash file is tall roduct 1 at the top product 2 underneath 3 underneath that etcThe whole thing will scroll up and down vertically to display each appropriate pictureI need 5 buttons each one would move the strip of images up and down vertically to the correct location and I was wondering if this would be possible by using actionscript to move and define the position on the long strip of images.I.e when product 1 button is pressed, scroll the strip up to show product 1 picture. When product 4 button is pressed, scroll the same strip down to display product 4..For example, each button script might read something likeonRelease - scroll the image bar to y position(obviously a different position for each button)would this be feesable? I hope somebody understands what I mean, I've seen these type of flash 'portfolio' type scroll bars quite a few times but I'm not sure how to go about putting one together, is this the best way?

View 6 Replies

ActionScript 3.0 :: Array Position On Mouseclick?

Apr 17, 2009

I have two arrays thumbs and images, both the thumb and image are added to the same index in their arrays, so thumb[0] is the thumb of image[0]but what I need to do is get the index position of the clicked item, how do i do this?

new_carousel_item.addEventListener(MouseEvent.CLIC K, getValue);
new_carousel_item.buttonMode = true;
thumbs.push(new_carousel_item);

[code].....

View 7 Replies

ActionScript 3.0 :: Add Object To Stage On Mouseclick

Oct 28, 2009

Complete newbie to flash and as3, but im getting into it a bit with college and im making a small basic flash webpage. Im not sure if this is possible but im going try and explain it best i can to get a few pointers. So i basically have a webpage with 4 different pages, (each page being a MC ), But the pages arnt new keyframes, Instead they are small movie clips taht look like post cards. the idea i have is so when the about button is clicked it will add the about_mc to stage, it does not change to new frame, But stay's on the current frame, While it imports the about_mc to stage... My basic understanding is if i use code like this

[Code]...

View 2 Replies

IDE :: Go To/Play Next Frame On Mouseclick Or Spacebar?

Dec 2, 2009

I'm going to by chance include a message I sent out to a colleague in the off-chance someone also has a solution to it, but it also pertains to my issue. Skip to the bolded part below for just the question I have.I've been tasked with converting a Powerpoint presentation into a Flash presentation. I was considering manually doing it, but it seems like it would take an awful long time (240 slides, with videos and animations) - plus I don't know how to export the animations on individual slides over to Flash other than recreating them entirely.

I found a handful of programs on the Web that advertise that they will convert PPT to Flash (swf) and I tried a few to see which if any I should purchase. All of them had issues. Some either didn't run entirely or the end result was graphically ugly, videos weren't carried over (a problem I could easily rectify if the thing was an FLA where I could add videos back in that way), or animations were either mangled or ignored completely.how best tackle this challenge?Okay, so I basically started to just recreate the entire thing in Flash, using PrtScrn for backgrounds after deleting objects (then pasting in Photoshop and exporting as a PNG-24), as well as copying graphics into Photoshop as well to export as PNGs. No idea what to do about animations yet. Videos I can add back manually.

But anyways, as I do this, the movie is automatically advancing through every frame when I preview. I'm not sure how to go about setting up my Flash so that it only goes to the next frame when someone either presses the mouse button or the spacebar (either would be fine, I think).So that's my main focus at the moment. The other stuff is definitely part of the whole deal, but my main question is:ow do I set up Flash so that it only advances to the next frame when a mouse button or spacebar is pushed?

View 1 Replies

ActionScript 3.0 :: MouseDown Registered As MouseClick?

Nov 8, 2011

I have this movieClip container/holder with several movieClips inside.The container is draggable over the Y axis with TOUCH_BEGIN(same as MOUSE_DOWN) and stops dragging with TOUCH_END(same as MOUSE_UP).But the movieClips WITHIN this holder are clickable with TOUCH_TAP(or CLICK).

Here's the problem:When I start dragging with my finger(mouse) on one of the movieClips within the holder, and release with my finger(mouse) still on the movieClip (I have an ease added to the dragging so it's possible my finger(mouse) won't be on the movieClip when done dragging) it will fire the function of this movieClip.This is really annoying because what if you started dragging, and wanted to click the movieClip beneath the one your finger(mouse) is on right now.I already tried something with removing/adding eventListeners but that doesn't work.

View 1 Replies

ActionScript 3.0 :: Remove The Sprite On Mouseclick?

Apr 12, 2012

I am trying to spawn a sprite (which works correctly). But i cant seem to remove the sprite on mouseclick. I have my object called Cactus. It runs fine but returns an error when clicking.

Code:

Code:
package
{
import flash.display.*;

[Code].....

View 14 Replies

ActionScript 3.0 :: Call MouseClick Function From Another Place

Feb 20, 2009

I have a function that is called from clicking a button

PHP Code:

con.scrollerDetails_mc.content_mc.info_mc.spin.addEventListener(MouseEvent.CLICK, spinIt);
var isTurning:Boolean = false;
function spinIt(e:Event):void

[Code].....

View 2 Replies

ActionScript 3.0 :: MouseDown And MouseClick Event Conflicts - Get Ignored

Nov 5, 2008

I'm working on a custom AS visual component, based on UIComponent class. Inside this component, I have a button I programatically added. I set the mouseClick event of it, and it works fine. When the mouseClick for the button starts, it adds a listener for MouseDown on the stage. This is my problem. Once that MouseDown event listener is initiated it won't ever pay attention to the MouseClick listener of the button (which will
turn off the MouseDown listener!). I've tried setting the priority number when creating the listeners, but this is not working. My mouseClick listeners gets ignored.

View 3 Replies

Professional :: AddChild MouseClick - Add An Image To A Sprite

Oct 30, 2010

If I want to have a mouseEvent and add an image to a sprite I need to add the image in the class and not after? See where I have used addChild?

[Code]....

View 1 Replies

ActionScript 3.0 :: Passing Value To A Mouseclick Event Listener?

Jan 26, 2009

Let's say I have 10 different buttons, a click on each button will open a different website. Currently, I have 10 different functions for 10 buttons. Is there a way to simplify the code and only have one function for all the buttons and only pass the URL to the onclick function?

button121.addEventListener(MouseEvent.CLICK, clickButton121("http://www.myurl.com"));
function clickButton121(event:MouseEvent, urlString:String):void{
myURL = new URLRequest(urlString);
navigateToURL(myURL);
}

I can say it will be very inefficient if i have 100 buttons and having to write 100 functions.

View 3 Replies

ActionScript 3.0 :: Sounds Still Playing On Mouseclick When Do RemoveChild?

May 16, 2010

I've got 2 different movieclips, one named playScreen and one named gameOverScreen. I've got a function in playScreen that plays a gunshot everytime I press the left mouse button, but when I do removeChild on playScreen and addChild on gameOverScreen, the gunshot sound still plays when I press the left mouse button.

View 3 Replies

ActionScript 3.0 :: Load External SWF On EnterFrame And Mouseclick?

Oct 12, 2010

I am trying to load an external swf as soon as my main movie starts AND when I click a button. I already have it set for a mouse click event, but I cannot figure out what to add to get it to load automatically when the main move starts also. [code]...

View 4 Replies

ActionScript 3.0 :: Save The Mouse Coordinates Upon MouseClick?

May 20, 2011

I am making a game where when I click a movie clip on stage and the man will walk to that area. The man only moves one space when click, so it works if you continualy click the mouse. I just want to click the mouse 1 time and the character walks to that spot. Here is my code,

clickObject.addEventListener(MouseEvent.MOUSE_DOWN ,record_Mouse);
function record_Mouse(event:MouseEvent):void {
var record_MouseX:Number= mouseX;[code]........

/*I tried a loop for these last two lines, but it did not work, maybe I am doing it wrong, or maybe there is another solution? I also tried to return the value of man.x and man.y into a ENTER_FRAME event which does not seem possible with AS3*/

man.x+=vx;
man.y+=vy;
}

View 2 Replies

ActionScript 3.0 :: Restore The Mouseclick Event To All The Other Button?

Apr 28, 2009

I have a button class which disables the current button when it is clicked, the problem is I need to restore the mouseclick event to all the other button or eventually if you work through the menu all the button will be disabled. How can I iterate through all non-clicked items and restore the clicks to the non-clicked buttons?

public function onClick(e:MouseEvent)
{
this.parent.gotoAndStop(e.target.name);
e.target.removeEventListener(MouseEvent.CLICK, onClick);
}

View 1 Replies

ActionScript 3.0 :: Sliding A Mc AddChild On MouseClick Event?

Dec 5, 2009

trouble to slide a mc that loads external image through a addChild function.How do I change the code in order to slide the mc that contains the new mc addChild that the loader has created?Heres my code, I have been trying to crack this for days and I couldn't seem to solve it.trying to convert myself from AS2 to AS3

Code:
var speed:Number=4;
var imageLoader:Loader;

[code].....

View 1 Replies







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