PDA

View Full Version : Flash 8 Problem


Nurit2005
04-16-2007, 10:34 AM
I woes great al Photo album and then I stake
I woes creat two buttons that show a movie clip when the mouse over on them and then when you click on the button this need to take you the same album
The Problem is that one button work and the second dont He go in the same place that the first button go
And this not beacuse I dont write the right code
Pleas help me
Here is the problem
http://i7.photobucket.com/albums/y289/Kyle40/01.swf

wassat676
04-16-2007, 02:13 PM
post some of your code.

Nurit2005
04-16-2007, 02:37 PM
Here is the code of the first buton of side Left
on (release) {
nextScene();
}
Second Bottun
on (release) {
gotoAndPlay("scene 9",1);
}