| Thread | Last Post | Replies |
|
| Please help | 30 Apr 2005 23:30 GMT | 1 |
Hello guys! I am a beginner in Flash and i need to know how can i play a swf movie from another swf movie what is the command and the parameters.This is very important to me,if you can help me i'd be very happy. deleriumspeck@yahoo.com if you
|
| Math | 30 Apr 2005 22:51 GMT | 5 |
Flash isn't giving me real values when using sine, cosine, ect. In basic you use # on variables, and I tired Math.abs( ), but didnt help. Any idea.why(?)
|
| Combo Box only accessible once | 30 Apr 2005 22:27 GMT | 1 |
I have an action script that looks at year, month and day entries, some of which may be chosen from Combo Boxes. The first time the script calls month.getSelectedIndex() the correct index of a selected entry is returned. Further calls return nothing (null string), whether the ...
|
| Buttons not working in the loaded movie | 30 Apr 2005 21:44 GMT | 2 |
I am new to actionscript. I am now working on my first frash website. I have created several separate .swf movie which will load to the main movie when buttons are clicked. Although the moive was loaded properly, nothing happened when I clicked the buttons inside it.
|
| Swift 3D | 30 Apr 2005 21:40 GMT | 2 |
Can anybody tell me where can I get a free trial version of Swift 3D, from which websites, help me.
|
| placement of scripts for scrolling | 30 Apr 2005 21:25 GMT | 1 |
i'm having trouble figuring out where to place a script for scrolling a movie clip behind a mask. i know how to make a pair of buttons scroll a movie clip up and down behind a mask if they're all on the main stage. but in this case, both the buttons and the clip that i want to ...
|
| 1=a 2=b 3=c.... | 30 Apr 2005 19:14 GMT | 3 |
i want to randomly genorate letters from numbers i figured it would be easy with if (count == 1, true) { count = a; }
|
| myFunction.apply() issues... can anybody tell me what I'm doing wrong? | 30 Apr 2005 18:32 GMT | 1 |
I'm using the Function.apply() method to send a dynamic number of arguments to another function, and i'm running into much frustration.... it seems, whenever I send an argument, it will trace the argument, but execute nothing else inside the function, but... if the argument is ...
|
| parent node : tree component | 30 Apr 2005 16:56 GMT | 1 |
How do I find the parent node of a selected tree component item? For example, say I selected item 2: -itemA -----item1
|
| Odd loadMovie error | 30 Apr 2005 15:56 GMT | 1 |
My main movie clip has a frame script in its _root timeline that loads an external flash movie into an empty mc which is also on the _root timeline. I have a button that is nested inside of a menu movie clip which is also on the _root timeline, and has the following code:
|
| Array duplication? | 30 Apr 2005 15:12 GMT | 7 |
how can I duplicate an existing array? If I do: bufferTmp = buffer; being buffer an array, bufferTmp contains a reference to the same array not a copy TIA,
|
| Button with geturl load automatically | 30 Apr 2005 14:53 GMT | 1 |
I edit a free web flash deploying menu to fit my web site. I have some problem with action script. On the first button, I try to put an action script geturl so when the user click on it, it loads a webpage in a new window.
|
| reading from different lines of the text file | 30 Apr 2005 14:52 GMT | 1 |
for some reason, I can only read variables which are on the first line of the text file but I can't get the ones on the second line. is there any way I can point out to the second line of text file? I'd appreciate your help.
|
| Buttons problem | 30 Apr 2005 13:31 GMT | 1 |
I have one flash movie which i have embeded inside a html pages. This flash has four buttons in it and on clik on each button it takes to the coressponding HTML page, but i want that when i click on button it should be highlited in the coressponding HTML page page as every page has ...
|
| Effects on empty movies | 30 Apr 2005 12:39 GMT | 1 |
I'm trying to preload external swf files that contain only images (one image per file), they are being inserted on a empty movie clip, but I need to make a fade in and out to make them look nice, how could I make the effect since the movie clip where they are being loaded is ...
|