| Thread | Last Post | Replies |
|
| How do you get an object to move away from the middle of the screen | 24 Jul 2008 01:48 GMT | 5 |
I have a game where a character moves with the arrow keys. I need the character to move away form the center of the screen when I hit the up arrow. How do I do this?
|
| Loading SWFs from subfolders | 24 Jul 2008 01:31 GMT | 4 |
I have one MAIN FOLDER with 6 SUBFOLDERS (A,B,C,D,E,F) The path is C:\\My Documents\\Main_Folder\\Subfolders\\ Here is the structure MAIN FOLDER (inside I have six subfolders plus the Main_Template flash movie)
|
| dynamically position button with action inside | 24 Jul 2008 00:53 GMT | 1 |
I have 100 button icon, when flash program runs, how to dynamically choose button i want and put it on canvas using action script? for example, when user choose computer - all icon button related to computer will get put on canvas ... etc
|
| auto hide (movie clip) task bar | 23 Jul 2008 23:27 GMT | 3 |
How do I make a auto hide task bar (which is a movie clip)? auto hide bar similar to windows task bar, when move mouse to bottom of screen, the task bar come up, else task bar auto hide. http://www.oniva.com/upload/1356/hide.jpg
|
| Variables in different timelines | 23 Jul 2008 21:56 GMT | 1 |
If I define a variable in the main timeline, can I modify its value in another timeline (i.e. inside a movieclip timeline)? If, so how do I call on this variable from within a movieclip's timeline? Thanks.
|
| HTML with image and Flash | 23 Jul 2008 17:58 GMT | 6 |
Hi, I have a Flash file with the following code in it: // Create a new style sheet object and set styles for it. var styles:TextField.StyleSheet = new TextField.StyleSheet (); styles.setStyle ("html",{fontFamily:'Arial,Helvetica,sans-serif',
|
| Timer Loading swf | 23 Jul 2008 17:37 GMT | 1 |
Hey Guys, I'm trying to reduce the size of my header swf file by breaking the animation down into swf and then loading them external. I know how to load files using load Movie on enterframe or button click. However, is there a way to load them
|
| variable | 23 Jul 2008 16:50 GMT | 5 |
okay, im making a simple click the ball minigame and I have it scripted but the problem is that the variable doesnt increase by one with each click but the first time you click it it'll turn to 1 the second 11 the third 111 the script is
|
| Exporting a .dir file and importing to a .fla | 23 Jul 2008 13:06 GMT | 1 |
Is there a way to export a .dir file thats compatible with flash? I have a few games/animations made with director MX that I need to import into flash but I'm not sure how to go about doing this. Maybe I'm missing something but does Director MX export to a Swf?
|
| arrays in text fields | 23 Jul 2008 12:54 GMT | 2 |
Issue 1: I've got an array... [b]var a1:Array = [1,2,3,4,5][/b]... that I'd like to display in a dynamic text field like so: [b]1
|
| Windows Projector (.exe) File | 23 Jul 2008 10:40 GMT | 1 |
I am hoping this issue I have can be resolved with AS. I have created a CD autoplay slash screen in flash, where the user can select to install an application, browse the CD drive and read the readme file. My issue is that when the user select the install button, the system ...
|
| Executing code after a certain frame | 23 Jul 2008 06:51 GMT | 9 |
I am trying to get my MC to move on frame by frame from a particular starting frame in the movie. Anything below the stated frame I don't want anything to happen. I've tried this if (this._currentframe >= 6 )
|
| how do you make an object move away from its registration point | 23 Jul 2008 03:12 GMT | 2 |
How do you make an object move away from its registration point using actionscript. Is it possible? Thanks for helping, Rick Ryan
|
| ColorMatrixFilter external loaded image browser problem | 23 Jul 2008 00:37 GMT | 8 |
hey there, I have a flash file where I load up external images and change their color (hue, brightness etc) using the ColorMatrixFilter. This works great when i test it in Flash but as soon as I put it in a browser
|
| resize stage bigger to fit loadMovie? | 23 Jul 2008 00:04 GMT | 3 |
I have a file called "index.swf" which has dimension 800(w) x 600(h). It has a navigation bar and also an empty clip (contentclip) that has size 800 x 500. In dreamweaver I have defined the dimension of index.swf as its default dimension 800 x 600. It works fine when I try to ...
|