ActionScript 2.0 :: Turn All Buttons Off But One On?
Jul 2, 2007I have 8 buttons. I need to turn one on, and turn the rest of them off. I can't figure out how to do this. do i use loops, booleans?
View 2 RepliesI have 8 buttons. I need to turn one on, and turn the rest of them off. I can't figure out how to do this. do i use loops, booleans?
View 2 RepliesI've got this code and I need to know how to turn my buttons back on once my swf is completely loaded. I read somewhere that using the loadClip class is easy because it takes less code, but I just don't understand what it's doing with this mc1 object and listener object. I could put code into each of my movies that I'm loading that says
_root.menu_mc.enableButtons();
But shouldn't I be able to do it from within the loadUpMovie function I wrote?
Code:
//from [URL] loading_movies.php
var mc1:MovieClipLoader = new MovieClipLoader();
var silentListener:Object = new Object();
mc1.addListener(silentListener);
function enableButtons(){
[Code] ......
here is the code i wish to turn the words into buttons...this code is not mine so i'm not 100% sure how to modify it to create the words to buttons.here is the code:
Code:
// register root as environment
Object.environment = this;[code]......
I'm working on my personal portfolio site and desperately need help with some AS3. my knowledge about AS3 is very rudimentary. Hope anyone who's I want to change the pointer cursor to custom movieclip when mouseover different invisible buttons. These buttons are mainly forward & backward button for my gallery. I got some help from other site but still unsolved. Please take a look at my fla attachment to point out what's wrong with the coding. To elaborate a little bit more as what I wish to achieve you can take a look at the sample URL...I just need the pointer cursor to turn to custom mc when it mouseover the hit area of the respective buttons.
View 6 RepliesI want to create a set of buttons based on loaded images from xml that onClick turn red or grow in size, whatever, Clicking another turns that button red and the old one back to default. Alsoo it will attach a animated movieclip onclick to the button and when pressing another button, it swifts to that button.
Code:
var tracktype:Array = new Array;
var imgArray:Array = new Array;
var links:int;
[code]....
But Now the problem is that when another button is clicked I have to add the listeners back on the button, but I cant get the button because they all have the same name. Same with addChild the animated movieclip. Can't remove it. The buttons have a variable name, and can be unlimited.
I'll start off by saying I'm a newbie, just putting that out there. How do you make a turn by turn multiplayer flash game? I don't know if an engine is made in AS3, PHP, Javascript, or whatever,I made my game already, it's just that it isn'tmultiplayer yet. Basically, there are lines, and each player crosses out a number of lines, and the last player to cross out a line is the loser. I want it where one user crosses out some lines, then presses End Turn, then the other does their turn and then presses End Turn to allow the other player to move his cursor. But how can I get both players to see the same frame and only have one player have the ability to move the cursor during a turn? Is there some easily adaptable multiplayer engine for flash for newbies out there
View 2 RepliesI have added a flash sound file to our homepage. How do I add an option for the visitor to turn the sound off? I don't have the .fla file for it.
View 1 RepliesI have a very simple project. I just need a flash video that has a sound file and a button to turn on/off.
View 1 RepliesI have some sounds in a timeline ( i purposely put them on time line rather then through AS3). But is there a way to turn off all sound in the swf, like is there a global sound channel?
View 1 RepliesIs there any way to turn off the autodocking panels. I just want my panels to be free floating and not stick together. The way they dock and stick together is the worst.
View 2 RepliesHow do you turn off the sound in a game only? I ask because I have two buttons in my settings: turn music on/off and sound on/off. turning music on and off is really easy because it uses a specific sound channel. But How do you turn off the volume the sound only (e.g. music is still playing but not the sound of the game)?
When I mute the sound via SoundMixer.soundtransform you can't hear anything so that's not what I wanted to have. In my game all sounds are thrown into an array. My first idea was that I go through all sounds listed in the array and turn off the volume but that's not working.
Code:
//not working
private var sounds:Array;
private var soundChannels:Array = [];
[code]....
How do you turn a date of bith into months. im doing this:
var dobDate: Date = child.CHILD_DOB; //10th Feb 2008var daysSince:uint = Math.floor((nowDate.time - dobDate.time) / DateTime.DAY); var monthsSince:uint = Math.floor( daysSince / AppConst.DAYS_IN_MONTH);
trace(daysSince) //603 - correct
trace(monthsSince) //20 - incorrect (it should be 19)
note:
AppConst.DAYS_IN_MONTH = 30
DateTime.DAY = 86400000
I have a FLA file with 4 layers 2 of the layers are Text Boxes 2 of them are masks to make the different words "Shine" Is there a way to make the whole file a button so when people click on it, it goes to a different page?
View 6 RepliesI have 9 fla files. Is there anything I can do to create 1 swf out of 9 separate fla files??? I tried to cut and past the info all onto 1 timeline. Is there more than one way to do this?? I end up with multiple files with the same name in the library and it becomes a bit of a nightmare just trying to use the cut and past method.
View 4 RepliesI know virtually nothing about Flash so I'm kind of casting about in the dark.
I have the misfortune of being a BT customer, and whilst I have reasonable bandwidth (can view streaming high res video fine) I always have problems listening to radio programmes from the BBC. I think it could be buffering due to traffic shaping, or it could be the Flash applet used to play the content, or something else.
Is it possible to bring up some kind of debugging console, or view some kind of error log to see if there is some diagnostic information that could be useful in finding the problem?
How would I turn something like this...
ActionScript Code:
<feed name="BBC Top Story 1" url="bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml1">
<description>Top Story News</description>
[Code].....
i saw the component thingy on kirupa... but i want to make a car drive in flash with just code.... there is a really good one on (click "drive!" on the menu and you can drive the little car around)... i would really like to know how to do this.
View 3 RepliesI know how to turn music on/off but I now want to find out how to do the following. On 50cent.com, you can select from a variety of songs, then play the one you wish. I want to know how to do that, with the buttons changing the songs, then being able to press play, and stop. Could someone tell me how to do this, or redirect me to a tutorial that will teach me. I have flash mx, so you could post a flash mx tutorial if you wish. Another example is shown on West49.com, but I dont need to know how to open the playlist option they have. Just a simple left and right button changing the songs, thena a play and a stop button.
View 1 RepliesI'm using the webcam to record some footage, but when I'm done, I can't seem to turn the camera off (the LED stays on) no matter what I try.
Camera.getCamera("")
netStream.close()
How do I turn a value into something i can use without the "-" negative value if there is one.
I have an "imageLoaderHost" movieclip and I need it's x position to be usable wherever its at. for instance:
if imageLoaderHost is at -1258(x position), I need "b1" to go to 1258 (without the "-" as you can see).
I was just wondering if there's a way to write code for a button so it will, e.g., make a movie clip visible with one click, then hide it with a second click?what I usually do is give the mc two frames, so on click one it goes to frame 2 while it changes the visibility or alpha, and on frame 2 sends it back to frame 1 while changing the mc back. But I would like the flexibility of doing it on the fly with code rather than have to fiddle with each mc.I tried doing it yesterday with an if/else if statement, like, "if alpha is 0, change it to 100, else if alpha is 100, change it to 0" but couldn't get it to work. But if that's the way to go I'll keep playing with it.
View 4 Replieswith AS2, we use fscommand to do it, but AS 3 I don't know how to do ..
We can reference from: [URL]
I just upgraded to CS4. I'm working with sprites and using the properties of the images I've turned off smoothing to get that retro gaming feel. However, when viewing the sprites on the stage, everything is smoothed over which makes things difficult for me to animate. When I render everything, it looks perfect, just the way I want it with smoothing off, but how do I turn off the smoothing on the stage?
View 8 RepliesAnyway, the "flier_mc" won't turn fully toward the mouse. I tried a few things, but it just keep turning away at some point.i can finally remove the pesky edge to edge teleport.
View 2 RepliesI have created what looks like a book in flash.There is a corner turned over at the top right so when you click it the page turns. This is fine, however, what i want to beable to do is when I click it the page turns and goes to a new page. ( i have made all the other pages)I tried an on(release) but it just doesnt go to the page, it plays the movie clip but I cant get it to navigate aswell..
View 14 RepliesHow would you go about turning timecode into milliseconds. My timecode is in xml and comes in as a string. Timecode examples:
00:20
00:45
01:10
My end result is to call a nsStream.seek( milliseconds );
controling the turn of action.
Example: i moved an object a certain distance. once it reaches a distance then it stops.i want to have a button; when you press will allow you to move the object again for the same distance.(what is code to do mthat).....then will need press button to allow it to move again.
Just want to turn a jpg into a Sprite dynamically.
View 4 Repliesi have this code for my music player but i only want to music to play if the play button is pushed. what should i add or how should i modify this code to make that happen?
var url:String = "";var urlRequest:URLRequest = new URLRequest(url);var sound:Sound = new Sound();sound.load(urlRequest);var sc:SoundChannel=sound.play();
var startTime:uint=0;
[code]....
I was working on a frame by frame scene when all of a sudden (I don't exactly remember what I did) borders show up around each brush stroke I draw like the figure shown here:
I tried turning off highlights (Ctrl + H), but the borders keep re appearing. Basically, I just want to revert back to the original selection mode as well as get rid of the borders after I draw my brushes like this figure shown below:
How do I turn off highlights / object borders permanently as well as enable regular brush selection?