all groups > flash actionscript > july 2004 > threads for saturday july 24
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
fading movie clips in and out
Posted by Tara Kelley-Cruz at 7/24/2004 10:00:00 PM
I have 5 movie clips and 5 buttons on the stage. I want each movie clip to fade
in when its button is clicked, and fade out when another button is clicked. I
am able to do this with a rollover/rollout, but I want the movie clips to stay
visible until another button is clicked. Can anyone help?... more >>
Re: stop external movie loading
Posted by kglad at 7/24/2004 8:47:56 PM
what browser are you using?... more >>
Re: Multiple Loop Help
Posted by kglad at 7/24/2004 8:35:33 PM
Re: fast forward & rewind
Posted by ~X~ at 7/24/2004 9:48:07 AM
"IwannaFlashU" <webforumsuser@macromedia.com> wrote:
> on (press) {
> here = _root.mc.q3movie._currentframe;
> max = _root.mc.q3movie._totalframes;
> jump = Math.round(max/_root.block);
> if (here+jump<max){
> _root.mc.q3movie.gotoAndPlay(here+jump);
> }else{
> _root.mc.q3movie.... more >>
box symbols with my text?
Posted by OrangeHeart1 at 7/24/2004 9:22:18 AM
http://www.orangeheart.com/gm1.3/work.htm
Can someone please tell me how to get those boxes out off my dynamic text!!!!!!!!!!!!!!!!!!!!!!!!... more >>
getURL from .swf
Posted by ochobeeguy at 7/24/2004 5:51:25 AM
Is there a way to open a local HTML file from a .swf or projector file using a
relative address. I'm making a CD that will run the projector and hope to just
open HTML files from the CD. Right now they only open if the swf is running
through a browser. When I just run the swf, the browsers say... more >>
Pausing Movieclips?
Posted by complexity at 7/24/2004 3:01:52 AM
Hey all,
I have a movie in a continous loop, but I am trying to add a on(rollOut) event
that says to the movie clip "pause", then a on(rollOver) event that says play
the exact frame where it was paused.
Is there an easy way to achieve this?
Any help would be great.
... more >>
Tracing memory usage in a flash file
Posted by Mark Kerecz at 7/24/2004 1:44:04 AM
I am working on a project that requires me to incorporate some pretty extensive
error handling routines to ensure that the program runs efficiently. My
question is in regards to the amount of memory that a flash file is consuming
during run-time. Is there any way to create a script that will o... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MAC File Paths Vs. PC File Paths?
Posted by AwesomeDigital2 at 7/24/2004 12:53:51 AM
I am loading in a XML file with the code below. Works fine on the PC, but SEEMS
not to load on the MAC. Any Ideas?
Thanks
Mathias
var ap_xml:XML = new XML();
ap_xml.ignoreWhite = true;
ap_xml.load('vars/data.xml');
ap_xml.onLoad = function(sucess) {
if (sucess) {
... more >>
Stop sound frame to frame
Posted by AmberP813 at 7/24/2004 12:35:07 AM
I am trying to have a different sound from frame to frame in a slideshow type
of movie. I would like the sound in the first frame to stop playing as soon as
I press the next button to the next frame. What kind of code do I put in
there? I'm sure it needs an ActionScript, but cannot figure o... more >>
|