ActionScript 2.0 :: Remember A Selected State On Frame 5?

Nov 6, 2006

i'm trying to remember a selected state on frame 5 and when i return back to that frame i want it to still be selected. here is my code so far:

Code:
var back:Object = new Object();
back.click = function(oEvent:Object) {
oEvent.target.selected = oEvent.target.selected;
};
q1.addEventListener("click", back);

i know its probably a little bit wrong but yeh i have this code on my back button in frame 20.

View 1 Replies


Similar Posts:


Flash - Getting Togglebutton Remember State?

Sep 26, 2011

In AIR, I'm create a nativewindow component that will generate a set of togglebutton, as each time the code below is run whether I open a nativewindow, the togglebutton will be reset to the default state. How do I make the state persistent?

for(var i:int=0;i<10;++)
toggbtn.label = "Power "+1;
stage.addElement(toggbtn);
}

View 1 Replies

ActionScript 2.0 :: Making A Flash Menu (powered Through XML ) Remember The Selected Page?

Jun 19, 2009

I am using xml to create my flash menu . Now , i want that when i open a link it should remain highlighted , but right now the menu just refreshes on the next page. I am attaching the file . Attachment not working here is the link = [URL]

View 1 Replies

ActionScript 2.0 :: Remember Which Frame Was From?

Dec 3, 2010

I want to let the button remember the previous frame where I was from:

For example , btn.onPress = function (){go to the previous frame I was from}

View 5 Replies

ActionScript 2.0 :: SwfAddress Deep Linking & Button Selected State & Transition

Jun 17, 2010

I have my test site at alenelias.com/home2.html and I'm using an old AS2 class for the buttons to do the up, over, hover, selected states.When you click the back button on the browser, the selected state doesn't change and I can't figure out how to fix this and it is the most important problem here.The title of the pages has the forward slashes as well and tried to change it with no luck.And third if I keep clicking back, once I reach the intro page (loader in a different scene), if I press forward, the url changes but the page does not. Not a huge deal but would love to solve that as well.I recently looked at a form (blog.deconcept.com/2006/10/25/swfaddress/) and noticed this url spirituc.com which is very similar to my site but has the problem(s) fixed.URL...

View 0 Replies

Flex :: Toggling States - When Other Item Is Selected The First Item Does Not Change Its State?

Apr 26, 2011

I have used states in my application.The thing is I have made the first item in my list to be selected. so I gave like this,

if(itemIndex == 0)
this.currentState="selected";

this works fine.The problem is when other item is selected the first item does not change its state,it remains in the selected state until its clicked.My code looks like this,

<s:BorderContainer id="outerCont" width="275" height="100" borderVisible="false"
backgroundColor.normal="#3D3C3C" backgroundAlpha.selected="0.1"
backgroundColor.selected="{data.color}">

My states are like this,

<s:states>
<s:State name="normal" />
<s:State name="hovered" />[code]........

View 1 Replies

IDE :: When Button1 Is Selected GotoAndPlay(58) For Frame 58?

Apr 16, 2009

Now what im trying to do is add a gotoAndPlay(); to a button.

Now the old way of selecting the button then actions doesnt work.

How would i when button1 is selected gotoAndPlay(58) for frame 58?

View 2 Replies

Have Multiple Buttons On A Frame Selected Sequentially?

Mar 15, 2012

How do I code AS 3.0 to have multiple buttons on a frame selected sequentially? I have on frame with 4 buttons programmed to go to a specif frame when clicked. However, I want the buttons selected selected sequentially, so a user can not just click the last button and be finished with the CBT.

View 3 Replies

ActionScript 3.0 :: Music Starting Once Frame Is Selected?

Nov 30, 2008

I'm making a platform game at the moment with each levelinside a frame. For the background music I was going to embed thesound sound file in the library and whenever the app moves to a newframe on the timeline new music will play. It needs to be on eachframe as each level of the application is a frame itself.So for example

Frame 2 = Level 1 Plays, BackgroundMusic runs
Frame 3 = Level 2 Plays, Stop Music 1, and Play
BackgroundMusic2

[code]........

View 7 Replies

ActionScript 2.0 :: Stopping A Movie On A Selected Frame

Sep 18, 2003

i can't figure out how to do this... ok, here's what i need. i have a movieclip that plays, (its bars on a motion guide) and i want it, depending on a variable to play to a certain frame. so, lets say the variable = 1 then i would want it to play until it got to frame 15 then stop, if the variable = 2 then i would want it to play until it got to 30.

View 3 Replies

ActionScript 3.0 :: Save State Of All Movieclips On Frame

Oct 2, 2011

How can I simply use an array or something to save the current frame of all the child movieclips so when I change the frame and then go back, they don't start on the first frame again? It is a very simple question, but I have a feeling that it is going to be super hard to implement.

View 1 Replies

ActionScript 2.0 :: CS3 Caching Last Frame State And Audio Position

Apr 30, 2009

Back in 2007 I was using a script that allowed me to store in the browser's cache a specific frame, so that when I navigated through different static html pages, it would remember to not "load" (if you will) the first half of the movie.

I am working on a site that has flash elements, one being an audio player, another being popup navigation.

Does anyone have or know of a script that will allow me to do two things:

1) remember a position page-to-page via browser caching (so the navigation won't pop up every time)

2) allow the audio player to remember its last position and whether it was muted or not.

This is what I am using to pause/play the audio:

Code:
var mySound:Sound = new Sound();
mySound.attachSound("track1");
mySound.start();

[Code]....

View 1 Replies

ActionScript 3.0 :: Have The Flash Cs4 Preview Display Child Movie At A Selected Frame?

Mar 31, 2009

The only thing that has me puzzled is the preview field. Basically i have a background which is a movie clip, it basically transforms from the loader to the background (over 70 frames).

is there a way to have the preview field for the root movie display a child movie at a frame other than frame 1? At the moment it looks like this: [URL]

But i'm wanting it to look like this: [URL]

It would help or positioning other items if i had the background displayed how it will actually be?

View 2 Replies

ActionScript 2.0 :: Change Movieclip Buttons State When Timeline Reaches A Certain Frame?

Nov 18, 2009

I have a menu with 4 movieclip buttons (movieclips that act as buttons) that when pressed make the timeline jump to a certain frame. The mc buttons have both "onrollover" and "selected" states. However the timeline also moves on its own, even if no button is pressed.

I need the buttons to assume the "selected" state when the timeline reaches a specific frame (as if the button had been pressed to make the timeline jump there). But I can't figure out how to do it althought I think it must be quite simple.

This is the code I'm using (controls the buttons and its on the first frame of the main timeline)

------------------------------------------------------------------------
// create an array of all nav buttons in group
var groupinfo:Array = [birds, bears, bats, bunnies];
// create constants to define start and stop of fadein and fadeout sequences
// (fadeout should be exactly the same sequence as fadein, in reverse frame order)

[Code].....

View 1 Replies

ActionScript 2.0 :: Making A Movie Clip Goto A Different Frame When An Item On A List Box Is Selected

Dec 22, 2009

I am having problems making a movie clip goto a different frame when an item on a list box is selected. Here is my code

list.getSelectedItem().label;
_root.onEnterFrame=function(){
if(list=="2"){
mc.gotoAndStop(2);
}else
mc.gotoAndStop(1);
}

View 1 Replies

ActionScript 3.0 :: Tweens - Get The Previous Image / Piece Of Work To Fade Out Before Jumping To The Selected Key Frame

Oct 19, 2009

I curenttly making a simple online portfolio using flash (as3). Each piece of work i'm displaying resides within a mc on the main time line, and within that each piece of my work lives in its own keyframe, so the site has a basic 'mc.gotoandstop("label")' navigation. I can get my images to fade in using a AS tween, but I want to get the previous image/piece of work to fade out before jumping to the selected key frame and fading in the selected work. Currently, the innards of my button function reads something like:

tween (fadeout)
gotoandstop
tween (fade in)

but this clearly not the right way to go about it? Is there a way of putting slight delay after the fade out tween in the function? To let it fully fade out before fading in the new work?

View 3 Replies

ActionScript 1/2 :: SOS: Change Color Of Selected Menu Item Button If Selected

May 19, 2010

I have a menu with many sub menus. I need to change the color of the selected button and then move on to the sub menu. My menu is horizontal and now it's not obvious the path that you follow.

View 2 Replies

Flex :: Disable Selected Columns In A Datagrid In It For Selected Rows?

Nov 6, 2009

Is there any way to disable a few columns for a particular row in flex datagrid?

I have a datagrid with about 10 or more columns, say for example a few column names are: Item Id, Item Name, Item Status and VerifiedState. Initially I want the column Verified State to be disabled.

Now When the value of the column, Item Status is Review Passed for a particular row, I want the column VerifiedState to be enabled and editable. Is that possible in Flex datagrid.

View 2 Replies

ActionScript 1/2 :: Dynamic InstanceName - Link The State Id's In The Xml Record To The State MovieClips That Make Up The Map?

May 12, 2009

I have a flash map that contains 51 movieClips, one for each state.Sample instanceName for a state (Alabama) would be: S_01
 
I have a XML record that contains specific info for each state.<stateID>01</stateID
 
I am trying to link the stateID's in the XML record to the state movieClips that make up the map.var stateInstanceName = 'S_' + stateID;
 
I was just trying to do a simple trace command to see if I could pull the _width of each state clip to see if I was linked up:
 
trace(mapInstance.stateInstanceName._width)

View 7 Replies

ActionScript 3.0 :: Flex - Loading Page As One State And The Main Application Design In Another State?

Apr 9, 2011

It's my understanding that view states can be useful when switching the layout of design elements. Such as, a loading page as one state and the main application design in another state. Is this the correct use of them? Additionally, I have a label in State1 and I cannot figure out how to access that label via actionscript. labelID.text = "New Text"; is not working.

View 2 Replies

Actionscript 3 :: Adding A Rollover State To A Spark Button When State Is Disabled?

Apr 14, 2011

I need to add a rollover effect to the disabled state of a Spark button. This way, users can rollover the button and know why the button is disabled.I think I would have to override ButtonBase's getCurrentSkinState. Is there anyway to test if a mouse cursor is over a disabled button?

View 1 Replies

Flex :: Get State Group / Actual State Object For Current?

Mar 30, 2012

I'm using Flex 4.5 and trying to take advantage of the new state groups feature. I have two States (call them readType1 and readType2) that both belong to the same stateGroup (call it readOnly). There are several places where I'd like to do something based on the current state, and it would be the same thing for the two read states. [code]...

View 1 Replies

Flex :: Set Size Of State After Moved Child State Using AIR?

Jul 25, 2009

In my air project i used current state size is width="441" height="358" . i have link button like Singin then move to singin state (currentstate='singin')

<mx:State name="signin">
<mx:SetProperty name="height" value="616"/>
<mx:SetProperty name="width" value="919"/>

So application resize into 616,919 . After that function finished move to current state like(currentstate='') But size not be changed . How can i set the size for current state?

View 1 Replies

Flex :: Fade All The Elements Of The Next State When Transitioning From Any State?

Jan 27, 2010

I want to fade all the elements of the next state when transitioning from any state.I tried different things but I can't get it to work. And I don't want to manually add transitions for every state.

Something like:

<s:Transition fromState="*" toState="*">
<s:Fade target="*" duration="500" />
</s:Transition>

View 2 Replies

Flex :: Creating State Children Before Switching To State

Mar 25, 2010

In my view I have a welcome screen:

[Code]...

Which is a pretty small component and I have panelContainer:

[Code]...

Whilst the user is reading the warm and fuzzy welcome note in the welcome state I want to be creating the big expensive panels state so taht when we switch there is no delay. Before the panels state is set panelView is null but I presume there must be an IDefferredInstance floating around somewhere that I can use to kick off the creation of the view. How can I get hold of it?

View 1 Replies

ActionScript 3.0 :: Make One Sound On The Over State And A Different One On The Down State?

Oct 4, 2008

I am trying to get converted to Actionscript 3 from AS2.In old versions of flash, you simply placed the sound in a keyframe inside the button on the over or down state. Worked fine, but not anymore.I guess the sound must be set up with actionscript and a listener.I understand linkage. how to make one sound on the over state and a different one on the down state?

View 4 Replies

ActionScript 3.0 :: Sharedobject To Remember For The Day?

Feb 16, 2009

i need to stop a flv from playing again until the next day ( needs to be AS3).

View 2 Replies

Flash :: Access State In Flex "Current State" From Movie Clip?

Sep 3, 2011

i curious how to access state in flex "Current State" from flash movie clip??..so far i make movie clip in flash and it has button inside with name " button" and i put this flash file into flex in "state 1" flex application..i want to make event handler for "button" that trigger changing state from "state 1" to "state 2" in flex application..and in flex application i do not write anything because i have no idea how to deal with this stuff..

View 1 Replies

ActionScript 1/2 :: Button Can Remember Pressed

Apr 20, 2009

i have designed button which will  change position after press on it i have used the script :button1.onPress=function(){button1._y=-300;action1._y=110;}that is working but the problem is whenever i give a link to it like go to another frame or go for some url. it work but after comming back to its previous stage it shows no difference that means i need a button which will indicate that it have been pressed.

View 1 Replies

Flash :: Sharedobject Don't Remember Data?

Sep 27, 2011

I have this code for sharedobject:

var mySharedObject = SharedObject.getLocal("republicofcode");
mySharedObject.data.clientID = my_vars.clientID;
mySharedObject.data.question = my_vars.question;

[code].....

View 1 Replies







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