i'm trying to create a website using flash. it's been a LONG time since ive used it and basically forgot everything. Let's say i have 2 buttons that i imported from the common library. i need to be able to click 'button 2' and go to frame 2. i need to be able to click 'button1' from frame 2 and go back to frame 1.
the action that i have on 'button 2' says something like:
on(release){
gotoandplay(2);
}
what am i doing wrong?
2006-06-11
16:10:36
·
3 answers
·
asked by
Derek D
2
in
Computers & Internet
➔ Programming & Design
gotoandstop didnt work either
2006-06-11
16:15:53 ·
update #1
do the frames need to be in different layers?
2006-06-11
16:18:33 ·
update #2