all groups > flash actionscript > january 2006 > threads for saturday january 7
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
applying a setInterval fade function to multiple duplicated movieclips
Posted by deltasounds at 1/7/2006 11:23:10 PM
After duplicating a movieclip and positioning them on the stage, I would like
to have them all individually fade in, stay for a period of time, then fade
out. I have a fade function that uses setInterval and works perfectly for one
movieclip, but I can't get it to work for each in a series of ... more >>
Can turn off a layer inside movie clip dynamically?
Posted by MarkSLC at 1/7/2006 10:17:56 PM
I would like to turn on and off the visibility of one of the layers within a movie clip dynamically, during runtime. Is this possible? Thx.... more >>
help with Flash and xml!!
Posted by filefunk at 1/7/2006 10:05:07 PM
Hey folks..gotta prob with this...
I've got an xml powered slideshow with a fade transition...everything is
perfect...now, I've tried to place three seperate slideshows ( swf's )
externally loaded into a main swf ie main swf externally loading slide1, slide2
slide3 into mc1 mc2 mc3 in the ... more >>
wondering why this code isn't working.
Posted by klintonray at 1/7/2006 9:21:31 PM
I have 4 arrays whith 4 random variables. I am trying to write a concise
function to change the values of those arrays when I want. this is what it
looks like:
function randRange(min:Number, max:Number):Number {
var randomNum:Number = Math.round(Math.random()*(max-min))+min;
return... more >>
loadMovieNum
Posted by bornunderburden at 1/7/2006 9:08:44 PM
okay, so i am wanting to use a link in an .swf file and i want this link to
open up another .swf file within the first .swf. now if i am understanding
this correctly, then i should use the "loadMovieNum" action. however, this is
my first attempt at ever using any action script so i am havi... more >>
registering a class using actionscript
Posted by codescodescodes at 1/7/2006 7:17:05 PM
I'm trying to register a movie clip to a class using actionscript. What I'm
doing is creating an empty movie clip using the createEmptyMovieClip function
and then I want to register that movie clip to a class that I've written. Is
that possible? Thanks for your help.
... more >>
Actionscript, load an external XML file
Posted by Funkweb at 1/7/2006 6:16:13 PM
Hello, I have something here that I hope maybe some of you have an answer to my
problem.
I have a flash file, sized 800x520.
http://www.nwebb.co.uk/nw_htmlsite/index.php?page=browse_tutorial&tutorial=xmlht
mlcss1&part=1
Now, it work.. but how can I chance background color of it?
T... more >>
changing document size
Posted by BullocksTroy at 1/7/2006 5:15:54 PM
when i open my executable file in full screen view, my document size enlarges
too much. this is bad b/c my jpegs now look very pixelated.
i tried increasing my document size, hoping that having more negative space
around the edges would make the visible portion shrink back down. but when i
c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Database driven books...tutorials
Posted by bubberz at 1/7/2006 3:35:28 PM
Newbie to Flash, and I love the software!
Any books out there which cover database driven web apps using Flash pro 8? I
just got the H.O.T book for Flash MX 2004, and it's great, but I'd like to get
into the database portion, and the book says that's only for Pro 8. I just got
Studio 8, ... more >>
HTML Text & Color
Posted by aquariusdesign at 1/7/2006 1:28:07 PM
I'm in the process of creating a menu bar for a project, and two task that i
want the user to be able to do is, A) Change the text colour B) change the text
size, and maybe even change the font.
The menu has been created in flash, and i want the user to choose which task
they want to perfo... more >>
How to know when a jpg load was completed?
Posted by adrianTNT at 1/7/2006 1:09:05 PM
Hello.
How can I see when loading of an external JPG file was completed?
After I load it with loadMovie("bg.jpg") I need to position it on stage but I
cannot position it until is completely loaded so I know its size. How to see
when loading is complete?
Thank you.
-Adrian.
... more >>
Help needed
Posted by muSh_ at 1/7/2006 1:04:53 PM
hi
i got 2 frames, first frame is only actionscript, the last line in this
actionscript is gotoAndStop(2)
when entering the second frame, not all of my movieclips and graphics are
displayed, and every movieclip or graphic that i add won't be shown either. It
seems that when i delete the ... more >>
Preloader starts very late
Posted by SurfR at 1/7/2006 11:26:42 AM
I've made a preloader for a flash animation but it doesn't show up until 53% is
loaded. To overcome this I made sure that all of the components don't get
exported in the first frame. This works however some of the components that I
need later on with in an attached movie don't appear anymore??... more >>
Stop all sounds
Posted by AESS1981 at 1/7/2006 11:16:37 AM
My Flash video movie loads in a new movie.
When I click on another menu button, the movie disappears as requested, but
the music keeps playing.
How do i prevent this?
You can view this at:
www.tangentgraphic.co.uk/main.html
and navigate to "extras" - "vj sets" then click on "portfolio"... more >>
Random Images coming out
Posted by batgirl_Sa at 1/7/2006 10:55:50 AM
How do i display images at random...
i want to have the image be different on my home page change everytime a person goes back to the home page from another page.... how can i do that??
thanks... more >>
Help Making a Game
Posted by mikiekwoods at 1/7/2006 4:59:30 AM
I'm making a game. It works pretty well. Problem is that I want to create more levels. The variables (my life, health, score) don't carry over to a new frame however. I don't know how to fix it.... more >>
Yet Another LoadVars Question
Posted by Bahaar at 1/7/2006 4:35:33 AM
For this game I'm creating, I have a high scores board. At the end of the
game, I want Flash to read in the scores from the .txt file so I can compare
the current score with the old scores. I do this with LoadVars and it works
just fine...the first time. Here's the kicker(s):
Because it... more >>
Cross-Browser/Platform problem displaying images
Posted by barach at 1/7/2006 2:53:15 AM
Hello Everyone,
My problem is this - in Internet Explorer(4+) my images loading from external
source into Loader components turn up really huge on a Mac OS 9, and don't show
at all on Mac OS X. But everything is fine in Mozilla Firefox browser on a PC.
On my PC, IE first shows the images re... more >>
sound.setVolume()
Posted by adrianTNT at 1/7/2006 12:32:12 AM
Hello.
Anyone knows what am I doing wrong in this code?
//sounds
top_sound = new Sound();
top_sound.setVolume(40);
top_sound.attachSound("1.wav");
//
base_sound = new Sound();
base_sound.setVolume(90);
base_sound.attachSound("2.wav");
It doesn't change voume. I wor... more >>
Button problem with Sound on hit. Jumps to Next Scene in movie
Posted by Vette at 1/7/2006 12:04:29 AM
I have a button with music that plays on hit and an action script. Everytime it
plays the music works fine but it immediately goes to the next scene.
button ActionScript
on (press) {
stopAllSounds();
}
on (release) {
play();
}
I don't want the next scene to launch while the m... more >>
|