ActionScript 2.0 :: Button Name Controlled By Variable?

Mar 13, 2009

I have several buttons I need to turn on and off (visibility and alpha) but the function I have written that determines if a given button should be turned off works based on a few variables. I need to be able to control which button is turning on and off with these variables.

I have tried this ("btn" + i)._visible or alpha but does not work. how I can accomplish this?

View 11 Replies


Similar Posts:


ActionScript 2.0 :: One Button, Two MC's Controlled?

Jul 21, 2008

I have one MC with the following AS:

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

[code]....

but no such luck with the second MC. Even if I apply the same AS code to the second MC, it still won't work.

View 1 Replies

ActionScript 3.0 :: Loading SWFs With XML Controlled By Button

Jan 18, 2011

I'm trying to create a AS3 file that will import an xml file, that has an file path node and an image name node. I want and swf imported to be displayed on my first page, then have previous and next buttons that will load the next node/slide with another swf. I'm thinking it should be simple enough. How to pull the path name out og the xml file and put in the next button function. I'm guessing I should pull all of the file locations into an array, but I'm struggling to grasp how to do this. XML file would be something like this....but eventually much larger.

<cbt>
<lesson>Lesson 1
<page title="Lesson 1 Slide number 1" slideNum="slide01_01.swf" />
<page title="Lesson 1 Slide number 2" slideNum="slide01_02.swf" />
<page title="Lesson 1 Slide number 3" slideNum="slide01_03.swf" />
<page title="Lesson 1 Slide number 4" slideNum="slide01_04.swf" />
<page title="Lesson 1 Slide number 5" slideNum="slide01_05.swf" />
[Code] ......

View 1 Replies

ActionScript 3.0 :: Button That Play Sound When Clicked And Be Controlled With Events?

Nov 8, 2011

I'm a flash beginner and I've been having alot of trouble figuring out how to make a button which can be controlled with the keyboard as well as the mouse and plays a sound when clicked but when the button is released the sound instantly stops. What I'm going for is a piano application, I made the button, I know how to create keyboard events with listeners and make the different button states up and down but I don't know how to control the button with the keyboard and play sound when the button is clicked but stop the sound when the button is released.

Also I'd like to have it where the space bar will cancel whatever makes the sound stop so it just rings out until the sound clip ends. Can someone explain to me how to do this, remember I'm a beginner so please explain everything.

View 6 Replies

ActionScript 2.0 :: Use Scroll Bar Component In Flash - Controlled Byr Mouse Scroll Button?

Jun 30, 2003

is there anyway when i use scroll bar component in flash... how do i make it so that i can be controlled by your mouse scroll button.. thing.... ( if its possible )

View 3 Replies

ActionScript 2.0 :: Drawing A Circle - Circle Diameter Has To Be Controlled By A Button

Oct 6, 2009

I have to draw a circle using action script. The Circle Diameter has to be controlled by a button.

View 0 Replies

ActionScript 3.0 :: Create A Variable And Get The Button To Add One To That Variable?

Jan 28, 2010

I want to be able to have a number displayed on the screen that when one of the arrows next to it (up/down) is clicked it adds 1 to the original number (lets say 72). Then when they click the "save" button that really just takes them to the next frame (or a frame somewhere else in the movie), which is a confirmation page, I want the number they ended at to display on the confirmation screen.
I'm thinking that it is partially because I don't know what to search for.I know I have to create a variable and get the button to add one to that variable.

View 2 Replies

Professional :: Can A _mc Be Controlled Within Itself

Jan 5, 2010

I have a _mc made visible by, instruct_mc._visible = true;Once the _mc is visible I would like to have a button 'within instruct_mc' that will make, 'instruct_mc._visible = false; again' is this possible? If so what would the AS2 command have to be because the button dose nothing until I take it out of ' instruct_mc

View 4 Replies

Rotation Controlled By Mouse?

Apr 17, 2009

i was wondering if theres a way to link the amount and direction of an objects rotation to the mouse position. I want it so if you move the mouse far to the left the object spins fast anticlockwise but if you move it to the center it stops.

View 2 Replies

Professional :: XML Controlled Web Elements?

Jan 5, 2011

I'm fairly new at flash development but here goes: is it possible to use xml to drive the layout of a flash website in CS3?  Perhaps using ActionScript 2 or 3?  In particular, I'm looking to be able to for e.g. create a news ticker where changing the XML allows you to 1) change the text and appearance, 2) framerate can be controlled, 3) interpolations between key frames can be specified (e.g. linear interpolation)

View 1 Replies

IDE :: DIV Visibility Controlled From Flash?

Feb 13, 2009

I'm currently working on a site that is a mixture of Dreamweaver and Flash. I have some Flash movies that are in DIVs in DW. I need to have some links in those Flash movies that can control visibility of other DIVs. In other words I need a link in the Flash movie to work like DWs Show-Hide Elements feature. Is this even possible? I'm using DW CS3 but Flash MX 2004.

View 2 Replies

ActionScript 3.0 :: Functions Controlled By CurrentFrame

Oct 29, 2009

I know that the functionality of the addChildToStage and deleteChildFromStage functions works fine because I have tested it here:URL...the nav adds a new instance of "player" to the stage and the big red button deletes "player".I want to start the movie with a mc_CopyBlank on stage and then have the nav issue play(); command to the movie clip held in "player" then have the current frame of that clip trigger the addChildToStage and DeleteChildFromStage functions that I've written here.[code]

View 3 Replies

ActionScript 3.0 :: Slideshow Controlled By Scrollpanel?

Oct 28, 2010

Is there a way to create an automatic slideshow gallery that is controlled by the thumb position on a scrollbar?

I'm a FLash AS3 noob and I'd like to place an article or story inside a scrollpanel. At certain points of the story, I'd like the thumb (on the scrollbar) to trigger an event that transitions to a new image inside the slideshow gallery.

[Code]...

View 3 Replies

ActionScript 2.0 :: Stopping An _xmouse Controlled Mc

Mar 27, 2010

how to stop an _xmouse, _ymouse action? I built a carousel with some movieclips controlled by a _xmouse action but I would like to stop their movement when the mouse is over them, and also activated it again when the mouse rolls out.

View 1 Replies

Actionscript 3.0 :: Can Movieclips Be Controlled Like Videos

Nov 20, 2009

I am trying to get to grips with actionScript (a beginner) and have created a SWF that calls in a FLV file. From the SWF I control the FLV wit a Play, Pause and Mute button. This works great. BUT now the client wants just a compiled SWF file only. So from this I take it they just want a single SWF file that acts like a video player but in truth is a Flash movie with a timeline effectively embedding the original FLV.

I have tried writing my own code and scouring sites and tutorials but to no avail. What I have done so far is to import my FLV to a Movie symbol in the library. I have put a stop() command on the actionscript for that symbol. I have created three buttons, which at present do nothing. I placed the symbol on the main timeline and exported and it basically plays the video with no control. Now I hit a wall. What I want seems simple in thought but is baffling me in practice.

Now I have the Movie symbol (video) playing I want some control again via the three buttons mentioned earlier. I really want the movie to auto play when loaded and the play button to resume the playhead if the movie is paused. As you will see from the code although I have set up a variable for the mute button I have no idea what I should code to do that or indeed if it is possible. I am on my umpteenth itteration trying to get code to work but I really need help. I don't even know if what I am asking is possible.

Code: Select allfunction onMetaData(data:Object):void
{   
play_btn.addEventListener(MouseEvent.CLICK, playMovie);
pause_btn.addEventListener(MouseEvent.CLICK, pauseMovie);

[code]....

View 3 Replies

ActionScript 2.0 :: Set A Variable On A Button (the Button Is On Level 5)?

Dec 4, 2003

i was wondering if i set a variable on a button (the button is on level 5)

Code:
_level5.current_selection = "credits"

and i would like the movie on level 1 to recognize that this button (on level 5)has been pressed,is this script correct on an empty keyframe in level 1.

Code:
_level5.current_selection = "credits";
if (_level5.current_selection == "credits") {
loadMovieNum("credits.swf", 2);

[code].....

i've tried this and it isn't recognizing the variable.

View 1 Replies

ActionScript 3.0 :: Flash CS3 And XML - User Controlled Slideshow

Jul 23, 2009

I have been learning flash and Actionscript 3 for the past couple of weeks and i have progressed nicely with making a site. I have some images being loaded into a MovieClip which are dynamically loaded from on XML. I can set it up so clicking left/right arrows navigates through the pictures and loops or i can set it so it automatically plays without user intervention.

What i would like to do though is have the images loaded into the MC via XML but have it so that when the Actionscript analyses the XML code it creates a small circle on the stage for each image (child) and then each circle is clickable to that particular image. I know this sounds confusing so i am i just seeing if it's possible and if so how. I can easily create frames and links for the circles but i would rather it be done through AS3 if possible so that it is easily updatable.

View 3 Replies

Make A Video Player Which Just Controlled By The Scrubbar

Jan 10, 2010

I am looking for a very easy way to make a video player which just controled by the scrubbar. I have tried the Componet Seek Bar but that doesn't enable the viewer to scrub the bar. I am wanting to use the Scrubbar Player to view 3d models. At Zbrush they have a Scrubbar player [URL] once there click on one of the pics to view scrubbar turntable viewer. Would love to be able to show my models in this fashion.

View 2 Replies

Frame Rate Controlled By The Mouse Cursor?

Jul 2, 2009

I have created this spinning diamond flash with a dynamic frame rate controlled by the mouse cursor. it spins from the right to the left if the cursor is at the left side of the diamond and vice verse, and also the further away the cursor is from the middle of the diamond, the faster it spins.

it works perfectly awesome in Firefox and by itself, but when it's in IE, the cursor loses control of frame rate, so it spins at the highest frame rate regardless where the cursor is at. I used nextFrame(), prevFrame() to do the winding and rewinding job, and frame rate gets changed in ENTER_FRAME. I've heard some say that IE ignores frame rate per frame? is it true? if so, how do I fix it?

View 3 Replies

Professional :: Videoplayer That's Beeing Controlled From Keyboard

Jan 5, 2011

1) I wan't to do a fullscreen videoplayer that listens to the keyboard and that plays a videoclip on demand. I will not use menues or onscreen buttons.
 
It should work almost like a Video DJ application or a audio sampleplayer but for video. So; when I press any one of maybe ten keys the corresponding videoclip should be played.
 
I intend to run this locally using Flash player hence not on a browser or on internet so I'm not really limited by bandwidth. I'm on CS4 Flash Professional.
 
2) Is there a IDE, a runtime development enviroment, for Flash aimed for AS? Despite working on a daily basis with digital media  for many years incl. coding in php, javascipt, asp.net, etc I still have a tough  time understanding Flash and AS3.

3) A part from traditional keyboard input is there a way for Flash and/or Flashplayer to listen to an non-standard USB input, say a touchpad, joystick etc?

View 1 Replies

Flex :: Progress Bar Controlled By Forum Entry

Jul 9, 2009

I have five text boxes and a dropdown box in my flex application, how can I make the progress bar fill up when there is text in each box, and the dropdown selected. For example, if there is input in three out of five of the boxes and there is a selection in the dropdown, then the progress bar would be 4/6 full.

View 1 Replies

Asp.net :: Create Fat Client (RIA) With HTML - Controlled Environment?

Oct 25, 2010

I realize that this question can start a discussion but that's really not my intention. We've created a Flex Application to take tests from candidates. The advantage of the Flex Application is that all state can be stored in the application running in the browser of the client. Things like time limits, navigation, scoring, ... can all be handled within the application without us having to worry about a back button for instance. Even running the app offline with Adobe Air isn't that hard.

My question now is if such an application could easily be made with HTML, Javascript, Ajax, ... ? The reason I'm asking is because an application in HTML would be much easier to distribute on Mobile devices for instance. Also, our domain model for instance is mostly implemented in AS3 (Flex) so using it along the server side means porting it to C#.NET. (with two codebases as a result).

View 1 Replies

ActionScript 2.0 :: Mouse Controlled Animation - Easing

Mar 1, 2010

I have this animation of an rotating molecules[uploaded file]. How to add easing to this animation? here's the code:

[Code]...

View 8 Replies

ActionScript 2.0 :: How To Rotate Object With Controlled Speed

Sep 23, 2004

How can I rotate an object using AS and also control the speed it rotates at?

View 4 Replies

ActionScript 2.0 :: Movieclip_alpha Be Controlled By Separate Buttons?

Aug 27, 2005

I would like to have one movieclip_alpha be controlled by separate buttons (database_btn, and itself). The actionscript I am using works but there are two issues.I want to make the one movie clip mouseover for the sub menu only appear after the main menu movieclip is moused over then disappear when when moused out from the sub menu.the 4 buttons in the submenu do not work when mosued over.

View 14 Replies

ActionScript 2.0 :: Make An Interface That Can Be Controlled By The Mouse?

Apr 2, 2003

I want to make an interface that can be controlled by the mouse or by the arrow keys - the only simlat to what I'm trying to achieve is the game Colin McRae.

Lets say I have 3 buttons. If I move my mouse on any of them it gets an mouse over effect.

What I want to do is to combine this with the arrow keys that should be able to jump between the buttons - and the one selected is in the "over" state - to select it I press return.

View 3 Replies

ActionScript 2.0 :: Popup Content Controlled By Buttons?

Mar 31, 2007

Okay I've tried everything, but I'm sure this is simple. I created this popup scroll within a flash movie that I'd like to have the contents of change according to the button that is pressed. I gave the buttons instance names and the diffeent content is labeled and on different frames. However, the btns all go to the last frame regardless of the labels?! Do I need an if/else statement?

View 5 Replies

ActionScript 2.0 :: Creating A XML-menu - Controlled With Keyboard

May 28, 2007

I am creating a dynamic menu, that is supposed to be controlled by the keybord, or buttons. The menu has several submenues, so I am thinking of setting up a XMLdocument to read from. Do anyone have a easy-to-understand .fla or a good tuturial on this subject?

View 2 Replies

ActionScript 2.0 :: Java Controlled Popup Windows?

Apr 5, 2002

I have many photos (converted to buttons) in a movieclip. This movieclip slides continuously across the stage in which the speed and direction are dictated by the mouse's position.I want these pics to be hot and when the user clicks on them a fixed-size window (html page with larger image) appears. I added the javascript and altered the published HTML but the windows popup with no controlled settings that I placed in the getURL script assigned to each button. A sample of what I am trying to do is at [URL] Click on an image then click again. That's the box I want.

View 5 Replies

ActionScript 2.0 :: Timer Controlled Movie Clips?

Feb 9, 2005

I have a movie clip that I want to play every 30-45 seconds. Basically it will start, run through the movie clip and stop and wait 30-45 seconds before it starts again.how to write a script to do this. The name of the movie clip is: lights_mc

View 7 Replies







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