Parcival21
Technical User
Hi there,
This is probably a really easy question for you but I worked on it now for some hours and I don't seem to find a way to solve my problem.
I have a swf.file call it Intro.swf with buttons coming up on the end of the Intro.
After pressing on the button I want the flash player to switch to another swf file(call it pictures.swf).
I tried something like:
on (release) {
loadMovie("pictures.swf", _level1);
}
An empty screen(with the background colour) appears and nothing happens.
I don't really understand how layers work.
Do I make a mistake with the layers?
Thank's for any help,
busche
This is probably a really easy question for you but I worked on it now for some hours and I don't seem to find a way to solve my problem.
I have a swf.file call it Intro.swf with buttons coming up on the end of the Intro.
After pressing on the button I want the flash player to switch to another swf file(call it pictures.swf).
I tried something like:
on (release) {
loadMovie("pictures.swf", _level1);
}
An empty screen(with the background colour) appears and nothing happens.
I don't really understand how layers work.
Do I make a mistake with the layers?
Thank's for any help,
busche