Desperate Mom Needs Help PLEASE.....
I can't figure out what I'm doing wrong. I've followed all the directions from the web site for troubleshooting but nothing is working. I home school my kids and they really need the flash player to get to their on'line classes and for projects. I have windows xp. I've tried to contact support but that's not working too well. Can anyone PLEASE HELP ME!!!!!
Adobe > Flash General Discussion
Posted on: 08/30/2007 10:07:35 AM
View Complete Forum Thread with Replies
Sponsored Links:
I Need Desperate Help
i have 2 days left to get 2 flash games working for school. im very new to flash but wanted to attempt something that would really test me, i think what i attempted was a little bit too much. i was given a code and have been trying for weeks to get it to work properly but i havent been able to get the wrong/right animations to play. its a simple maths game where the user must answer 10 random addition questions with numbers no greater then 12 and no less then 1. eg. 4+7 or 1+12 etc.
i said i had 2 games, they are the exact same game with a different layout, the coding will remain the same.
the problems i have are, the game will not stop after 10 questions it will continue forever, the game will not continue to the next question when an answer is incorrect, it will stay at that question until it is answered correctly, and i dont understand how to get the wrong/right animations to play correctly.
ill explain the wrong/right animations a little bit more, there is a character on the screen and if the question is answered correctly i want him to do 1 of 5 'right' animations and if its answered incorrectly i want him to do 1 of 5 wrong animations.
i realise that this is alot of help to ask for but i am in desperate need and dont know where else to turn so if someone could please help me, even if it is only with one part i would greatly appreciate it.
oh, and 1 more thing, i want to have this character talking during the wrong/right animations but i cant put the sound inside a MC can i? it has to be on the main timeline? or am i wrong? i hope i am.
this is the code that i have attempted using.
var a,b;
var score = 0;
function makeProblem(){
a = Math.ceil(Math.random()*12);
b = Math.ceil(Math.random()*12);
problem = a + " + " + b + " = ";
}
function checkAnswer(){
//they got it right
if(answer == (a+b)){
score++;
answer = "";
rightAnimations.gotoAndStop(Math.ceil(Math.random( )*5));
makeProblem();
//they got it wrong
}else{
wrongAnimations.gotoAndStop(Math.ceil(Math.random( )*5));
}
}
makeProblem();
i have a dynamic text field representing the variable "problem" followed by a input text field representing the variable "answer". with a dynamic text field on the stage representing the variable "score". and a button on the stage with the following code:
code:
on(release){
checkAnswer();
}
View Replies !
View Related
Please Help I'm Desperate
Ok... I have over 100 identical mc's (all with different instance names)..... inside each mc is a button. How is it possible that when one of those buttons was clicked on I could store in a variable what mc that button was located in?
I think it may have something to do with :
someVariable = this;
Any ideas? Thanx!!!
-Ryan
View Replies !
View Related
In Desperate Help
Hi guys,
I was wondering if someone can solve this??
I have a slider which runs from left to right..
The problem is when the slider is out the buttons under the slider are still functioning through the slider..
here's the example (6KB) ::
http://www.members.optusnet.com.au/~mdesignone
I have tried several different methods but no luck.
Any help much appreciated..
Thanx
Shaun
View Replies !
View Related
Help Please Very Desperate
i HAVE A REAL PROBLEM
I HAVE SIX SCENES EASCH WITH INDIVIDUAL MP3'S LOADED INTO THEM VIA THE USE OF MOVIE CLIPS.
hOWEVER WHEN I TRY TO ACCESS EACH OF THE SCENES VIA THE USE OF AN INDEX PAGE, IT DOES GO TO THE CORRECT SCENE, HOWEVER IT LOADS TWO OR THREE MP3'S AS WELL AS THE CORRECT ONE,
I HAVE PLACED THE FOLLOWING ACTION ON TO THE BUTTONS, IT IS AS FOLLOWS
ON (PRESS) {
STOPALLSOUNDS ()
GOTOANDPLAY "gotham,1"
}
is this correct or is there something else that i should be doin??
it would be a great help if anyone could help me
piers
cheers
View Replies !
View Related
Please Help Me Im Desperate
im having troubles with flash...
(sorry, my english is not very good)
i want to load flash movies into flash...which functions great (load movie into location)...here's my problem:
The movie I load into the movie always is in the top layer...even when i put it at the lowest layers it keeps covering other items....hope you understand....how do i make "load movie into location" under other layers so it doesn't cover items.
Thanks
Marcus
View Replies !
View Related
Please Help Im Desperate
im having troubles with flash...
(sorry, my english is not very good)
i want to load flash movies into flash...which functions great (load movie into location)...here's my problem:
The movie I load into the movie always is in the top layer...even when i put it at the lowest layers it keeps covering other items....hope you understand....how do i make "load movie into location" under other layers so it doesn't cover items.
Thanks
Marcus
View Replies !
View Related
HELP PLEASE I'm Desperate
I can't find it and nobody seems to be able to help !!!!
go to my site; http://www.insidedesign.be
you'll find a button 'full screen' exept it doesn't work
when i use my domaine name. If you go without the domaine name the button works. Using my DN loads the site in a frame. (home.pi.be/~ta618353)
HELPPPPPPPP what can I do, my site is finished yet it doesn't work with my DN
Feel free to look at the source !!!!!!!!
This is the script for the button
on (release) {
getURL ("javascript:MakeItSo()");
}
HELPPPPPPPPP tx
View Replies !
View Related
Desperate Need Of Help..
hi!!
i'm about to make a simple hangman-game as part of an school project, and i have some big problems i need help to solve...
i'm using a attachMovieclip function to add as many dynamic text fields as there are letters in the word to guess. i want to change this do duplicateMovieclip.
then i have a button for the next word, where i want to use removeMovieclip, so that the quis can start over again with a new word with the right number ov dynamic textfields...
i don't have a clue where to go so i would be greatful if some one took their time to look at my litle project..
this is the url where u can find my file:
http://hone.hibu.no/stud/jokern/jon/help.htm
jon@jakobsen.nu
View Replies !
View Related
HELP I Am Desperate
I am helping a junior class with their junior/senior prom and am putting together a slide show of pics in Flash. I have put an intro before the pics that runs on 12 fps.
My problem: I need the pics to run slower. I am thinking that there is a way to put them each in a frame and add an actionscript to each frame that will delay that frame so many seconds per frame. I CAN'T FIGURE OUT HOW, THOUGH.
Somebody please help. The kids are depending on me and I am running out of time.
View Replies !
View Related
I'm Desperate...
Hi!
I'm Paul and I'm from Poland...
I started using flash 5 about a week ago and have just one question...
What can I do to make the movie play smoother.
What I mean is:
I use a lot of graphics and animations and I think that this may be the problem...
Even if I use the LoadMovie function this doesn't help
Is there any way to make this thing work witouth having to minimize the number and size of animations and images??
I really hope that you get what I meant and I'm sorry for my English
Paul
View Replies !
View Related
I´m Desperate.. Help..
I´m working on an interactive cd, but I´m not too experienced on the subject, It´s like a catalog, but the only way I know to make it interactive is doing a lot of scenes and using the goto command, with the buttons...
The problem is that my .exe is now about 60Mb, (a lot of pictures and music), and by now, when I try to preview the movie, it starts ok, but then it stops..
will I have this problem if my movie is burn to a cd??
do I need a preloader??
any suggestions, maybe using actionscript to make less scenes..
the error reads.. "the instruction at 0*00432f8b referenced memory at 0*d5624048. this memory could not be read. click on ok to terminate program"
somebody knows what the heck this means??..
any suggestions will be appreciated.. thanks..
View Replies !
View Related
PLEASE HELP IM DESPERATE
Im doing a long movie for a presentation, and i placed the sound, a long song. . in a different movie on level 2 ok, everything`s fine, but. . i want to make a sound stop button for the sound, and also a play sound, but the thing is i need the play to go to a specific frame of the movie, i placed the sound inside a mc and made it stream and named the frame i want it to play, i named it "cont" and the mc is named "test" here`s the code im using on the play button:
on (release) {
_level2.test.gotoAndPlay("cont")
}
Can you guys tell me why it doesnt work?? im supposed to deliver this in 7 hrs. . soo IM DESPERATE, any help please, any ideas. .
Thanx.
I know im not supposed to double post but im sure you`ll understand my situation. . .
View Replies !
View Related
Getting Desperate
Does anyone have a script that detects the resolution of the computer and then redirects? I have a site thats 1024x740 and anyone that doesnt have that resolution will be redirected to my 800x600 site. PLEEEEEEEASSSSSSSSSSEEE anyone.
View Replies !
View Related
Getting Desperate
Does anyone have a script that detects the resolution of the computer and then redirects? I have a site thats 1024x740 and anyone that doesnt have that resolution will be redirected to my 800x600 site. PLEEEEEEEASSSSSSSSSSEEE anyone.
View Replies !
View Related
Desperate Cry For Help
I've asked how to do this many times. I've searched the forums and read about others asking how to do this many times. I still don't get it. I have a website, which you can view here. Notice the scrollbar that I've drawn in the layout. Now, what I want to do, is have a Flash movie which contains a scrollable text layer that will fit into my design. I want to be able to dynamically load text into that text layer from an external .txt file, and this part I'm capable of doing on my own. What I'm not capable of, is taking the scrollbar UI component in Flash MX and altering the graphics so that they look just like the scrollbar I've drawn in my design.
Please, I'm begging each and every one of you, could someone just create this movie for me? I'm afraid I'm just too dumb to ever get it working on my own.
I've attached the up button, down button, and bar graphics to this post. I wish to have the track of the scrollbar simply be transparent, and would also like the entire movie background to be transparent. Also, because of the graphic at the bottom right of my design, I cannot have the scrollbar stretch the entire height of the text layer. If anyone could do this for me, I would be ETERNALLY grateful.
Thank you in advance for any and all help.
Best regards,
Jason Truman
View Replies !
View Related
Help, Desperate
Ok, i want a user to submit text in flash to a database, a bit like a play.
Person 1 says "hello"
Person 2 says "hello, how are you"
Person 1 says "im fine thanks"
Flash then plays a movie, with a couple of talking heads, the heads have speech bubbles, which replay the users scene line by line.
Any ideas as to how this could be accomplished?
HELP
Thanks
View Replies !
View Related
Please Help, Im Desperate
could you let me know how to speed up my site?
http://www2.bc.edu/~tangmo/aw/finalcontent.swf
ive fiddled with the framerate, and that doesnt help. i could send you the swf file on aim. my name is stasi424.
please!
im online a lot too.
View Replies !
View Related
Desperate About Something Really Odd
Hi all!
I have quite an odd problem here:
I wrote an audioplayer, that loads Tracks from external .swf's using
Code:
unloadMovieNum(66); // unload the playing sound
loadMovieNum("sound/track"+soundidx+".swf", 66); // load the new one
the .swf's containing the audio actually consist of a 1-Frame Movie, containing a Movie-Symbol, which has 1 Keyframe for the Audio-start and on the Main-Timeline, on this symbol there's an Action:
Code:
onClipEvent(load) {
_level0.player.playerEq.gotoAndPlay("eqplay");
_level0.statusdisplay.gotoAndPlay("playing");
trace ("onLoad called from "+this); // Debug
}
This should actually update the statusdisplay (a Movie-Symbol with named keyframes for playing, stopped, loading etc.) and the mini-eq (another movie-symbol, with named keyframes for stop and play).
The odd thing now is:
When I preview it in Flash, it works perfectly (also outputs the correct trace-info etc. and always jumps to the right stuff).
However, when I look at it in the Browser, it sometimes works, and sometimes it does not update the statusdisplay and/or the eq, but the audio is always loaded correctly. And there's no "scheme" behind this either - i.e. I just looked at it and it worked with the 1st and 2nd Track, did not work with the 3rd, worked again with the 4th etc. - when I ran through it again, it worked on all tracks.
I'm quite confused and depressed about that
I hope somebody knows, how to get around this
View Replies !
View Related
PLZ HELP ME I'm Desperate
I'm using Flash 5 to load multiple text files into a single scrolling text box..I have hard coded the first one and it works, but I am having major difficulties getting the buttons to load extra text files into the scrolling text box! It should be quite a simple procedure to any1 who is good at actionscript but unfortunately I am not and I do not have time to learn!!
PLZ PLZ PLZ will some1 take my .fla, (its 211kb so I would have to e-mail it!) and sort it out for me?? PLZ PM me if you can help
Here's what I need...
I have 10 buttons which need to load up 10 seperate text files in the scrolling text box. There is no scroll bar, just two buttons which scroll up and down, and another button that I need to take the user back to the top of that particular text file. I used the following tute;
http://www.flashkit.com/tutorials/In...trick_-629.zip
How would I modify this to create the interface that I am describing??
Could some1 either do the coding for me and just use any old text so that I can go back and change it 4 my own text? And sort out the button which takes the user to the top of the text file in the scrolling text box?
OR... Let me know how to modify it?
You probably will not appreciate just how important it is to get this sorted ASAP, but whoever does it 4 me I will be ETERNALLY grateful!!
As I said it shouldn't be too hard to do and I don't think it would take long if you knew what u were doing!!!
Any1 up 4 it??
THX in advance
RB
(I know its lame but hey they don't call me LameAss 4 nuttin'!!!
View Replies !
View Related
Desperate Need Of Help...
I'm not really new to Flash, but I am to MX. I haven't done flash in a long time and I want to create a sprite movie. I wanna create a Shang Tsung vs Akuma sprite movie, but I dont know where to begin. Any help/partnership would be appreciated. Thanx.
P.S. I know I must practice, again, I don't know where to start. I'm a great writer, so it'd make sence, not like the dumb ass, half assed toons around. I used to spend 2 days on toons back in the Flash 4 days, but I lost my touch.
View Replies !
View Related
Desperate For Help
Hey. I have posted this question before and received no replies aside from my own pleas.
I am trying to print a single frame from a Flash MX .exe. I have the frame(s) to be printed in a single frame movie clip with the frame labeled #p. Targeted the MC by its instance name...
on (release) {
print("_root.1big", "bframe");
}
It is not working and all the help I've found says it should be. Unless the obvious holds true... I'm missing something.
A little help would be greatly appreciated.
Thanks,
1M.
View Replies !
View Related
Desperate Guy In Need Of Help
I want a button in a Flash movie to act as link to a html page made in DreamWeaver. I don't have the page online. I am trying to link it directly from the folder on the computer. Is this possible? Any suggestions please?
View Replies !
View Related
Very, Very, Very Desperate
OK. I'm a total dork. A friend had someone quit who was doing this site before the preloader was done. I've fooled with flash about 2 years ago and VERY briefly. I said, "hey, how hard can a preloader bar be?" "I'll do it". Well, it's almost 2am and he needs it for like, today (which was yesterday when this was happening).I'm never going to get this done. I can't even begin to understand what I'm supposed to do. Can someone tell me how much it would be to have it done? Fast? I can't post it as the .fla file is 8,000kb. Yikes. I'm having a melt down.HELP!
View Replies !
View Related
Plz Help Im Desperate
I have created a world map, where when u rollover the continents they light up, the continents are buttons.
What i need to do is put like an invisible button over the top of parts of the continents to trigger a timezone clock that shows the time for that part of the world. but i still need the continent button to function under it. Does anyone know any code for this, or do i need to do it differently?
Any help would be greatly appreciated thanks...
View Replies !
View Related
Need Desperate Help
HEy all,
Got a slight problem with an Image scroller!
Its loading text and pictures from an XML doccument and the scrolling them horizontally.
My problem is,
The text is loading perfectly, but!!
The images never show on the screen.
I know the xml works beacuse the text is imported dynamically into the flash, but for some weird reason the images dont!
Im not sure if the xml code is wrong!
casue i dont really know xml...
Im not sure if the action script is wrong either!
ive been going over it for a few hours now!
and i am stumped!
Can anyone crack this?
attatched is the following...
FLA, XML, Image Folder (with images and xml located inside!)
Thanks everyone!
aden
View Replies !
View Related
In Desperate Need Of Help
I recently got Flash MX 2004 Professional. The strange thing is that I couldn't open any Flash MX fla's with it. Anyways, I made an important flash project for school with it. I recently formatted my computer. I just reinstalled MX 2004 Professional and it says that the file cannot be opened. The stranger thing is that it can now open Flash MX fla's with it.
I really need to be able to open my school project. I tried reinstalling 2004 Professional and I tried using MX, nothing works.
I need to get this problem fixed as soon as possible. I would really appreciate any help I can get.
View Replies !
View Related
Desperate Now
I still cant figure out why my movie disappears when i click outside of the area in which it appears in the browser after it loads and when i rollover my other graphics! can ANYBODY help?
i'm using IE 5 when this happens and in netscape won't even let it load at all is the file size too big at 244k?
any suggestions will help!
View Replies !
View Related
In Desperate Need Of Help
I"m in a jam. i've got a project due on the fifth of january. an entire flash site, and i've no teacher guidance, and i've absolutely no clue how to use flash MX!! If someone has AIM i would so appreciate someone helping me walk through some things. my AIM is czerniana . I know that i'ts a neusance, but i could really use the help i'm having problems getting my buttons to go to other pages and what not. if i could do that, i could design an okay looking page ((graphic design school)) but i need the technical help. i would be in your debt forever!
~czerniana
View Replies !
View Related
Desperate
I really need some help.
I am trying to create a navigation bar, which needs to be horizontal. Problem is, that i saw one like i want, but cant remember the site its on. (Doh!) However i can describe it, and i hope one of the experienced users of these boards can help on a way to: 1) Get the bar. 2) A tutorial on how to make it myself. 3) Help on how to make one.
Ok then, like i said, it's a horizontal bar. It has 3 or 4 buttons, with the same height as the bar, but in a slighty lighter color, that, or they are set out with some shadow to stand "on the bar". Then, when you move your pointer over the button, it falls over backwards. I don't know exactly how to describe, but its a turn/spin/fallover. During the turn, it lightly flashes a dim white light, and after the fall, its a bit lighter color than before the turn. It does this in place. Text doesnt move. When you click on them, the state remains the same. When you remove your mouse it eiter rolls back or just retakes its original state.
Well, i hope you can make something out of this and give me some options to go. Help is much apreciated.
Dude
View Replies !
View Related
In Desperate Need Of Help
Ok, I'm trying to script in flash. Here's what I have so far:
if (1a == true) {
gotoAndStop(6);
} else if (1c == true) {
gotoAndStop(11);
} else {
gotoAndStop(6);
}
}
And no matter what I do, I keep getting this error:
Scene=Scene 1, Layer=Layer 1, Frame=6: Line 1: ')' expected
if (1a == true) {
Any ideas? email me, savagemike_beckett@hotmail.com or reply to this post
EDIT:1a and 1c are not variables, they are radio buttons
View Replies !
View Related
Desperate For Help
This bug stumped me for many hours. Please help.
When using AS2 to load a 400x320 jpg into a 75x75 thumbnail loader, it does not resize immediately. The loader has been set to scaleContent=true. If I click a link to another page then come back, then it resizes correctly. This is my 1st time designing a website. I would be embarrassed to show a website with this bug.
Here is the AS:
var myMcl = new MovieClipLoader();
thumbs = new Array();
thumbs[1] = thumb1_mc;
thumbs[2] = thumb2_mc;
thumbs[3] = thumb3_mc;
thumbs[4] = thumb4_mc;
for (var i = 1; i<=4; i++) {
myMcl = thumbs[i].thumb_ldr;
myMcl.contentPath = "img/image"+i+".jpg" ;
myMcl.visible = true;
}
I greatly appreciate some help. Thanks.
View Replies !
View Related
$$$ Please Someone Help, I'm Desperate, I Will Pay You $$$
ok, i have been fighting with my flash action script for the past 3 months and am having no luck. Now i realize this is absolute last minute, but i had someone who said they were going to be able to help me, but had some personal problems and is just not told me they were unable to.
I WILL PAY YOU $100 if you can put something, anything together with my project...
The main idea is that its a game show, i already have the intro made, and all the questions saved into a txt file
The only things i need someone to put together for me is
1) Have a way where two players can buzz in to answer a question by hitting a button on the keypad.
2) Make a way to have the questions randomly generate, and give each player 100 points if they get it right, and take off 50 if they get it wrong... and end the game at 1000 points... THATS aLL
PLEASE PLEASE someone help me... this is due tomorrow and i wont graduate if it isnt done... im begging anyone who can please help me, either PM me.. respond in here, or get me on AIM at noslenwerd
Like i said i realize this is last minute, but i couldnt figure something like this out in 3 months, but i know for someone who is good with actionscript it will only take them a few hours... PLEASEEEEE HELPPP!!!!
This technically is due tomorrow at 12:00 noon, but i might be able to get it extended to thursday at noon
View Replies !
View Related
Desperate
please help...
more info here: (another thread)
http://www.flashkit.com/board/showth...37#post2949137
... and here are all the relevant .flas... http://www.josimar.com/fk_HELP.zip
or
http://www.josimar.com/fk_HELP.sit
the green dot is the 'button3' button simply on the _root level and it works, the button within the 'heart of the city' mc, does not, it loads in "content1.swf" instead????!?!?!?!??!?!?!
any help, very very much appreciated...
ta
View Replies !
View Related
Desperate
sorry, but to help you'll have to download these .flas: (I'll give you a huge link on my site and be forever in your debt if you help me fix it!)
either:
http://www.josimar.com/fk_HELP.zip
or
http://www.josimar.com/fk_HELP.sit
my question is, why does the green button on the _root level work but the button I want to use within an mc (the 'heart of the city' button) does NOT? instead, it loads in "content1.swf", it should be "content3.swf"??!
Please note, you'll have to create movies form the .flas as follows – main.swf / content1.swf / content2.swf / content3.swf
may find some useful info here at my earlier post:
http://www.flashkit.com/board/showth...hreadid=562640
thanks
josimar
View Replies !
View Related
Can Some One Help Me I Am Desperate
I am trying to create lable for each button on stage to show up in a specific area (dynamic text box) as mouse hover over each button. Verry similar to the "original flash.fla", which I have attached here. There is also "trial.fla" that I tried to produce based on the original, which obviously doesn't work!
Can some one out there help me please!!
Thanks for taking the trouble to look at it and the help.
I am relatively new to Flash and using MX 2004.
yoshi
View Replies !
View Related
Help Please Desperate
Hi ive got a assignment due in on friday,
its on interface design so its mainly based on the appearance and usability. Its for an estate agent so that users can search for houses they are looking for.
So basically what i need to do is have the following:
drop down list boxes:
there needs to be a list box called no.of rooms which have the values of lets says 2, 3, 4
There has to be another another list box thats called type of houses and lets say it has the values of : detatched , semidetatch.
Now when you make a sellection from each of these there is to be a button conected to these to submit this informtion.
when submitted i need it to retive the informtion on the type of house available, this can be a line of text of the address displayed on screen and an image of a picture of the house.
Can this all be done within flash MX, if so please help, im not too familiar will require a step by step guide. Please help.
you can get me on osmaniz@coventry.ac.uk
pleeeeeeeeeaassse
Thanks
View Replies !
View Related
Desperate Again... ;/
I don't understand why the action script of my MC doesn't work when it's put onto a scene.seems like it gets ignored when i test the scene. but the actions script works well when i test the MC. (i'm using FLASH MX 2004)
View Replies !
View Related
Desperate
Hi to all,
I have encountred this difficulty. Well, the purpose of my project, whatever it looks like hih, is to make a dragable adjustable controlling device which switches on only while the cursor is above particular device, being control. The problem is that I am willing to get working multible buttons laying on each other. The main problem is to adjust the performance, which is corresponding to squares shining or not on the controller. So, when i enter that device area I start to drag the controller, than I push the mouse and it stops to enable adjustment of performance...buttt how to force flash to detect some rollover functions while the button is still pushed ? I tried many other like dragover or detection of collision without any success . I hope you had understood me accross my language difficulties . I am desperate, can anyone help please ?
Meerah
View Replies !
View Related
In Desperate Need Of Help...
I'm building a site, but now the client wants the site fully dynamic... like when we change layout of windows (blue,silver, olive green) the same way...
I'm need of some pointers to where i could find code to do that in a Flash based site...
Thanks in advance
View Replies !
View Related
Really Really Really Desperate
I have been trying whole day to let a background work. Normally, there is a variable, and when the variable is one it must show background one (and make the others invisible) and when the variable is two, it must show background two (and make the others invisble). And when the backgroundnumber doesnt exist, there should be an alert. But not one think of all this works.
I dont know what I am doing wrong.
This is the code :
Quote:
background = 45 ;
switch (background) {
case 1:
background2._visible = false;
background3._visible = false;
background4._visible = false;
background5._visible = false;
background6._visible = false;
break ;
case 2:
background1._visible = false;
background3._visible = false;
background4._visible = false;
background5._visible = false;
background6._visible = false;
break ;
case 3:
background1._visible = false;
background2._visible = false;
background4._visible = false;
background5._visible = false;
background6._visible = false;
break ;
case 4:
background1._visible = false;
background2._visible = false;
background3._visible = false;
background5._visible = false;
background6._visible = false;
break ;
case 5:
background1._visible = false;
background2._visible = false;
background3._visible = false;
background4._visible = false;
background6._visible = false;
break ;
case 6:
background1._visible = false;
background2._visible = false;
background3._visible = false;
background4._visible = false;
background5._visible = false;
break ;
default:
trace ("Error: Background is not set!") ;
break ;
}
Maybe it will be clear if you can see the flash file. Please help. I cant find the answer alone.
You can find the flashfile at
http://users.telenet.be/gilleke/docs/help.fla
View Replies !
View Related
Desperate Help
Hi there guys i am having a slight problem with some code... i have created a "text type" effect using a tutorial, and what the program does is type out some random text on load, which works fine.
But the problem that I am having is if i click on the link buttons to the left of the text.... with multiple "pressing" of the buttons, the text seems to load faster with every button press... I have attached the file so u guys can have a look if you like.
Another thing that is niggleing me is that there is a loader for the text field and that works just as i want it to... but i am also guessing that i need a preloader for the whole movie aswell... because when you test the movie in flash using a 56k simulation it seems to take a few seconds for the page to load??!??!?
So its not desperate help but rather... i know these things, but i am missing them..
Thanks Geezers
View Replies !
View Related
Desperate - I WILL PAY SOMEONE
I am big time behind my deadline. I am using Flash MX and have finished everything on the website except for the ordering page. When it comes to the actionscript and backend of flash I have NO CLUE!!!
Its needs to be done tonight - actually three weeks ago. I just want to cry.
The last six hours I have been trying to figure it out by just dragging the components and mainly using the combobox but I really dont know what I am doing or how to make the information correspond, calculate, carry over - whatever. . .
If anyone can glance at it - point me in the right direction - my text buttons seemed to be all messed up. And how can I calculate the price based off the qty they select?
OR I WOULD PAY SOMEONE - I dont care what it looks like - it cant look any worse than what it is now.
while I am working on the site it is temporarily up at www.danellepickett.com
Thanks for any help!
P.S. - why is the input text changing on the state, zip, and phone? the settings are the same?
View Replies !
View Related
Desperate In Need For Help
I asked "COBHC" to do me something and he did it very well, but i would also need something else, i have a MC that shuffles random numbers, he did it, but know i need that the numbers can´t repeat them selfes, and also that the first number can´t be higher than 1, must be (0 or 1), the second number can be between (0and9) and so as the third one. I mean the highest number that can be generated is 199"
thank you all
i leave here what i already have
View Replies !
View Related
Desperate For Help
I've got what I feel must be a very simple problem, but I haven't been able to figure it out and am getting very frustrated. So any help would be much appreciated.
I've created an animation for a website. So far so good. Now I need to add play controls like you can do for flv. How do I do that?
With flv it's very easy. However, I can't save my file directly to the flv format, and the swf file format is not supported for encoding to flv. In order to export to QuickTime, I have to set my publish settings to Flash 5, losing some important effects. When I export to avi at the highest quality settings, there is a significant loss of quality.
Which brings me back to the seemingly simple question: how do I easily add a play button AND slider to control my animation?
View Replies !
View Related
[F8] Getting Really Desperate... Please Help
hello,
i am really struggling with this. i have four flvs that are linked to the swf in my 'video' section. when users navigate from video section to another section the flvs continue playing (sound is heard). how can i stop the sound from playing? i have tried to load another (2 framed) flv to stop the long ones but that's not working. does anyone know a good work-around? should i have these flvs sitting in separate mcs and unload the mc some how when exiting the section?
i really appreciate some help with this as i'm a little out of my depth and getting too close to my deadline to be comfortable. many thanks, fabs
View Replies !
View Related
I Am In DESPERATE Need For Help
hey everyone, I asked a question 2 days ago and hevnt had an answer yet. But I kind of gave up on the universal button question. Just added 4 seperate images for my buttons.
Anyways, I am a total newb to Flash, got it a week ago and we were assigned a project in class in where we need 4 different scenes and 4 buttons to these different animated scene.s I have yet to get started on my scenes since my buttons now dont work!
I am using the following code:
on(release) {
gotoAndPlay("Scene2",0);
}
And when I click the button, when im testing the movie, it just replays Scene1! How can I get around this? I really do need some help with this, the project is due on Monday, and I have been working on this for the last 3 days with no sleep.
View Replies !
View Related
Desperate
Need help on connections.
How do I connect to a different frame from one flash application?
When a room is chosen, how do I connect to it giving it another connection,
meaning the room is not seen by the other room?
I can't seem to create this, but found samples.
I am having trouble implementing the process.
So, instead I customized mine. Where a room is selected and goes to a set frame where the connection is not dynamic. meaning I put the name of the room manually. Now, I cannot create a room[dynamic] aside from the set rooms.
I want the room to connect only to one frame and it will change according to the room name so that users in room 1 cannot interact with users in room 2.
Another thing is how do I count the number of users per room in the roomlist component and set it to only accept 2 users?
Anyone there who seem to get what I'm talking about? Please help... :-(
View Replies !
View Related
Desperate Need Of Help
I'm not too good with flash, but Ive almost finished my site.
I have broken it down into lots of different movies, a couple of which have scenes within them.
I now have a home button that links back to the home page on all of the other movie pages. I have entered go to movie swf.home but I want to go to the third scene not the first scene (as the first scene is the preloader, the second the initial page you get when you enter a site, and the third scene contains the actual home page that I want it to go to when within the website.)
I am using the following code but it just goes straight to the first scene.
on (release) {
loadMovieNum("home.swf", home);
}
What do I need to add to make it load the home page movie and then go straight to the third scene (called home)
Many thanks for any help as this has got me really stumped.
View Replies !
View Related
|