Ask a Question related to Adobe Flash, Flex & Director, Design and Development.
-
CheyenneWay webforumsuser@macromedia.com #1
animation "open" onPress( animation "close" ) go to Frame "myFrame"
I have searched hi and low for the answer and nothing has helped me as of yet.
My Main timeline is sectioned off by keyframes that are 10 frames apart. In each keyframe section i have a dedicated section of my website. ie, home, about, contact, calender...
The main timeline hase all the navigation buttons on it and each one is set up to go to the desired sectinos (frame label) via this actionscript:
(button on maintimeline)
on(release){
gotoAndStop("myFrameLabel" );
}
My problem is that I have a transtion that closes the information window via this actionscript: (button on maintimeline)
on(Press){
_root.mcMine.back = true;
}
//then i want it to go to the Frame Label or in other words my different website sections.
this is the actionscript that is on the first mc that the user sees
onClipEvent (enterFrame) {
if (back) prevFrame();
}
but the user does not see the closing animation and just sees the new section. I just want the user to be able to press a button of their choosing and see the Closing window animation then see the section that they have chosen.
ive honestly searched for three days in forums and have seen nothing specific towards my delima. I apologize if this is a repost but have no where else to turn to.
CheyenneWay webforumsuser@macromedia.com Guest
-
Proj cannot run on LCDS 2.6 ES due to "Unable to resolveresource bundle "datamanagement" for locale "en_US"
hi, all, We have developped an application on Flex Build 3 (run successfully), but failed when we try to deploy it on Tomcat with LCDS 2.5 ES... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
#26162 [Opn->Bgs]: $a="0abcdefg";if ($a==0) echo "OK"; result is "OK" ?!
ID: 26162 Updated by: didou@php.net Reported By: zhuminglun at yahoo dot com dot cn -Status: Open +Status: ... -
dr("field").toString returns "400.0000" instead of "400"
I have just installed VS.NET 2003 on my computer. I have a project that I have been developing on VS.NET 2002. I haven't upgraded this project to... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your...



Reply With Quote

