FLASH Button
FLASH Button
- Started
- Last post
- 3 Responses
- dfx180
I'm working with FLASH and can't seem to get this button to work.
Scenario:
Create New Symbol; that symbol is a MOVIE. With in that movie, I create a button. I can't get the button to goto a scene with in the current SWF.
It will loadmovie, but it will not goto a scene with in the SWF. What am I doing wrong?
cheers
- dfx1800
hmmmmm
- yarsrevenge0
on(release){
_root.gotoAndPlay("label");
{
- dfx1800
yarsrevenge,
many many warm thanks for your help.
d