all groups > flash actionscript > december 2005 > threads for saturday december 31
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Problems with loadMovie in to a path
Posted by NewMediaRoc at 12/31/2005 8:50:59 PM
I'm having a problem with actually loading images in with the loadMovie()
function. When I try using the following code, only the last of the seven
images show up. When I change the path to simply _root, all of them show up...
I really need this image to have a certain parent for masking purpo... more >>
Code auto completion - doesn't work for everything
Posted by Norbertofh at 12/31/2005 8:44:16 PM
Hello,
I'm using the Tween class on a class of my own. I imported the correct class
and package, but for some reason the script editing panel doesn't complete the
code for the variable that holds the Tween instance.
Is this normal? Shouldn't Flash auto complete every code, including c... more >>
loadMovie from one .swf to another .swf
Posted by motleyfool at 12/31/2005 8:19:18 PM
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 change the co... more >>
searching through array? like statment?
Posted by doof moof at 12/31/2005 7:10:21 PM
i have a video play list on a mysql database which i can search with a
coldfusion component (CFC). this search is very nice and returns data that is
like the value that the user has input which is nice if the user dosn't know
exactly how to type what they want:
some code from the CFC:
S... more >>
need help again
Posted by Flamebg at 12/31/2005 4:06:49 PM
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
:( So
I will attach pictures for u so you can imagin... more >>
sliding content
Posted by dirkness at 12/31/2005 4:02:35 PM
hi
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
I'm using the AS bel... more >>
Tween incompatible with Actionscript movement?
Posted by Norbertofh at 12/31/2005 3:24:31 PM
Hi,
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.
In order to animate a particular ob... more >>
build up layers of movieclips then remove them
Posted by IndieMonkey at 12/31/2005 3:22:25 PM
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
of a piece of paper) to a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Random...but not quite
Posted by ireallybwaldo at 12/31/2005 10:10:48 AM
Hi.
Sorry for the gross newbie questions. But I'm stumped. Just as an exercise,
I've set up a little flash page with a single button (well, actually, a movie
clip) on it that, when clicked, randomly generates a number between 2 and 7.
That number is then used to gotoAndStop to the correspo... more >>
Button Delay Please Help
Posted by Bryan Krossley at 12/31/2005 9:56:57 AM
Hello,
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 page wh... more >>
Urgent Help needed!!!
Posted by german01 at 12/31/2005 1:56:51 AM
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.
All pictures and sounds are placed on the main timeline. ... more >>
How I Copy loaded bitmap ?
Posted by Kagada at 12/31/2005 1:56:37 AM
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());
clipe.loadMovie("E:\\Rafel Geral\\Bread\\Gifs\\barrac... more >>
|