all groups > flash actionscript > december 2006 > threads for sunday december 3
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
Re: Unload Function..?
Posted by vinnio at 12/3/2006 11:42:46 PM
Is it passible to say, removeMovieClip(all) or something, els I get a lot of lines by doing removeMovieClip(button1), removeMovieClip(button2) etc...... more >>
Sound Object not Working
Posted by jcsizmadi at 12/3/2006 11:35:00 PM
I'm having a problem using the sound object in a movie clip that is then loaded
into my main interface swf.
1. The sounds play fine when I play this movie clip by it's self but when I
load it into another movie clip (main interface) the sounds won't play.
Example of the script I'm using ... more >>
Unload Function..?
Posted by vinnio at 12/3/2006 11:07:41 PM
Have somebody an Idea about unloading this function or buttons when they have
been active..? Thanks!
example,
function LoadButtons() {
buttonsArray = new Array();
for (i=1; i<16; i++) {
duplicateMovieClip(buttons, "button"+i, i);
buttonsArray[i] = _root["button"+i];
// Bu... more >>
retrieving information from a DB
Posted by Enfade at 12/3/2006 7:57:39 PM
the following script is behind a button and the script below it is a PHP file.
I just cant figure out why i dont get any feedback back into flash in any form.
Any help on where i went wrong is greatly apreciated.
Thanks in advance,
on (release) {
code = new LoadVars();
code2 = new L... more >>
Elastic scale conversion to flash 8-9 ?
Posted by costin at 12/3/2006 7:15:52 PM
hi everyone,
I've found a script that I whant to run it to a website. but first I need to
conver it to publish the animation to flash 8, at least. If I choose to publish
the animation to a verions of flash bigger than 5, then the script don't work
properly or don't work at all.
here is ... more >>
How to maintain focus in input text box?
Posted by AirDynamicAir at 12/3/2006 6:02:23 PM
I am a complete newbie with Flash MX, ActionScript, and everything in between.
So here's my situation.
I want to make it so the user has to type in a password to move forward with
the Flash presentation.
On my login screen, I have a couple of layers that are animated. Thus, I need
th... more >>
adding a variable to a listener
Posted by koomisan at 12/3/2006 3:56:27 PM
hi
i am using the fileReference class, and i need to pass a variable to the
listeners
the functions i have at the moment is
_root["myBtn"+num].onRelease = function() {
var fileRef:FileReference = new FileReference();
fileRef.addListener(fileDownloadListener);
var url:String =... more >>
Show a movie clip every x seconds...
Posted by IndioDoido at 12/3/2006 3:51:55 PM
Hi,
Can anyone tell me how to show a movie clip every x seconds?
I'm trying to make a simple menu that show's a text every x seconds, but i
don't want to use the timeline, just actionscript.
Is it possible to show that text when nothing is selected for e determinate
time?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Object Event: RollOver
Posted by pubchum at 12/3/2006 3:00:52 PM
Using MovieClipLoader and onLoadInit, I dynamically load TN's from a file and
align them. onRollOver, I want them to scale up.
I have added ListenerObject to the ClipLoader, but the only Events it seems to
handle are those detectable by the MovieClipLoader Class (eg. onLoadError,
onLoadComp... more >>
Object Event: RollOver
Posted by pubchum at 12/3/2006 3:00:23 PM
Using MovieClipLoader and onLoadInit, I dynamically load TN's from a file and
align them. onRollOver, I want them to scale up.
I have added ListenerObject to the ClipLoader, but the only Events it seems to
handle are those detectable by the MovieClipLoader Class (eg. onLoadError,
onLoadComp... more >>
Join two If statements
Posted by TezS56 at 12/3/2006 1:04:53 PM
I want to join two if statements together and I'm unsure of the syntax.
This is what I have but it is obviously wrong.
if (Key.isDown(Key.RIGHT) or if (moveRight_btn.onPress){... more >>
trace holder?
Posted by vinnio at 12/3/2006 12:00:00 AM
Is there a way to trace what is loading into a holder? and the feedback? I only
get to see error opening URL but I can't do enything with it. I have a lot of
thumbs made out of movieclips and some images are missing on purpose for those
thumbs.
What I want to do is when a image is missing ... more >>
View Cart actionscript
Posted by Missnana2004 at 12/3/2006 12:00:00 AM
Can anyone please tell me what actionscript I should use if I want users to be able to view their shopping cart at anytime?
Thank you in advance.
... more >>
External movie is on top of main movie
Posted by Angel3m at 12/3/2006 12:00:00 AM
:confused;
Hi, I'm a newbie in flash... im trying to do 1 thing, but stuck in it for long
time.
i have 1 main movie that is loading, an external movie, logo.swf.
and in main movie i put 1 button, that shows a small cat on rollOver.
the cat is coming behind this external clip. i moved it ... more >>
flash with php
Posted by Kar Fai at 12/3/2006 12:00:00 AM
I will explain my situation here. I have the stage with a layer named actions.
In this layer, i have a variable name myVar.
And i have a movie clip on the other layer named movie. This movie clip had
been implemented with the function loadVariables() using the onClipEvent(Load)
event.
... more >>
|