ActionScript 2.0 :: Making A Presentation Of Some Projects?

Apr 2, 2009

Basically i am making a presentation of some projects. I have a three button (with movieclips underneath) left handed navigation menu. When I click various buttons, the movieclip underneath it will move right and expand to fill the available content area. Now when I click other buttons, I want the current movieclip that is currently open to reduce in size and return to it's start position, followed but the newly selected movieclip to move right and increase in size.This is what my little brain thinks may work:Somewhere (perhaps on the main stage) you have code like this:

var lastusedmovie = ?? (array, string??)

Then on each of the buttons over the movieclips you have the following code

On(release) {
lastusedmovie.gotoAndPlay(32) // THE FRAME THAT CLOSES THE BOX
then // OR SOMETHING ELSES THAT SAYS DO THIS BIT AFTER THE BOX HAS CLOSED

[code]......

View 1 Replies


Similar Posts:


Flash :: Making A Presentation - Go To Each Button And Do A Hide Each Screen One By One?

Nov 2, 2009

I am making a flash presentation I have buttons on the top presentation that will navigate to differnt slides.The question i have is for each button I have the behaviors set to show the screen I want and hide all of the other screens.I have to go to each button and do a hide each screen one by one, I have about 40 of them. Is there a easy way to do that in bulk. I.E. If i have button 1 I want it to show only screen 1 and hide screens 2-40. Button 2 will show only screen 2 and hide screens 1, 3-40

View 1 Replies

ActionScript 3.0 :: Convert Flash Projects Using Flex Projects?

Sep 6, 2010

I am going to build chart application with Flash Professional CS5 using AS3.0.Is there any possibility to convert this Flash application into Flex by creating movieclips and symbols in runtime in flex.How to do it.

View 1 Replies

Adobe Flex 2 Projects With Same Class Share That Class Between The Two Projects?

Dec 24, 2009

i have several flash projects and i have common classes. is there a way to share these classes between the project so i won't need to copy it to all the project when ever i modify something?

View 2 Replies

Flash :: Silverlight - MVVM - Presentation Model In Flex Vs Presentation Model In Silverlight: Advantages And Disadvantages?

Apr 10, 2011

As it is said here: [URL] "If you do a Google search today for "MVVM and Flex", the first post is by somebody who claims that MVVM is not a good fit for Flex. I couldn't disagree more. Out of the box, the Flex framework makes it much easier to implement a Presentation Model than similar MVVM implementations in Silverlight. That is not to say that there aren't good third-party libraries that make it easier in Silverlight, but without any help, it is easier to do in Flex." So MVVM as LOGICAL CONCEPT can be implemented in both but the way it is implemented in Silverlight requires more Plumbing than Flex.

What prevents Silverlight MVVM to be implemented like Flex ? Doesn't Silverlight have same capability in event system to do the same? If yes why does Silverlight do things more complicated what's the advantages then ? Is it about using Class Interfaces which are more strongly typed? What are the disadvantages also ? For example as for implementing MULTIPLE VIEWS for 1 View-Model does Flex implementation make it also more obvious?

View 2 Replies

Display/using Flash Projects?

Aug 10, 2009

I am having an issue display/using my flash projects. On my computer, or my website. Every time i click on a button in the project this appear's I click settings, and enter the information is says to Once done i than restarted the application/process. No changes occoured. So than what i did was Restart my computer, Stilling having issue.

View 2 Replies

Flex :: Will 4 Work With 3 Projects

May 29, 2010

I can find a version of flex 3 since the release of flex 4. Will flex 4 work with my old project files?

View 1 Replies

ActionScript 3.0 :: CS4 Projects Not Able To Be Viewed In CS3?

Aug 1, 2009

I downloaded CS4 and created several projects, but then the 30 day trial period ended. When I opened up my licensed CS3, and tried to open the projects I created in CS4, they didn't open.I don't understand why Adobe would do this, unless they didn't, ? I can't believe it is not backward compatible?

View 10 Replies

ActionScript 3.0 :: Linked Folder Between Two Projects?

Jul 27, 2009

currently using flex builder 3. I am having trouble setting up linked folders between 2 of my projects.Basically I have a project for a Map Editor, and a project for the Tile Game. I want to share the map folder between the two projects but I keep getting package errors and I don't know how I should nest the folders/projects or where to put the maps or how to import classes from these linked folders.The project folders are currently arranged like this....Flex/Game...Flex/MapEditora maps folder needs to be shared between the two projects

View 1 Replies

ActionScript 3.0 :: Count The Number Of Projects In An Xml?

Feb 19, 2010

This is about my 5th time having trouble with an xml files...

Im trying to count the number of projects in an xml.

[Code]...

View 1 Replies

Professional :: How To Manage Big Flash Projects

Feb 4, 2011

I have a very big proyect completelly developed in FLASX MX PROFESSIONAL 2004. In order to manage it,I have divided the file in several parts. What I want to do now is to connect that parts and compile them as a Whole.

View 12 Replies

Professional :: Changing A Symbol Across Projects?

Oct 7, 2011

I have several related projects. If I pull a symbol from the library of one project into another project, and then modify the symbol, shouldn't the changes appear in the original project too? Or is a new, project-unique symbol auto-created that has the exact same name as the one in the original library?I have a multi-scene cartoon with recurring characters, and would very much like to make modifications as I notice imperfections, and trust that the changes will appear in all instances. Is this possible?

View 1 Replies

Flex :: Compiling Projects With Remote Ant?

Jul 23, 2009

I'm having problems compiling applications with remote ant, something similar to this. However the flex compiler seems to have problems with this. When I run the same script on my local compiles everything without any problems but when I try the remote ant it fails without giving more information.

View 1 Replies

Actionscript 3 :: MXML Projects Using The Flex SDK?

Apr 13, 2010

I found this question, and it mentions the FlashDevelop wiki. However, I couldn't find anything there at all.

Where is a good place to start? I have done some work with MXML projects using the Flex SDK, but never any ActionScript programming.

View 2 Replies

Flash :: Ide - CS5 Projects Panel Totally Gone?

Jun 13, 2010

So, I popped open up Flash CS5 just now, and I couldn't find my projects panel. I was working on a dual screen set up previously, so my windows were everywhere anyways (sans external). I switched over to a smaller screen workspace, and popped opened the projects panel. Oddly enough, the code snippets panel came up instead. So, I switched off the code snippets, and tried again. I've been trying different ways of opening this panel for about 15 minutes, and I'm totally stumped. Some thorough googling didn't present any relevant results, so, StackOverflow, I turn to you. Is this a known issue? is there a secret backdoor way to open this panel?

View 1 Replies

Automating Creation Of Flash / AS3 Projects

Jul 11, 2011

My goal is to make a flash/as3 program that would pull multiple sets of data (images and texts) from the database and compile and save a flash video project for each one. What might be the best way to go about making this work? I checked but wasn't able to find a function that would publish the flash project in it's current state, so I don't think I can execute the entire process in a single flash/as3 file. My only other option is to have some other program/batch file take care of the querying the database and compiling multiple flash/as3 movies by starting up a flash program and passing it the parameters of the data it needs to build 1 complete project for 1 set of data. Is there a program to create .swf files automatically? Is it even possible to pass in init params to flash/as3 project?

View 1 Replies

Air - Debug In Different Flash Projects In One Workspace?

Nov 24, 2011

I'm writing application in Adobe Flash Builder 4.5 using AIR 3 SDK. I want to debug throw swf files which downloaded from the internet.My project consist of:

1. MainProject (Android Mobile app proj)

2. LibFile (flex project)

3. ExtraGame (web app using LibFile).

So, when I build .swf file from LibFile+ExtraGAme, load it from internet and run it from MainProject in different Application domains - I can't debug in ExtraGAme project. So how can I debug such projects?

View 1 Replies

ActionScript 3.0 :: Working With Multiple Projects

Aug 11, 2009

I am working on an educational project where users access multiple interfaces that teach them scientific concepts and I've come to a snag in the best method of developing these interfaces.As they were developed in the last module the format looked like this. Each interface was a separate swf file that contained all needed code, graphics, and a set of fake data for whatever the interface needed. Each revision of the interface is compiled and displayed through meetings or emails where the actual swf file is sent, we do not have a test server nor do we have access to the internet in the rooms where reviews happen. Currently after the final look and interaction is approved all calls to the fake data are modified to either make database calls themselves, or call functions from it's containing swf file once it is loaded.[code]Obviously I haven't gotten it to work but I'm thinking something along those lines. Any suggestions on a method to do this the best. Ultimately I would like to be able to do this for embedding assets as well. For example a font, currently I load fonts from an external file, which means each FLA needs a copy of that font file and at completion all files load the same text file.

View 3 Replies

ActionScript 3.0 :: Projects Outside Of It Taking Up Most Of Time?

Jun 17, 2010

I haven't played around in flash for awhile due to other projects outside of it taking up most of my time, but I'm trying to create a simple 4 digit count-up display that uses a sprite-like movieclip instead of a dynamic text field.

The movieclip has 0-9 layed out vertically and each interval basically shifts the movieclip instance up by 20 pixels. There are 4 instances of the movieclip on stage side by side.

I'm wondering if there is a simpler way to do this other than how I did. I honestly can't wrap my brain around this anymore without going insane, and just wanted to get some other opinions.

[Code]...

View 9 Replies

Record Flash Projects Into Video?

Mar 14, 2009

I'm putting together a portfolio for an interview mon, and I use a portable dvd player to show my 3d animations, but I also want to show a flash game I made and I was wondering whats the best method of showing it.I can't lug my comp in there, and just printing and mounting screenshots seems a waste when I have the dvd player sitting on the table already. I've been trying various desktop recording software, but so far everyone I've tried has horrendous framerate issues, well, not terrible, but not something I wanna show at a job interview.

View 1 Replies

ActionScript 2.0 :: PageFlip For Commercial Projects?

Sep 10, 2006

Can be PageFlip v2.2 by Macc [URL] or the improved version by 76design [URL] used for commercial projects? I havent found under which licence is it distributed :/

View 1 Replies

ActionScript 3.0 :: Save A Symbol For Use In Other Projects?

Mar 3, 2010

ive made a symbol and i want to make instances of it in many projects. ive tried exporting it as an swc but then it wont let me import it to the library, seems to not want to import swcs to the library.

View 2 Replies

ActionScript 3.0 :: Create Projects Without FlashCS Since There Is No Stage?

Oct 10, 2010

My flash trial is about to expire and I cant create actionscropt projects in flashbuilder.I simply create a AS project and copy my AS code from my document class.Nothing happens?how do create AS projects without flashCS since there is no stage like flash.

View 2 Replies

Java :: Can Maven Projects Have Multiple Parents

Oct 28, 2009

we have java and flex projects at work. We currently have 1 base pom that contains the configurations we want to use for both projects. Problem with this is: flex projects inherit configuration for javadoc and pmd for example, which they do not want.

I want to do this a bit more clean and have a real base-pom and then a java-base-pom and a flex-base-pom. But how does this work in a multimodule that has both a flex part and a java part?

We have plugins to our own application where we use the following structure:

my-plugin
my-plugin-client (flex)
my-plugin-server (java)

The my-plugin just contains a pom.xml with section. I would use the my-plugin pom.xml as a parent to both, but then I cannot also use the java base-pom or the flex base-pom also as parent.

View 3 Replies

Flex Builder New Projects With Syntax Errors?

Feb 19, 2010

I'm a junior developer and I'm having some problems with my flex builder 3. Every time I make a new project, flex builder detects syntax errors like:

1084: Syntax error: expecting rightbracket before leftbrace. FotoBeheer line 23
1084: Syntax error: expecting rightbracket before public. FotoBeheer line 22
1084: Syntax error: expecting rightparen before s. DomoticaSystem line 16
1093: Syntax error. DomoticaSystem line 16

Nevertheless, Fotobeheer will run, but any other program just won't even start. Does anybody have any ideas how to solve this problem?

View 1 Replies

Flex :: Set Up Projects That Reference Common Controls?

Mar 30, 2010

I'm not a flash developer, I'm having issues figuring out how I should set up these two projects that I have in Flex Builder.I've already created projA which has a .mxml that references several custom controls & skins from com.xxx.controls within projA.I now have to build projB which also has a .mxml that will create a different .swf. I want to use some of the same controls from projA.I currently build projA through the command line and nant and will need to do the same for projB.

Should I create a new project to move all of the common controls into? How do I then use this library project in both the projects & compile via command?

View 1 Replies

Flash :: Builder Vs Flexbuilder 3 For Actionscript Only Projects

Apr 5, 2010

Right now Flexbuilder 3 is my editor of choice for all as3, xml ,js editing. I'm not 100% convinced that I need to upgrade to FlashBuilder. Also early betas seemed a bit sluggish compared to Flexbuilder3. Does anyone who has made the upgrade have any convincing reasons? Was it worth it?

View 1 Replies

Flex :: Who Uses IntelliJ For Real Commercial Projects

Jul 6, 2010

Just a simple question: Would you prefer IntelliJ? If so, what are the Pro- and Cons?

View 2 Replies

Flex :: Generate Dependency Graph Of All Projects

Apr 14, 2011

Is there a known app (demo or otherwise) to generate a dependency graph of all projects linked to a given project. Typically these dependencies are seen in the Eclipse-->Flex Project-->Properties-->Flex Build Path. Graph is expected to funnel thru' all the way into these dependencies until the leaf has none.

View 1 Replies

Use Latest Maven To Build Flex Projects?

Nov 22, 2011

Currently, I'm trying to use latest maven to build flex projects in IntelliJ-Idea. But have no success.What is the best way to do it?

View 1 Replies







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