ActionScript 2.0 :: 2 Commands With 1 Button?

Apr 22, 2009

(AS2 - FLASH8)

I have BUTTON_A inside MOVIECLIP_A on frame 1 this script on BUTTON_A is:

//goto the root and goto frame2
on (release) {
_root.gotoAndStop(2);

[Code]....

THE PROBLEM: I cannot get flash to do both commands from BUTTON_A. When BUTTON_A is clicked, its supposed to goto frame 2 AND show a blue square (just a simple graphic) AND loadMovie into the container 'MOVIECLIP_B'

I can't seemed to get both commands to work simultaneously. DId I write this script incorrectly?

View 7 Replies


Similar Posts:


ActionScript 1/2 :: Adding Multiple Commands To The Same Button?

Oct 2, 2009

I am doing a flashlite project (AS2) for an embedded application and am having trouble figuring something out. I want a single instance of a menu button that I can move with keyboard cursor presses to specific locations on the Y axis. Figuring out that part was easy but I am stumped on adding multiple commands to the same button.
 
The initial script I am working with is: 
 
on (keyPress "<Down>") {
import mx.transitions.Tween;
import mx.transitions.easing.*;
var xPosT:Tween = new Tween(high, "_y", regular.easeOut, -234.8, -186.8, 6, false);
}

[Code].....
 
To tell it that if the button is at -186.8 go to -135.6. So obviously I am having trouble using keyPress "<Down>" twice. What would be the best way to approach this? I would like to have numerous keyPress "<Down>" and keyPress "<Up

View 12 Replies

ActionScript 2.0 :: Give Button Multiple Commands

Jan 27, 2003

I have this code on a button that relates to AS elsewhere in the movie (this works fine, BTW):[code]and I want to add the following to the same on (release) command:[code]But I don't know the proper syntax to make both work.

View 12 Replies

ActionScript 2.0 :: Use A Contentmanager Class To Route All Button Commands Through?

Sep 21, 2009

I have been learning about classes and oop programming with AS2. I think I have a very good idea of how it all works, but I'm lacking in one final area before I can truly say I'm coding in OOP. Currently, I use a contentmanager class to route all button commands through. This class handles the removal and preperation of the stage for content change, and then seperate classes handle the actual loading and placement of the new content.

So in a way, its not really OOP, just very well organized code. The next step is Event Management in AS2. I know it can be done, I read through a few tutorials, but get confused by it all. What I'm looking for now is two things.. a very good Event Management tutorial or article if anyone knows of any..

as well as a sample site that can be downloaded or viewed which has been written using OOP. I want this sample site, to re-evaluate how my current way of programming holds up compared to more proffessional examples...(Perhaps even we can turn this into a hot thread with examples of code and structures to help other developers trying to gain a grip on OOP..?)

View 7 Replies

ActionScript 2.0 :: Using The If Commands?

Oct 13, 2010

I've had flash for a long time now but I've only decided to take a good look at it recently. I was looking around the net for tutorials and the like when I came across an interface that was only 50k by Synez. I don't know if you guys have seen it, but it looks larger than 50k to me, yet it's not. I downloaded the .fla file and looked at what the designer used the if tag a lot on the buttons and even certain frames. I guess this way he didn't have to remake anything and this contributed greatly to the file size since he reused existing movie clips.

Say for example that I make a movie clip where the buttons shoot out from nowhere. From this movie clip, I want to target another movie clip, the one with the content on it, without having to add anything to the buttons' movie. know how to use the "if" tags.

View 4 Replies

ActionScript 2.0 :: One Function To Do Two Commands?

Nov 17, 2009

Is it possible to have one function do two things?[code]...

View 3 Replies

CS5 :: JSFL Commands Slow In It

Jun 13, 2010

The execution of JSFL files seems to have slowed down in Flash CS5. Or, at least, the updating of the display has been severely slowed down.  I have a command I use all the time -- so much that I don't even think about it -- that worked fine in CS4 and earlier, but in CS5 it seems to execute too slowly. My command is a replacement for the "Step Forward One Frame" and "Step Backward One Frame" commands in the control menu (the "<" and ">" keys). I wrote them so that the selected symbols remain selected when going to a new keyframe.  Of course, I use this all the time just like I did with the original "<" and ">" keys, and they need to run fast enough that I don't notice their execution time. They don't do that much processing at all, so it really shouldn't be a problem.

I also wrote some functions for profiling, and they indicate that the command is actually running in a reasonable amount of time (around 50ms). When I run it again immediately, though, the execution time balloons to about 300ms. Not only that, but in both cases the display takes its sweet time updating itself.  It seems to wait until all activity is finished, and then updates. This means that when I execute the command repeatedly (keyboard-scrubbing the timeline) I don't get to see the current state of the stage until I stop completely and wait for it to update.

As I said before, I never had trouble with this in CS4 and earlier. So my question is: is there any way to tell Flash to update its display in a command, so that I don't have to wait for Flash to get around to it? Relatedly, is there any way to give the javascript interface a higher priority so it'll execute commands faster? keys). I wrote them so that the selected symbols remain selected when going to a new keyframe. Of course, I use this all the time just like I did with the original

View 6 Replies

Execute Interactive Commands Over Web?

Aug 22, 2011

We have a web-framework with Flex and Java, whose basic functionality is to execute commands at the background(Unix) and parse and send it back to the client(Flex). This works fine for all silent commands.

We are using Runtime,process to execute commands at java side on request from flex side. The same we need to do for interactive commands/scripts as well.

View 1 Replies

ActionScript 3.0 :: Use SMTP Commands Through It?

Dec 17, 2007

Does anyone know if it's possible to use SMTP commands through actionscript?

View 4 Replies

ActionScript 2.0 :: Flash Commands In XML?

Aug 6, 2007

its possible to have Flash commands in XML? I want the text "continued" in an XML file to have the following command:

_root.dealWithPages(_root.menu_xml.firstChild,_roo t.menu_xml.firstChild.childNodes[0],"noclick");

but this needs to be in the XML file because the text could appear anywhere in Flash.

View 1 Replies

ActionScript 2.0 :: Receiving Commands From Toolbook

Nov 12, 2003

I'm trying to reset my flash movie from inside toolbook by sending a variable to flash. I could have two problems: either flash doesn't understand toolbook or my actionscript is just wrong. How should I recieve a the command from toolbook? I've tried alot of different things.

View 1 Replies

Flex :: Run Command Prompt Commands Through It?

Feb 3, 2010

Can we run command prompt commands (like copy, rename etc) from an AIR or flex application?I thought of creating a bat file and running it using fscommand, but that does`nt serve my purpose.

View 1 Replies

Flex :: Execute CMD Commands Using Actionscript?

Aug 19, 2010

I would like to execute a CMD command from my flex application programmatically. Something like

> mediaplayer.exe "mySong.mp3"

I also tried using fscommand but was not successful. While googling I learnt that its not supported by AIR. I would like to know if there is any other alternative for executing the commands.

View 2 Replies

Php :: Strange Sequence Of Executing Commands?

Feb 27, 2011

I am beginner in FLEX programming , I am trying to implement a very simple LOGIN system using PHP, FLEX, MySQL.

protected function button2_clickHandler(event:MouseEvent):void
{
var create_new_user:Users= new Users();[code]..........

I have added the "alert.show" to check the sequence , it was really strange to find out the it is executing "6,5,4,3,2,1"..?? Which mean user is created before checking the verification result?

View 1 Replies

ActionScript 2.0 :: Pass Commands To Parent Mc?

Jan 30, 2009

If I use lockroot to keep a loaded movie clip from passing it's variable to the parent movie clip, how do I pass commands to the parent mc?[code]...

View 4 Replies

ActionScript 2.0 :: Execute Irc Commands In Flash?

May 18, 2003

im trying to make a text box in flash... soo when someone types something in one line and hits enter... the line gets executed... how do u do that?? and plus I want that text box to send commands to IRC basically how can i execute irc commands in flash....

View 3 Replies

ActionScript 2.0 :: FS Commands For A Flash 5 Projector?

May 31, 2002

I'm making a CD flash projector that exectues on the autorun script of a musician's CD..Anyways, I've gone around and figured out how to disable menus when the movie is running but still the user had full control to resize the window. Does anyone know of a ocmmand that will restrict the user access to window resizing?

View 1 Replies

ActionScript 2.0 :: Multiple Commands OnRelease?

Feb 22, 2009

I have a .swf that opens in a popup. At the conclusion of the clip, I have a button. I would like the button to redirect the parent window and close itself.

[Code]...

View 3 Replies

Pause Actual Actionscript Commands?

Aug 26, 2003

how you can pause an actionscript code? I've found posts which explain how to pause animations, but none on how to pause actual actionscript commands .A quick example would be to make a box increase in size (which was done through AS). But when it gets to 100 pixels wide, i want it to pause for 3 seconds before continuing again.

View 7 Replies

ActionScript 3.0 :: Translation From All The Common Commands?

Nov 11, 2009

is there a site out there that has a translation from all the common AS2 commands?I'm just learning AS3 now and i have no idea how to do the basic things such as _root.mc.loadMovie("asd.swf"); anymore

View 6 Replies

ActionScript 3.0 :: Create A Prompt Itself To Accept Commands

Jan 24, 2010

I'm trying to get into flash game developing (without a programming background) and for my first project, I thought creating a simple game like Text 4 Dead (or Don't **** your pants) to be a good bet.Unfortunately, I don't know how to start it. Anyone has any idea how the developers of the mentioned games did it? Did they just created a bunch of frames on the timeline and every time someone writes the right words on the prompt it takes them to the next frame?And how do you create a prompt itself to accept the commands and guide you around the game?

View 4 Replies

ActionScript 3.0 :: Competing FlvPlayback Load Commands

Feb 3, 2009

I have a clip with one FLVPlayback component and several buttons which load different flvs into the component. If you click one button, then quickly click another button before the flv is ready to play from the last button, it tries to load both, and the component disappears.I put a trace to print out the source I'm loading, and a trace on the Ready event to tell me what the source of the component is, and I get something like this.[code]I should only get the second ready trace, because loading the second vid should override the loading of the first.So is there some way to kill the loading process before loading the next vid? I tried closeVideo Player, but I'm not using netStream, and I only have one video player, so I don't want to delete it.

View 3 Replies

ActionScript 3.0 :: Keyboard Commands Don't Work In Loaded Swf?

Sep 24, 2008

I have a Game swf that uses keyboard Listeners. They workjust fine when the swf's played directly. HOWEVER, after the Game'sbeen loaded into a parent Preloader swf - which is playing from anhtml - , the keyboard Listeners don't function at all.In the Keyboard Listeners do I have to reference the parent?

View 2 Replies

Professional :: Semi - Transparent Box That Can Execute Php Commands?

Feb 10, 2010

I am trying to find out if it is possible to a) create a semi transparent box in flash, b) motion tween that box into place, c) subsequently use it to run forms and PHP scripts (connect to a MySQL instance, ect). I know that an exact answer to c) will be long and complex, so a simple (general) yes or no will suffice... but if someone could point me in more detailed direction with a) and b), If you need to see the actual project I'm working on, or if I need to clarify my questions,

View 1 Replies

Actionscript :: Commands To Check Duped/multiple Mc's?

Apr 28, 2010

Currently I'm working on a platform type game. I have a for loop in place to check weather or not the players feet are touching the ground. I had this;

[Code]...

This works fine only if one of the floors exist(IE if floor1 is on the stage, but floor2-5 aren't); So to try and counter it I tried using;

[Code]...

But to save myself time, and to give myself the ability to add floors without altering more then i<5 to the amount of floors I have, I would prefer a easier method hopefully something to do with for loops.

View 1 Replies

Flex :: FlexUnit Test Parsley Commands?

Aug 11, 2010

I needed some guidance on how to use FlexUnit 4 within Flash Builder,to unit test a Parsley-frameworked Flex application.I have tried lookign at one or two sites but with no avail.

View 1 Replies

ActionScript 2.0 :: Using The Key.IsDown Commands To Change The Yscale?

Jul 28, 2009

so iv been using the Key.IsDown commands to change the yscale (of something), but i am at a loss at getting the yscale (of that something) back to the starting scale when the key is released.

View 3 Replies

ActionScript 3.0 :: Top-level Swf Sending Commands To A Loaded Swf?

Dec 10, 2009

So I've spent alot of time building something in Flash that is rather complex and many competitors would find extremely useful if they could get a hold of it for free. I'd like to implement some protection.

The project has a top-level swf sending commands to a loaded swf. That 2nd-level swf loads five or six other 3rd-level swfs.

The 2nd level has the bulk of the actionscript. I would like to protect the functionality. It also contains some vector-based MCs that I don't want anyone to be able to rip. The 3rd level swfs are vectors only, and again, don't want anyone to be able to rip them.

The top-level is the least important as it mainly acts as a loader and commander, but it does load in comma-delimited data that I'd prefer was not publicly available.

[Code]...

View 9 Replies

ActionScript 2.0 :: Linking From Myson / Grandson Commands

Mar 5, 2010

i'm teaching myself bits and pieces of actionscript by downloading movies and customising them, or trying to :P

[Code]....

View 1 Replies

ActionScript 2.0 :: JSFL / Commands Starting Point?

Apr 8, 2007

Maybe I just such at searching.tell me where I should start for researching the following.I want to create a "command" (JSFL i think) that has a stored AS in it so when I run the command it will type the AS in the AS panel.

View 3 Replies







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