PLSSSSSSSSS Helpp
hi
Well i am making a cd presentation in flash ...
i have 4 main movies(swf) with sound clips each has a mute button... if the mute button is clicked its stops sounds and passes a variable _root.check="off" ... but when i click on the link to other movies its gets enable again and the sound starts playing again ... i want this variable i.e _root.check to pass accross all the movie i click.
which means if i have click the mute button all the other swf files or movies i load should be muted...
please help me soon.
regards
kapil
FlashKit > Flash Help > Flash ActionScript
Posted on: 08-21-2002, 03:11 PM
View Complete Forum Thread with Replies
Sponsored Links:
Helpp Pls
yo flash masters
im a bit of a newbee here, so pls bear with me..i got this MC (circle shape to be specific) that i want to move from the left corner to the lower rightcorner, that'd be diagonally, i tried to folow a tut here in the site below.. ..and i kinda experimented with it...but the thing is...
1. it goes from lower right to the upper left..which i can't understand..
2. i dont understand what the difference is between "
onClipEvent (load) {
this._x = 50;
and
onClipEvent (load) {
_root.targX = 50;
so i just tried mixing them up without knowing what's happening...
pls helpp....
<this one>
View Replies !
View Related
HELPP
hi, i got a flash nav bar...and ive set up sum frames in d/w
and i want to know how to make the flash buttons target the frame in d/w and make it display it i uploaded a picture of what i got now, THAT DUZNT WORK
View Replies !
View Related
Helpp Pls
yo flash masters
im a bit of a newbee here, so pls bear with me..i got this MC (circle shape to be specific) that i want to move from the left corner to the lower rightcorner, that'd be diagonally, i tried to folow a tut here in the site below.. ..and i kinda experimented with it...but the thing is...
1. it goes from lower right to the upper left..which i can't understand..
2. i dont understand what the difference is between "
onClipEvent (load) {
this._x = 50;
and
onClipEvent (load) {
_root.targX = 50;
so i just tried mixing them up without knowing what's happening...
pls helpp....
<this one>
View Replies !
View Related
Helpp Me Pleaseee
_root.HEROES=new Array;
function STATUS()
{
LEAD=0;
POWER=0;
INT=0;
POLITIC=0;
CHARM=0;
ITEM=[0,0,0,0,0];
JOB="";
TITLE="";
}
for(var a=0;a<60;a++)
{
_root.HEROES[a]=new STATUS();
}
I HAVE THE ARRAY OF FUNCTION ABOVE IN A MOVIE CLIP. HOW DO I ACCESS THE VARIABLES IN THE ARRAY FROM ANOTHER MOVIE CLIP?
HELP ME,
View Replies !
View Related
Publishing HELPP
i have a swf file that im trying to use as a webbanner
but the sizes and boarders are all messed up like if i embed the swf file and you view the webpage the swf file shows the sides of the swf file that i dont want showing.
for example theswf file has a boarder and it shows the flash movie on the outside of the boarder
how do i publish the swf file and embed it on a site with out this happening
View Replies !
View Related
Loadmovie Helpp
I need some help on this loadmovie stuff
anyways i got this animation which is like the Home content of a DVD and you can press play and all that i pasted the following animation into my other button called QUIZ which will trigger a quiz i made:
on (release) {
loadMovieNum ("Animationquiz.swf",2)
}
and when i tested it out it's plays ON TOP of my Home content page so i just want to ask how i can play my quiz without my Home content page still lurking in the back.
P.S my opening page has an actionscript for snow and some music so i was wondering maybe that was the problem. I am using AS 2 at the moment
View Replies !
View Related
Can't Get NextScene To Work Helpp
hi i have a question regarding nextScene() ...
iam about four layers inside a movieClip and want my root timeline
to goto nextScene...real simple.
but it wont work... i tried
myButton.onPress = function( ) {
this._parent._parent._parent._parent.nextScene();
_level0.nextScene();
_root.nextScene();
}
but none works .. its driving me nuts...how can i solve that problem
thanxx
View Replies !
View Related
Component ScrollBar Helpp
The Flash MX UIComponent scrollBar is touted for being good for scrolling text fields.
Is it possible to use it for scrolling a tile engine? Basically.. I want to set the max value to;
scrollBarInstanceName.??? = ((width of my tile map) - (horizontal visual area)) * (tile width);
"???" would be the scrolling var, but I can't find it.. is there a way to get a object listing of the direct controls for the scrollBar component? Thanks in advance!
(ScrollPane would not work in this case! The system is tile based, no images, and the visual area is always 320x240, so it wouldn't work oO)
Edit: Reason why I want this is for a map editor
View Replies !
View Related
Pic Files Too Large HELPP
I need help figuring how I can downsize twenty 2MG jpg's so I can use them in FLash because I can't even uplad them to the website server. Is there any way I can load the pic seperately or the server and instead of embedding the pics in the swf? Or do I need to get a bigger server?
P.S. I've tried optimizing the files and they are still too large
View Replies !
View Related
Full Flash Site With UI Component..helpp
Hello!
Your tutorial "Creating Full Flash Site" was very helpful for me as a novice in the usability of Flash. Anyway, Thank You a lot for that., ha! You exactly give me idea about that in mind. So here, right now, I was planning to build a website but is these case I would like to used the MenuBar Component instead the menu you had provided within the tutorial which in fact, I don't have any idea on how to use it exactly[such confusing in term of ACTIONSCRIPTS u know,.,.].
In other word, I would like to present a site that uses a User Interface Components such as MenuBar, ProgressBar, ScrollBar and etc.. In addition, it also has a page which contain a form to be fill up, which here I practiced to used the Accordion Component, but unfortunately I don't know how to placed a scroll Bar within it.
So, I hope that you'll gonna help me on that case... I'll wait for the tutorials and suggestions.
Please send me up also a sample Flash Document of simple working website with the said Components...please.
Thank You in Advance...
Note: I used Flash MX Professional 2004, few knowledge in AS
View Replies !
View Related
|