i made a powerpoint-style presentation using flash and what you can do is set invisible click buttons the size of the entire movie so that u can control it just like power point, or you could just time it right if you are not going to have the click function.
then you can just publish the movie...
i was just wondering if anybody knew what i have to edit to change the sign up options,
just when you sign up to the forum you get the options to put yout screen name for "yahoo messenger" and an "icq number" and nobody uses these really, so i was hoping to change one to "myspace address" which...
the hit is just what part of the button the mouse can activate
it is never visable, so if u hav text in ur hit section the button is only active when the mouse his 1 tiny line of a bit of text which can make ur button appear to be malfunctioning
if u drag a big rectangle over the text in the...
the golf club at the bottom which u select is split into different hit areas which control the large club above this.
i dont know what the effect is called but it could be easily achieved using a tween function.
hey i recently set up a form for my website, and although everything is working fine my friend noticed a problem with the @ button
the problem is, is that when he presses his @ key on his keyboard he gets " on my form...
and when he puts in " he gets an @ character...
is this because i made...
how do you mean "link to it" as in you want the button on the flash movie to load and play the external .swf file?
if so u can use the code:
on(release){
loadMovieNum("mymovie.swf", 1);
}
this will make your external swf play over the top of the current movie...
im not exactly sure what your...
when making audio players i tend to find it easier to save my songs as seporate .swf files with the song data etc on them, then when you play em they load up seporately...
heres one i made as a demo
http://www.tnscproductions.com/ff/player.swf
the player.swf holds the buttons and the scroll...
unless your using flash 8 with action script 2
then use this one instead...
if (_root.getBytesTotal() != _root.getBytesLoaded()){
gotoAndPlay(1);
}
ProgBar._xscale=(_root.getBytesLoaded()/_root.getBytesTotal())*221...
make your bar (ProgBar) a movie clip with the instance name ProgBar which im assuming you hav already done, inside it make a rectangle of colour the exact size you want your bar.
back on the main stage make a dynamic text box and give it the var name TipText which again im assuming you've...
hey i posted a message on here sometime last week about needing help gettin sum script to work and old newbie sorted me out.
but the problem is the script and everything operates exactly how it needs to inside the movie clip,
but when its on the main stage it refuses to work ive tried...
if you make a seporate .swf file with the music on it, so its literally blank with the music playing when u view it...
give it a filename eg "music.swf"
on the first page of your website where you would like the music use the code
loadMovieNum("music.swf", 2);
the number 2 can be changed for...
can anybody tell me if there is a simple way to make a movie clip play out before doing the next function
i have a movie clip that tweens to enlarge, then a stop(); function stoppes it on frame 10, frames 11-20 tween to shrink again before it goes back to frame 1 to be restarted again.
i have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.