Flash :: Creating Menus In Adobe Flex

Jul 9, 2011

I am working on a game in flex, and I am trying to figure out how to create menus in the game. I am was thinking it would be easy just to add and remove a child for the menu, but then it would be a pain to make interactive.I am trying to do both a pop up menu and an always on screen menu, like a bottom menu bar, so if anyone has any ideas please let me know. I am completely new to flash and flex and don't really know where to start past making the actual game.

View 2 Replies


Similar Posts:


Creating Drop-down Menus For Flash With Haxe?

Mar 13, 2012

What are the common ways of creating drop-down menus for Flash with Haxe?

I've used a variety of "drop-down" menus:

drag-and-drop "combo boxes" in C# Forms
<select> in HTML
UIPickers in iOS

Now I'd like to create something similar in Flash. Note I'm not using Flex per requirements that are out my control.

I'm quite new to Flash. So far it looks like I'll extend Sprite and perhaps use some HTML/CSS for styling.

View 1 Replies

ActionScript 3.0 :: Creating Efficient Menus ?

Aug 16, 2010

I'm designing the UI for my level editor and I found managing multiple menus and buttons can become complex and annoying to program for every single situation and for every single button. Which as you can imagine it becomes tedious.Imagine you have 2 buttons both of them open drop down menu's when clicked but I only want to have one menu open at any time.To further complicated the situation in one of the drop down menu's there is a button that when clicked it'll open a further sub-menu in place of the previous one.Here is how I've gone about programming such a situation.

PHP Code: [code]....

I want to open menu 1:

checks if any menus are open

if so close them and open menu 1...

...and so on for every menu further multiplying the amount of programming every time I add a new menu. I have to go back to the buttons that open all other menus and program for the occurrence that, the new menu may be open.I was thinking some kind of function could handle all the menu's but my brain is to frazzled to think.

View 3 Replies

ActionScript 3.0 :: Creating Menus From Scratch ... Load

Mar 14, 2011

I have started learning about flash about 3 years ago, I had a shot at making a small application for my boss' website and that went down well... but since this first feeling of flash, this technology has evolved rather quickly. I used to write my scripts in AS 2.0, now AS 3.0 has come with a bunch of new stuff like event listeners and such. I have tried to catch up for the past two weeks but I kind of lack some training on all the new stuff added to or changed in AS 3.0.

So to come to the problem, I have tried to make a pretty simple menu from scratch, I wanted it dynamic so I took advantage of reading data in an xml file. I have created buttons but figured that movie clips were actually more flexible so I went down this way and it kind of works except that when i click one of my buttons, the button_down state works once but not twice, it stays as the button_over state even if i click repeatedly. My script is quite ugly as I could not figure out how to loop the creation of my menu buttons from a single set of movie clips (one for the up state, one for the over state and one for the down/clicked state).

View 0 Replies

Flex :: Creating A Adobe Air Custom Statusbar

Apr 27, 2011

I've been looking for some examples on creating a custom statusbar for an AIR application, but haven't found anything really useful. That was until I started looking around in the Tour de Flex AIR app for an example, and it was right there (part of the app itself). Would anyone have some suggestions on replicating this statusbar. The trouble I'm having is that I cannot seem to get the value of a dynamic variable to display. I'm attempting to display the current user.

View 2 Replies

Database :: Flex - Creating Multiple Tables In Adobe Air

Nov 30, 2011

I want to create 2 tables in a single adobe air database. I am using Adobe flash builder with the import flash.data.*;
I tried initializing the statement below. it give me the error on creating the second table. Do I have to use other API so that

private function db_opened(e:SQLEvent):void {
sqls.sqlConnection = sqlc;
sqls.text = "CREATE TABLE IF NOT EXISTS test_table ( id INTEGER PRIMARY KEY AUTOINCREMENT, first_name TEXT, last_name TEXT);";
sqls.execute();
[Code] .....

ERROR
Error: Error #3106: Property cannot be changed while SQLStatement.executing is true.
at Error$/throwError()
at flash.data::SQLStatement/set text()

View 1 Replies

Flex :: Start Creating Voice Chat Application Using Adobe And Red5?

May 5, 2011

I will create a voice chat application with Adobe Flex and I want use the opensource Red5 as a server.But, I confuse how to start it. it's possible just use NetStream and NetConnection?

View 1 Replies

Actionscript 3.0 :: Xml Accordion Menu That Has Main Menus / Sub Menus Buttons With A Mask

Feb 3, 2009

I'm trying to create an xml accordion menu that has main menus and a sub menus buttons (movieClips) revealed with a mask. Simple question, How do I stop the mask area which reveals the sub menus catching mouseEvents on the submenus?The main menu button is a movieClip, it has the mask sprite attached to it as a property so it can scale dynamically to reveal the subMenus. They are set as children of the main menu button container. In my code I've set mainMenu.mouseChildern = true. But when the mainMenu is clicked I change mouseEnabeled = false to help prevent the main menu receiving events. This helps on rollOver rollOut events, but when I click or mouseDown on the subMenu the mask catches the event also and activates the main menu again. I've tried the obvious mask.mouseEnabled = false; mask.mouseChildern = false; mask.hitArea = null; and even setting mask.alpha = 0 but this has no effect at all.

I don't understand why the mask has to extend the hitArea property of the mainMenu and why this can't be set to null. It also seems crazy that when mouseChildren = true the parent clip also has to receive notice of the event.

View 2 Replies

Flash :: Creating .as Files With Adobe AIR?

Aug 23, 2010

Is it possible to write text using Adobe AIR so that I can save it as an actionscript class file?

I want to generate my own classes using air, I just have not found anything that explains how I can save say a text file as a .as file.

View 2 Replies

Adobe :: Useful To Use After Effects When Creating A Flash Game?

May 12, 2010

Well, the title said everything, I saw some very nice effects using After Effects, but I want to apply those to a Flash game.. will it be useful?, or After Effects only works on cut scenes, animations, etc?

View 1 Replies

Flash :: Creating A Custom File Format For Adobe Air?

Feb 16, 2010

I'm just starting out with my first Adobe Air project (I'm a pure AS3 developer by trade).I'm planning to build an image editor which supports layers. I'm wondering what the best way would be to store an entire project including layer data (images) to a users hard disk.I'm wondering if there is any pros/cons in creating a custom file format for my application. The idea is I will be able to store an entire project in a single file. This will be done by writing meta data to the file's header such as the image dimensions, layer names, layer data offsets etc...I'm trying to be mindful of the issues which might arrise such as maintaining backwards compatibility after adding new project features/meta etc.I guess I'm asking whether people have any advice or experience with creating a custom file format for Adobe Air and if there are any other 'out-of-the-box' solutions to saving 'complex' data to a users hard disk.

View 2 Replies

Actionscript 3 :: Adobe Flash Error Creating Flash Movie File Destination Directory Doesn't Exist?

Mar 20, 2011

I am working through an audio player demonstration in the book "Foundation Actionscript 3.0". When I try to publish my AudioDemo_final.FLA file I get the following error, "Adobe Flash CS3 - Error creating flash movie file. Destination directory does not exist. Change your publish settings."The following is displayed in my output panel >> Error opening URL 'file:///C|/Sites/flashcoder.net/FAS3/Audio/AudioDemo%5Ffinal.swf'My file directory is set up like this:AudioDemo_final.flasong1.mp3com.fas3.smc (folder)Main.asSounds.as

View 2 Replies

Flex :: Dynamically Create Axis Via ActionScript In Adobe Flex Charting Library; Adobe Bug?

Mar 21, 2011

Multiple axis creation via MXML works fine:
http:[url]...

But when I'm trying dynamically create horizontal and vertical axis then I'm getting extra axes. I believe this is Adobe bug. How I can fix this behavior?

<?xml version="1.0" encoding="utf-8"?>
<s:Application
minHeight="600"[code].....

View 2 Replies

Flex :: TabNavigator - Gap Between The Top Of The List And The Bottom Of The Tab Menus?

Oct 23, 2011

Apologies for the rookie Q - trying to learn Flex/Actionscript and just having some basic layout issues. (Using FlashBuilder 4, with Flex 4.5 HERO SDK) I have a TitleWindow, and have embedded a mx:TabNavigator within it. I have then placed a list within the first tab and set its width/height to 100% However, there appears to be a gap between the top of the list, and the bottom of the tab menus. Why is this happening and what is the best way to ensure the top of the list aligns up flush with the top of the VBox?

[Code]...

View 1 Replies

Jquery :: Any Gui Visual Editor That Use Javascript/jquery For Creating Animations Like Adobe Flash?

Jan 10, 2012

I am a web designer and I do like to hand code using jquery however, I think it would be much faster to use gui applications like flash to create animations especially on the fly as well as support for writing and editing source code.

View 1 Replies

ActionScript 3.0 :: Creating A New File With The Use Of Adobe AIR?

May 2, 2010

Is the only way to create new files with AS3/Flash CS3 is with the use of Adobe AIR? or can you do this without using that?I'm trying to do this with a standalone desktop application, NOT a web-based application.I've spent most of the day searching google, and most of the results I've found were from 2006 and earlier and people used the fscommand function, but this seems to be obsolete now. There was one result I saw that mentioned that you would have to have Adobe AIR installed to do file manipulations and save/append to files, but I'm just wondering if there are other options now.

View 6 Replies

ActionScript 3.0 :: Programmatically Detecting Between Adobe Air And Adobe Flex?

Feb 12, 2010

I have some shared code between an Adobe AIR App and an Adobe Flex App.

On one line of this code, the program must behave differently depending on if it is running within the Air runtime, or the Flex runtime.

How can I programmatically detect the difference?

View 1 Replies

Professional :: Creating Adobe Store For IPhone

May 21, 2010

Let's discuss about sell iPhone apps in an independent store, it is not crazy at all. If Apple denies us the right to choose the platform to develop apps, we can choose where to sell those apps. We cannot develop in Windows. Now Adobe gave us a solution. Now Apple doesn't allow to develop in Flash. Lets get together on this. All of we (a big WE) owe Adobe our support. Also MAC users do.

View 1 Replies

Flex :: Use Adobe Flash Or Flex For Action Scripting?

Jun 1, 2010

I am using flex. But i find it hard.Should i use Adobe flash so that i can insert the components by drag and drop

View 1 Replies

Asp.net :: Mvc 2 - Swf Flash Sits Over Top Of Menus?

Jan 9, 2011

I have a swf file that my graphics designer has created for me that is placed on my intro page of my asp.net mvc website. The problem is that when the site is viewed with Internet Explorer (works as it should in firefox) the flash image sits over the top of my dropdown sub menu's (menu's at top of page that when user hovers mouse over they expand a sub menu).

[Code]...

View 1 Replies

IDE :: Add Drop Down Menus In Flash?

Feb 19, 2011

a friend of mine wants me to change up his flash website template a bit. He has a horizontal navigation bar at the top with links but he wants me to change them into drop down menus so he can have additional links, I have the original fla files and everything too.

View 2 Replies

Professional :: Add Drop Down Menus In Flash?

Feb 19, 2011

Anyways a friend of mine wants me to change up his flash website template a bit. He has a horizontal navigation bar at the top with links but he wants me to change them into drop down menus so he can have additional links, I have the original fla files and everything too.

View 1 Replies

Flash :: CSS Menus Hidden Behind Iframe?

Dec 8, 2010

my css drop down menu is hidden behind a flash element I have on my site. I have tried changing the z index but still nothing. Please help.... here is the page.[URL]..

View 3 Replies

ActionScript 2.0 :: Set Up Drop Down (or Pop Up) Menus In Flash?

Apr 13, 2011

how to set up drop down (or pop up) menus in flash? I've tried several and get stuck at various points.

View 1 Replies

Flex :: Adobe Flash Is It Possible To Use?

Aug 12, 2011

There is Flash Builder product by Adobe Flash.Is it possible to use Adobe Flash product as Flash Builder when working with FLEX SDK? Have you the experience?

View 2 Replies

Flash :: Transparent PNG Background + Hover Div Menus + IE

Apr 23, 2009

I'm working on [URL] and I'm having problems with the semi-transparent png backgrounds when I embed flash into the page, but only in Internet Explorer. See attached. notice how the semi-trans white seems to fade out away from the top left in the drop down, and in the 5-pixel border encircled. On pages without flash, it's fine. In Firefox, Safari, it's fine. I tried using the Unit PNG fix, and that made the image backgrounds look perfect, but then my drop-down hover menus became buggy, i.e. they would hide if you moused over link text in the menu and then moved back into the white empty space in the menu. Argh. I'm running IE 8.0.7077.0, Firefox 3.0.9, on Windows 7 build 7077 x64

View 1 Replies

ActionScript 1/2 :: Make Drop-up Menus In Flash?

Sep 7, 2009

How to make drop-up menus in Flash using AS-2?, i am new in actionscript..

So, as normal, the widget draws a menu like this: Module     Lesson 1 Lesson 2 Lesson 3

but I want it to appear like:

Lesson 3 Lesson 2 Lesson 1 Module

I want the menu items to spring upwards above the menu rather than downwards below it!

View 3 Replies

ActionScript 3.0 :: Make Drop-up Menus In Flash ?

Sep 7, 2009

How to make drop-up menus in Flash using AS-2?, i am new in actionscript..

So, as normal, the widget draws a menu like this: Module     Lesson 1 Lesson 2 Lesson 3

but I want it to appear like:

Lesson 3 Lesson 2 Lesson 1 Module
 
Like this - [URL]

I want the menu items to spring upwards above the menu rather than downwards below it!

View 1 Replies

ActionScript 2.0 :: Custom Context Menus In Flash?

May 28, 2010

how to create a custome context menu (right click menu) in Flash?If it's not possible, wouldn't it be a good idea for Macromedia to put some kind of event or something in there?

View 2 Replies

Dropdown Menus Appearing Behind Flash Video?

Dec 31, 2010

My drop down menus are appearing behind my flash videos (JW Player) in Chrome and Internet Explorer. The problem does not occur in FireFox and Safari.changing the wmode and the z-index of the nav and video, with no success.

View 2 Replies







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