PDA

View Full Version : i have no idea y...


cablecharlz
02-15-2002, 07:18 AM
alrite my current flash has 2 levels
on level 1 i have a background which is 500 by 400
then i have 1 button whihc is on level0 i guess

for some reason i can't get that button to work...

it works when im' in my flash work space and click on enable simple buttons

but when i preview it or publish it it doesn't work

is this bc maybe level1 is covering th button?
or what"?

u can still see the button
just can't click on it

Ricod
02-15-2002, 08:17 AM
I guess its not the covering thing, since most people complain that the button still works, even through a graphic thats on top of it ...

maybe your code's wrong ?

cablecharlz
02-15-2002, 08:48 AM
on (release) {
getURL ("main.swf", "_blank");
}


should be rite...

cablecharlz
02-15-2002, 08:51 AM
heres the zip

Ricod
02-15-2002, 09:53 AM
Here's what's going wrong :
U've placed a button inside the graphic, which behaves as a graphic, on the button frames. I guess this is intefering with the button u end up with.

Make a graphic consisting solely of graphics, like this :

cablecharlz
02-16-2002, 01:54 AM
what do u mean inside the graphic?

*thx for the fix

Ricod
02-18-2002, 08:42 AM
Am away during weekends. Anyway ...
U had a button, with a graphic in it, which had a button in it. This doesn't work, and was the reason of your problem.