all groups > flash actionscript > september 2006 > threads for saturday september 16
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
strange timeline problem
Posted by cosu at 9/16/2006 10:59:18 PM
Hello!
I'm running into the following problem:
I have the main movie. Let's say that in frame 5 of the main timeline I
attach a movieClip that has it's own timeline and plays through it's last
frame. Main movie stops on frame 10. Clicking menu items current frame on
main timeline be... more >>
contact form
Posted by dzedward at 9/16/2006 10:12:04 PM
i have a contact for with "name" "email" "comments"...how do i set up the script for the send button, and the reset button??... more >>
client side database
Posted by rebarr at 9/16/2006 7:51:22 PM
I am trying to figure out how to utilize a client side database within Flash. I could use a lot of help in this category.... more >>
Can't get Tween to work via AS
Posted by ricklecoat at 9/16/2006 7:03:00 PM
From what I've read in the documentation (built-in and 3rd party) this should
be simple enough, even if it does have a lot of arguments to keep track of. But
I just can't get this rollover tween to work. On rollover, the target mc should
grow a bit and move slightly up and left (so it gets big... more >>
Random images with setInterval
Posted by KG800 at 9/16/2006 6:49:27 PM
Hello,
Here is the code I'm using to randomly display my images, but very 20 seconds
I want it to show a new image randomly. I'm sure I need to use the setInterval,
but not sure how to include it into my current code. Any help would be greatly
appreciated.
filename = ["img01.swf", "im... more >>
Load swf on existing swf
Posted by Amyrs at 9/16/2006 3:52:45 PM
I've designed a site using an external loader, on which lies buttons that will
load different swfs. They are called as follows:
b1.onRelease = function() {
loader._visible = true;
mcl.loadClip("Home_page.swf", holder);
mcl.unloadClip(1);
and work fine. The problem I am having is... more >>
OnLoad vs First Frame
Posted by AwesomeDigital3 at 9/16/2006 2:35:10 PM
When my movie first loads, I want to run some script (functions) to retreive
some external variables.
Is there any difference between just putting the code in the first frame with
a stop();
and using
onLoad = function() {
}
Which would be the better practice?
Thanks
Mathi... more >>
external relative path problems
Posted by ricklecoat at 9/16/2006 2:01:28 PM
I have a movie that uses 9 instances of a blank 'photo' symbol, each with a
unique instance name. For each instance, a different .png file gets loaded into
a nested mc using the loadClip method. These .png files are not in the library,
they sit separately on the server.
The path to the cor... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
some maths
Posted by -=whyv=- at 9/16/2006 12:35:42 PM
hey
I need help with some script.
I wanted to let a rectangle follow the mouse but stay in the same spot but by
rotating. I already have
an movieclip that rotates 360 degrees.
I figured out that the script has something to do with PI and Tan but i'm
propably way off:P
bye
... more >>
get number out of String
Posted by luciewong at 9/16/2006 3:24:53 AM
Hi,
I have several emptyMCs on my page, created with a for loop;
Each MC has now a different name, like "Roll_mcT0","Roll_mcT1","Roll_mcT2",
and so on....
How could I get the number property out of this MC name?
var depthT:Number = 1000+d;
this.createEmptyMovieClip("Roll_mcT... more >>
Help with Long FLV video into "chapters"
Posted by freedisk at 9/16/2006 1:02:25 AM
Hi ALl. here is my problem,
I have a 35 minute video that i want to break in to 7 chapters. ie 7 X 5min
FLV files.
I would like these videos to be in a play one after another if the viewer
doesnt stop the video.
I have setup the FLV on a web server and placed it inside the Flash Page on
... more >>
AS mask with morion
Posted by gdmt at 9/16/2006 12:00:00 AM
hi everybody!
how can i make an actionscript motion mask, not static mask?
'cause my actual "old school" tween mask slows the movie
it's a transition effect between sections of my site
transition intro:
it's a circle that moves from left to center of the movie.
transition outro:
the ... more >>
|