ActionScript 3.0 :: Add Or Subtract "1" From The Current Selection?

May 6, 2009

Lets say I have 4 items on the stage item1_mc, item2_mc, etc...they're stacked vertically with a small space between them. I wish to cycle through these items with two keys, up and down respectively...how would I go about doing this?

My current idea is to create an array of these items and have each press of the key add or subtract "1" from the current selection...is this the correct method to pursue? Are there better options?

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Add And Subtract Days From Current Date?

Jun 17, 2010

I'm working in CS4 and using ActionScript 2.0.I need to display a date that is five days in the future and a date that is five days in the past based on whatever the current date is on the user's system. The dates must be in the format M/D/YYYY.After much struggling, I figured out how to make the current date display by creating a dynamic text box named showtoday in a movie clip and adding the following ActionScript to the movie clip:[code](Please mentally replace the silly smiley face with a colon followed by a capital D.)Can anyone tell me where to go from here to add or subtract five days from the current date?

View 7 Replies

Actionscript 3 :: Subtract 2hrs ,8hrs, 1 Day And 1 Week From The Current Date?

Feb 8, 2010

I need to be able to subtract 2hrs ,8hrs, 1 day and 1 week from the current Date.Then convert to yyy-mm-dd hh:mm:ss format.So far I have been unsuccessful.What is the proper method to do this in actionscript?

View 3 Replies

Current Selection Cannot Have Actions Applied To It?

Oct 30, 2009

I'm having a problem with a tutorial i have been following to create a website. I followed the whole tutoril through until i get a problem at the final steps.Here is the tutorialQuote:49. after you have typed everything you wanted on the diffrent squares now its time to make it all work. what you need to do is to click on the blue square ontop of the �home button� dont double click it just select it. afte you have it selected press (F9) this will bring up the the actionscript window type the following

on(press){
gotoAndStop(�home�);
}

[code]....

View 1 Replies

Flex :: Get A Bounding Box For The Current Selection?

Jan 25, 2011

I'd like to do fancy things the selection indicator. How do I get the bounding box for the currently selected characters?

View 2 Replies

ActionScript 2.0 :: [F8] : Current Selection Cannot Have Actions Applied To It

Jun 27, 2007

I am in flash 8. I am working on a simple button symbol and the actions panel is showing "Current selection cannot have actions applied to it" and the options are unavailable".

View 21 Replies

ActionScript 3.0 :: Current Selection Cannot Have Actions Applied To It

Sep 10, 2008

I have instances of a button and I cant seem to add any actions to them! I just get the message in the topic title. I have another flash file that has buttons with actions applied to them, but this one wont let me!

View 1 Replies

ActionScript 1/2 :: Current Selection Cannot Have Actions Applied To It?

Nov 11, 2009

I'm creating simple buttons (as I've done numerous times in earlier versions of flash) and need to apply an action to the hit phase - however keep getting the above message in the action script window.  I just installed flash CS4 a few weeks ago. 

View 4 Replies

Actionscript 2.0 :: V2 ComboBox Not Showing Current Selection?

May 5, 2008

I am building a website for an online store in Flash 8. I needed to use a dropdown menu for selecting the size of a clothing item, so I just used the default ComboBox component. I thought it was working fine, until I came across a strange bug (with the component, or my own code) where the ComboBox was not showing the current selected item.

The dropdown's list works, and shows all the options, but if you click on one, it doesn't get displayed as the current selection in its TextBox. The weird thing is that it still works fine, and I can access the data ok. If I use myComboBox.text I can access the current selections text, even though Nothing is being displayed.

Has anyone come across this before, and has any suggestions for what I am doing wrong.

A few details: Here is the actual code I am using to load the options into the ComboBox: Code: Select allvar my_cb:ComboBox = this.pages.product.size_comboBox;
my_cb.removeAll();

var sizesList:Object = productData[categoryID][productID]["sizes"];
for(var s in sizesList){
my_cb.addItem({data:s, label:sizesList[s]});
}
my_cb.redraw();

There are a number of other things happening the same time as its adding the items to the comboBox, e.g. loading images, creating movieClips, etc. Could loading this be causing the comboBox to not function properly.

View 2 Replies

ActionScript 1/2 :: Current Selection Cannot Have Actions Applied To It But The Search Box Says It Have

Mar 9, 2011

And I need to edit the very script I found doing text search, just the one that cannot exist by what the editor says.Script was made in the times of Macromedia Flash 8, I use current Flash (cs5) trial.

View 2 Replies

ActionScript 3.0 :: Graphic Instance - Current Selection Cannot Have Actions Applied

Jun 16, 2010

I just write text and make it graphic symbol. Then try to put AS on it. But when I click on that to pur the script (v. 3.0), it's says current selection cannot have actions applied to it.

View 2 Replies

ActionScript 2.0 :: "Current Selection Can't Have Actions Applied To It" Error Message

May 20, 2005

I'm just trying to get started with very basic AS 2. I have two books, (Understanding Flash MX 2004 ActionScript 2, by Alex Michael, and Animation and Effects with Flash MX 2004) All of the very basic ActionScripts I've attempted from both books result in the "Current selection cannot have actions applied to it" error message.

Here's an example from Michael's book, which is for putting an event handler in a movie clip. I'm going to write all of the instructions just so you know I'm following them: 1. Create a new movie. 2. Draw a circle on the stage. 3. Select the circle and convert it to a symbol. 4. Name the symbol circle and select movie clip as the behavior. 5. Click OK. 6. Select the circle movie clip. 7. Open the Actions panel window. 8. Type in the following[code]...

View 5 Replies

ActionScript 3.0 :: Panel In CS4 - "Current Selection Cannot Have Actions Applied To It"?

Dec 26, 2010

have only been animating for several months now. I am now trying to get into simple games, and I am starting with what I was told is the easiest, a Dress-Up game.This is the source of the tutorial that I am following: http:[url]....

I am following the Dress-Up game. I have created a button, dragged it into the Movie-Clip, and then went back to the scene, and selected it, right clicked, and clicked Actions."Current Selection" is selected, and it says "Current selection cannot have actions applied to it".

when I try to add this action to Scene 1, or Symbol Definitions it is a syntax error, and says extra characters as the reason.The script I am trying to use to make my Ball movable is;

on(press) {
startDrag(this,false);
}[code]....

View 2 Replies

IDE :: Mute Button - Error Message: "Current Selection Cannot Have Actions Applied To It"?

Aug 6, 2009

I am just retruning to flash from cs2 and its much, much harder.I want to create one simple mute button. Does anyone havea link to how I can do this from start to end in cs4? Everything I've found ends with me getting the error message: "Current selection cannot have actions applied to it" while tutorial carries on and neeer address this as a possibility.

View 1 Replies

CS4 :: "Current Selection Cannot Have Actions Applied To It"

Jun 17, 2009

I recently 'upgraded' to CS4. For some strange reason I have intermittent problems where I can't assign an action to any object. I'm trying to link a simple button, but in the actions window I get a message telling me that, "Current selection cannot have actions applied to it".

View 2 Replies

IDE :: CS4 Jsfl - Fl.getDocumentDOM().selection Doesn't Retain The Selection Order

Nov 11, 2010

I never realized that fl.getDocumentDOM().selection doesn't retain the selection order... <sniff>. I was hoping to build relationships based on the order. I guess I took if for granted that tools like Maya and Max store the selection buffer in order of what was selected. I'm trying to avoid: Select Object, <Press 'Parent' Button>, Select Parent, <Press 'Parent' Button>

View 2 Replies

ActionScript 2.0 :: Selection.setFocus Selection.getFocus Inputting From Mc?

Sep 6, 2007

i am attaching a number of _mc (my_mc) with a for loop. Inside each my_mc is an input textfield (my_txt)I want to click on my_mc.my_txt and select the textfield .the following code allow this and i can enter text from the keyboard however I want to add text from a _mc keybooard on screen (here called myBtn_mc).As soon as I click on myBtn_mc of course I lose focus ... i have tried to use a variable (select) to keep scope&focus

View 6 Replies

ActionScript 2.0 :: Subtract The Number One From?

Jan 25, 2010

I am kind of new to Actionscripting, and I have kind of hit a brick wall. I have a variable that I want to subtract the number one from, but I have this formatted incorrectly.

on (release) {
var currentslide = 2
var subtractedcurrentslide = (currentlide - 1);
txt = String(subtractedcurrentslide);
var myString = subtractedcurrentslide + '.' + 'swf';
loadMovie(myString, "rightcontent_MC")

[Code]...

View 2 Replies

Variable - Subtract Number And Show In The Box

Jun 7, 2010

i have something like this in the frame:

var number1 = 10
var number2 = 10

And in the stage i have 3 dynamic text boxes. The 1 one has the variable number1 the secound one has the variable number2. But how do i do so in the third box it says 20? I want it to substract number1 and number 2 and show that in the box.

View 1 Replies

ActionScript 3.0 :: Subtract 7 Hours From Date?

Sep 15, 2011

[code]This passes the date to another function that uses the date to see who in my office is oncall in the database and displays their name. The problem is, everyone that is oncall has to be oncall until 7am the next morning. So this works great IF they were off at Midnight each night. Is it possible to subtract 7 hours from this date?

View 3 Replies

ActionScript 2.0 :: Subtract A Value From Given Height - Ignored Subtraction

Oct 6, 2005

i'm trying to subtract a very small value from given height.

myMC._height -= .05;

it just doesn't subtract anything. so is flash ignoring to subtract it, possibly because i've too much in my flash file? then again, this works: myMC._height -= .20;

View 3 Replies

ActionScript 2.0 :: Add And Subtract A Number To The Var CurrentProj

Apr 7, 2005

i want to add and subtract a number to the var currentProj heres my logic start value for currentProj is 0 code on prevbtn currentProj -= 1; // should subtract 1 from currentProj when prevbtn is clicked the variable currentProj goes from 0 to -1 to -2 to -3...etc with every click. this is fine once i set my limits at zero

code on nextbtn currentProj +=1; // should add 1 to currentProj when nextbtn is clicked the variable currentProj goes from 0 to 01 to 011 to 0111...etc with every click. this is whack I've wasted an hour trying to work

View 3 Replies

Professional :: Subtract Parts Of A Movie Clip?

May 18, 2010

I am trying to build a game just for fun and i found something interesting that i really don't know how to do, so any help that you can give me is going to be useful, this is what i need to do, i have a movie clip and i want to subtract another one from just like THIS i can detect the contact but i don't know how to do that.

View 8 Replies

ActionScript 3.0 :: Can't Round Or Subtract A Large Number

Nov 23, 2010

When getting the rotation of a movie clip I sometimes get a number like this: -1.4033418597069754e-14
 
And this number seems to break simple math.  see my code below:
 
var thisRot:Number = rotation;
trace("thisRot: " + thisRot);
//outputs - thisRot: -1.4033418597069754e-14

[Code].....
 
How can -1.4033418597069754e-14 round down to 0? And Math.round(thisRotAbs) also results in 0.  So how can this be? And how can 180 - -1.4033418597069754e-14 = 180?

View 3 Replies

Actionscript 3 :: Subtract A Circle Shape From Path?

Apr 5, 2012

I'm drawing a path in Flex using Spark:Path.

I want to subtract a circle shape from this path, as in the following image:

(The path is black and wide)

I tried creating a mask using a Shape object but couldn't quite manage to create a mask that has a circular hole in it.

View 2 Replies

ActionScript 2.0 :: Add And Subtract To A Dynamic Text Field?

Aug 19, 2009

I'm working on a game for young children and basically I have a dynamic text field with two buttons - one to increase the digit by one, and one to decrease the digit by one. The problem I am having is that although the box starts at 0, you have to click the add button twice to get it started (the same thing with the minus button). After two presses, it increases fine with each single click.

ActionScript Code:
var inside:Number=0;
inNum.text=inside;

[Code]....

View 1 Replies

ActionScript 2.0 :: [FMX] Subtract Part Of Instance Name In Function

Aug 1, 2004

I have the following code from a tutorial on Kirupa:

Code:
_root.currMovie = "home";
container.loadMovie(_root.currMovie+".swf");
_root.home.gotoAndStop(2)

[Code]....

As you can see are the button names: home, about, service and contact. This are also the names of the external swf's. But now I have chanced my button names in: btn_home, btn_about, etc. Now is it a little stange to name my external swf's btn_home etc, so how can I substract the prefix btn_ from the buttons so that the externa swf's can keep their normal names? I know it has something to do with substr but I don't know how and where to implement it.

View 3 Replies

ActionScript 2.0 :: Subtract Todays Date From Future Date

Apr 21, 2009

I'm trying to determine the difference in time between todays date and a future date. I only need to determine how many months and days it is between todays date and this future date. Anyone know of any prebaked scripts anywhere for determining what todays date is and subtracting it from the end date would be? [code]So if today's date is less then the end date I'd like to determine how many months and days are left until the end date is reached and display the number of months and days until that end date.

View 1 Replies

ActionScript 3.0 :: Have Another Color Of The Selection?

Mar 1, 2009

how can i have another color of the selection?? i found nothing by using F1.

View 1 Replies

Height Selection Grayed Out

Jun 24, 2009

I am finding that my flash object is not displaying properly in preview or after export. I basically have a long restaurant menu that is 748 wide by 2039 high full of static text.  When I preview/export only the top 3/4 of the text are displayed, the lower end portion is blank.  This text field is layered on top of a background jpg, which lies of top of the stage.  I've made sure the stage's dimension covers exactly everything. My footer shows up properly, as well as the stage itself. Its just the lower portion of texts that is the problem.I should also mention that the height selection is grayed out with this text field I have.  I tried creating a new smaller text field but again, its grayed out.

View 3 Replies







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