Major Flash HELP!!!
- Started
- Last post
- 18 Responses
- steadyvibe
Ok so i have a movieclip that zooms to be huge as my background of my navigation when i roll over it. Once it zooms to the full size it should be, i have another movie clip loading dynamically on level 10 which has my navigation on it. but when i roll on to my navigation the background movie clip thinks i am rolling off of it and goes abck down which makes my navigation go away with it. here is what i mean:
http://www.steadyvibe.com/Client…
How can i make it stay there until i choose what thumbnail i want to click on?
PS: the thumbnails will be where the grey box on top is now.
- steadyvibe0
anyone?
- brundlefly0
I don't see anything when I click the link :(
- monNom0
make the rollover open, but not close the background...
tell the background to close with an action on the thumbnail selected.
???
- nuggler0
why not just leave it open until a thumb is clicked on. Maybe add a timer so that if you don't click on something it goes back down after a few seconds.
- SirG0
I'm guessing you're using a button to trigger the animation?
Write a little script like this:
while my panel is open && the mouse is on the panel, stay open.
So your button should not only trigger an animation but also set a variable
I hope this makes sense cause I just woke up here :p
- steadyvibe0
ok so i got it to work sort of.. it gets fucked up though when you clik on the bottom two rows of thumbnails.
Example: http://www.steadyvibe.com/Client…
- autonoma0
When do you want the darker grey background to close? After a button is clicked?
- mirola0
i can't see your movies but you could try using
myButton.enabled = false;
when you aren't using it, then enable it when you want to use it again.
- steadyvibe0
I got the buttons to wrok but now when you click on the bottom 2 rows of buttons it fucks up the backgroudnd movie clip...
See link in my last post.
- unfittoprint0
reason: everytime you rollout of the grey background button over to the images it will go down. If your slide loop is made using a setinterval you could stop it by using clearinterval. In conjunction with a true/false boolean statement [true to show, false to hide] you could solve it.
- steadyvibe0
how do i do that???
- steadyvibe0
HELP!!!
- ********0
unfit is da man.
- shant0
not really, there's no reason for an interval loop, that's over-complicating it.
just do this, put your button in a clip. you have the button that needs to be rolled over, as soon as it is and the box expands, switch the button placement inside the clip so that it is now buttons that are on the perimeter of the gray box.
these buttons should go from the perimeter of the grey box and cover all the extra space of the site. this way, there is no button to hit until their mouse leaves the grey box. also, there won't be a problem after you click a thumbnail because your button will only ever be outside the grey box.
you can add script to the thumbnail click to make the box minimize and the button clip switch back to it's original spot.
get it?
- steadyvibe0
ok so i completely changed my code around to make it work better. but it doesnt....
Now i have a big ass background and i have it dynamically move up the y axis to fill the screen not stretch like the last one.
i also put the buttons in that movie clip so they move up wth the background.. ive made it so that it disables the background when you click on the thumbanils so it can go back down cleanly but now i cant get it to coem back up again!!!
PLEASE HELP!!!
here is what it looks liek now..
- steadyvibe0
anyone got a solution to my new porblem???
- shant0
You need to be a little clearer about what you want happening.
I gave you a solution to your initial problem, but now it seems you've changed the whole way it works.
So what is supposed to happen?
- steadyvibe0
yeah but tha way i had it set up was too compicated. i set it up so that it doesnt expand it just mocve the y axis... but im still having the button problems...