all groups > flash actionscript > december 2005 > threads for monday december 26
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
Rotation of compass objects on oblong path in response to user degree input
Posted by adetchells at 12/26/2005 11:15:41 PM
PLEASE DON'T BE SCARED AWAY BY THE LENGTH OF THIS POST.
An explanation of the problem is followed by some possible solutions I've
developed.
Please feel free to ask for clarification...
-------------------------------------------------
I want the current heading in degrees to be transl... more >>
How to decrease music volume?
Posted by NightwareCEO at 12/26/2005 10:14:58 PM
I'm fairly new to Flash, and I'm wondering if there's a script that i can put
into a frame that will decrease the music volume
%10......
then in the next frame ill decrease it another %10 then finally it will be
mutedand ill just say stop the sound.
can someone help me? Thanx
... more >>
math round
Posted by Brian at 12/26/2005 9:35:24 PM
I would like to use the math round method, but am having some problems
with it. I have the following, and that goes into a text field to show
load progress:
var numPercentLoaded:Number = numBytesLoaded / numBytesTotal * 100;
numberLoaded_mc.numberBox = numPercentLoaded;
The problem is tha... more >>
Soccer Time
Posted by Egui at 12/26/2005 8:22:16 PM
Ive got a timer to countdown to 45 minutes.
I have 3/4 of a round clock (wedged) which need to fill while the clock is
ticking. When the firs period completes watch should be full. This is for a
childrens soccer club web page. Really would appreciate help.
... more >>
loadMovieNum then gotoandplay?
Posted by Flashuser1113 at 12/26/2005 5:31:35 PM
Hello all,
I currently have a button with the following actionscript
on (release) {
loadMovieNum("second.swf", 0);
}
Is it possible to tell it to load the second.swf and stop and frame 100?
Thank You
... more >>
Wire hit test actionscript
Posted by 3tBSI at 12/26/2005 2:59:02 PM
I have a red wire with an instance name of: rw1
I have a green wire with an instance name of: gw2
I want it so when the red touches the green wire, it goes to the next frame
I have tried Hittest actionscript with them but it wont work.
can someone give me the AS.
... more >>
Image Flicker randomly
Posted by Abel.P at 12/26/2005 1:44:06 PM
Hello there.
I have an image of a lamp turned off and another with the same lamp on.
I need to do it flicker several times but with random intervals.
Do you have any idea?
Any suggestion?
Any link?
Thank you.
Abel.
... more >>
write value from flash file to an external file
Posted by art-v at 12/26/2005 1:41:21 PM
How can I write value from flash file to an external file like (text ,xml.....etc.)
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Failed to play with browser
Posted by meteor73 at 12/26/2005 12:21:20 PM
Dear all expect developers,
I am facing a problem that I have never seen before. I have created a flash
movie which loads serveral JPEG pictures as new movieclip and moves along the
display area of the flash. It has no problem either testing or debugging or
click to play, but when I plac... more >>
how can I create "THEN" function in Flash
Posted by Kaay at 12/26/2005 12:04:31 PM
Example
Lets say I have ten buttons for different purpose and one main_mc(10 frames
animation) and i want everytime when user click on any of these buttons first
main_mc should play all 10 frames animation and then do what ever task i
attached with the button. in a simple way Iam looking for... more >>
Class name conflicts
Posted by _bigmac at 12/26/2005 9:48:31 AM
I've run into a compile-time error that I'm not sure how to address. It
concerns the compiler thinking that one class referenced in two places are
different classes with the same name, so produces the error: "The name of this
class, 'A', conflicts with the name of another class that was loaded... more >>
how to trace linkage id
Posted by designerabhi at 12/26/2005 8:05:03 AM
hi,
i need to trace id name of the attached movieclip rathher than instance name.
is there some way to trace idName i.e linkage id, usually we get instace name
when we trace.
flw = "lion"+randomNumbers;
clip = "clip"+i;
this[piece].attachMovie(flw, clip, myDepth);
in above i need to ... more >>
class structure
Posted by heart ways at 12/26/2005 6:25:38 AM
whats wrong with this class , if i use the methods in the class as normal
functions they work but i dont know what happens when i try to make a class plz
c the class below and tell me what u think.
class cls_XMLFunctions extends XML {
/* ---------- */
private var thisXML:Number;
... more >>
How can I import text from a textfile containing ??????
Posted by pie1212 at 12/26/2005 6:19:30 AM
Im trying to get my a SWF to import text from an external textfile. It works
fine, there are several examples out there.
Now, I want the text to contain ?,? and ?, (???), yes they are not used in
english, but in swedish. I just cannot get it
to work, I dont know if Flash recognises ???, ??? ... more >>
|