all groups > flash actionscript > december 2004 > threads for saturday december 25
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
SoundObject "bug" in MX 2004?
Posted by highlander_1 at 12/25/2004 9:38:27 PM
I have 4 movies.swf at 4 levels.
In "myNavigationMovie.swf" on level0 there?s a backgroundSound playing
(mySound1)
I have 2 movieClip "buttons" thats start mySound4 and mySound5 onRollOver and
onRollOut
in "myFourthMovie.swf", on level4.
Here?s the strange thing thats happends:
... more >>
Scroller Actionscripting Help!
Posted by theblessedone at 12/25/2004 9:26:38 PM
This script generates a movie called menu (among other things), but I can't get
my Ultimate Scoller to scroll that movie. Please scan my actionscript and let
me know where I messed up. I do have the Ultimate Scroller component on stage.
theNews = new XML();
theNews.ignoreWhite = true... more >>
LoadMovie with a resize using _width and _height.
Posted by bcaparoon at 12/25/2004 8:30:11 PM
Here is my code for loading jpgs. Can you not resize them using _width and
_height? Coment out all the references to width and point the load movie to
some jpgs and it will work. Add back in the references to width and it breaks.
var picsObj:Array = Array(); picsObj[0]=1 picsObj[1]=2 ... more >>
Frame Rate
Posted by Triynko at 12/25/2004 8:02:53 PM
Is there a function that returns the frame rate of a movie? Since a movie
loaded into another movie takes on the other movie's frame rate, I thought
there should be a way for a movie to know the frame rate at which it is running.
... more >>
attaching MC to motion path...
Posted by flamedude at 12/25/2004 5:43:24 PM
Hi everyone, I need to attach a series of mcs to a curved line. These mcs are
attached through actionscript with the attachmovie code, they do not tween,
just attach at intervals one after another. Its hard to explain i know. When
the user presses a button on the screen the first mc appears a... more >>
Fscommand
Posted by srg321 at 12/25/2004 4:03:24 PM
I have swf contains fscommand. And I have HTML page with JavaScript with handle
function for this command. Problem is that this JS function is envoked when all
content has been loaded.
Is it possible to be invoked JS handle function not when all HTML
content has been loaded but after flas... more >>
Are you sure you want to quit?
Posted by kleline at 12/25/2004 4:02:49 PM
On a movie flash, i 've put a btn quit. In fact, i want the user press this
btn. When this btn is pressed, a message appear, 'are you sure you want to
quit', yes/no. I can do this with an mc, but even if this mc is on the screen,
the user can still use the interface (and clik on other btn, w... more >>
Newbie flash problems........
Posted by Question2 at 12/25/2004 11:35:23 AM
Im trying to make a basic flash game......but ive run into a few problems :
My score keeps resetting.The best way to describe it is,im making a
whack-a-capsule game,and everytime the capsule goes back into the box and comes
out again,the score will reset when i try to click the capsule......... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is it possible to fade components programmatically?
Posted by Ken Fine at 12/25/2004 11:22:56 AM
I'm interesting in changing the opacity of various elements on the stage so
as to focus the user's attention on different UI elements at different
times.
One way to do this with flash elements via actionscript is to embed the
pieces in a movieclip and then fade that movieclip programmatically.... more >>
loadmovie problem
Posted by aquarian911 at 12/25/2004 7:57:13 AM
ok i have a main movie main.swf and three others 1.swf, 2.swf, 3.swf what im
trying to do is load using loadmovie the three movies on onclick of three
button in the main---> 3 buttons->3 movies -> to be loaded in an a x,y point
but cant . movies are loading but not at x,y
what if done is mad... more >>
Updating display during script loop
Posted by Triynko at 12/25/2004 7:38:29 AM
I'm loading and parsing a lot of data, in a loop. It takes a long time to run.
In the meantime, I would like to update a progress bar. Is there a method I
could call to update the display while the loop is running? I don't care if a
hundred other events occur while the display is updating,... more >>
problem with my checkbox action script
Posted by imlazuli at 12/25/2004 6:17:06 AM
How can i declare two different values for a variable on TRUE FALSE states of
checkbox ? suppose a=1 on check State and a=0 on uncheck State, when i check my
checkbox it declares a=1 its ok but when i uncheck it the value remains a=1
instead of a=0 (here var a is a global variable which i am ... more >>
LoadVars problem/question
Posted by jeitnier at 12/25/2004 1:31:37 AM
I'm using the LoadVars method to send my flash variables to a php script,
however when i send the variables it opens a new window. How can i still put
the variables into my php script without opening any new windows at all?
Thanks.
-Jared
... more >>
|