PDA

View Full Version : create a scrollpane menu


Cazz
11-19-2005, 06:58 PM
Hi

I have a swf file with some button (text and picture).
I also have a another swf file with scrollpane that I import the first swf file that have the button so I can scroll nice upp and down.

The problem is that I dont now how to when I push the button then something happen in the other swf. I dont now how to communicate.

I maybe dont need two swf file but I dont have any other idea.



Later I going to try to make the flash read XML file and create a dynamic button with picture and image.

Have someone any idea or a fla I can see how to make my flash to work.

oldnewbie
11-19-2005, 09:10 PM
on(release){
_parent._parent.someActionHere;
}

Cazz
11-19-2005, 09:31 PM
on(release){
_parent._parent.someActionHere;
}

Thanks now it works