| Thread | Last Post | Replies |
|
| loadMovie from one .swf to another .swf | 31 Dec 2005 23:52 GMT | 2 |
I've seen loadMovie used in similiar ways on this board, but not from one .swf to another. I have a main.swf. I load two additional .swf's into main, one called navigation.swf (which holds the navigation buttons) and content.swf. I want to use loadMovie from the navigation.swf to ...
|
| text and image in motion | 31 Dec 2005 22:04 GMT | 5 |
I have created a group of images that I want to continually loop across my stage. I also have text that I want to come in from off the stage and then remain in place while the images continue to loop. How can I stop the text after it is in place and continue with the images ...
|
| sliding content | 31 Dec 2005 19:20 GMT | 1 |
I'm developing a site using sliding content - controlled with up and down buttons. But I'm having problems with the positioning 'degrading' the more the up / down buttons are pressed: You can see this here: http://www.detkendesign.com/detken2/portfolio.htm
|
| Tween incompatible with Actionscript movement? | 31 Dec 2005 18:37 GMT | 2 |
I'm doing the following test: I have an object on the stage rotating with rotation tween. I also have it moving by changing the _x property via ActionScript (on the onClipEvent(enterFrame) event). The thing is that it neither rotates or moves.
|
| need help again | 31 Dec 2005 18:15 GMT | 1 |
Hi to all and to Kglad who helped me last time :) I got the same problem which I tought I figured out but actually even very close to solving it I didnt :((((( I succeeded making the code work for two buttons but not for more and I got 7
|
| SImple Text Formatting Help | 31 Dec 2005 17:05 GMT | 3 |
I need to format a number to show 2 digits right of the decimal point in all cases, including integers. I figure I can convert the resulting truncated number to a string and append the $ sign. Any help would be appreciated, I have looked and searched and nothing looks straight ...
|
| mc loader revisted! | 31 Dec 2005 17:03 GMT | 15 |
So my mc loader kinda works. I have four buttons that use four different mc loaders. Sometimes they load the content perfectly, other times they just do nothing. Here is two of my loaders and at the bottom are two buttons addressinf eachloader. Maybe there is something missing ...
|
| Button Delay Please Help | 31 Dec 2005 16:49 GMT | 2 |
I would like to start off saying I am new to Actionscript and know very little. I need some help with some code. I have a button the on release goes to a url. The button also play a sound when pushed. But because on release of the button the page changes to another url ...
|
| build up layers of movieclips then remove them | 31 Dec 2005 16:17 GMT | 1 |
Hello, I was wondering if anybody could help me out with the actionscript to produce a website idea have. The sites navigation consists of a list of buttons down the the left hand side of the page, then once the buttons are clicked I want a movieclip (in the style
|
| Figuring out how to use onEnterFrame | 31 Dec 2005 05:47 GMT | 15 |
I'm a Macromedia Director person, and today I began my quest among the Flash/ActionScript realm. I don't know if you all know Director, but in short terms when I want to add a script to an object of my stage, I create a script separately and add it to
|
| How I Copy loaded bitmap ? | 31 Dec 2005 04:52 GMT | 3 |
I'm using this following script cena = new BitmapData(550,400 , false, 0x00CCCCCC); var mc:MovieClip = this.createEmptyMovieClip("mc", this.getNextHighestDepth()); clipe = this.createEmptyMovieClip("clipe",this.getNextHighestDepth());
|
| amount of rotation in a Tween | 31 Dec 2005 03:38 GMT | 2 |
how can i read out the amount of rotation in a tween? rotpos = _rotation delivers always 0 i belive that is the value of the first picture of the tween. but i need the values of the actuelly picture of the tween.
|
| Urgent Help needed!!! | 31 Dec 2005 02:19 GMT | 1 |
Hi everyone; I am building a kind of matching game. I have 10 buttons, each plays a different sound. I also have 10 pictures that act like buttons too. Each picture matches one of the ten sounds and also has a right or wrong sounds.
|
| moving loaded content from one MC to another | 31 Dec 2005 01:55 GMT | 1 |
I am loading a movie into a movie clip and would like to, once loaded move it to another movie clip. How would I do that? I am not even sure what to look for in the AS dictionary? Thank you for any help!
|
| loadMovie & unloadMovie | 31 Dec 2005 01:07 GMT | 8 |
I'm making a small game with Flash which in turns loads even smaller games. To make it easier to manage all the minigames are loaded from external swf files. this.attachMovie("Placeholder","minigame",1); this.minigame.loadMovie(minigames_list[game]);
|