Question
Loading a Picture onto the Scene
I am trying to load a picture onto the scene by using the
following action script commands:
on (release) {
loadMovie("Kjole1.jpg", ramme);
}
Nothing happens when the button is released, so it doesn't work.
"Kjole1.jpg" is a picture file in the same directory. "ramme" is a squere on the scene converted to a movie clip symbol. When I check, I get the message "The script contains no errors", but nothing happens anyway.
What is the problem?
on (release) {
loadMovie("Kjole1.jpg", ramme);
}
Nothing happens when the button is released, so it doesn't work.
"Kjole1.jpg" is a picture file in the same directory. "ramme" is a squere on the scene converted to a movie clip symbol. When I check, I get the message "The script contains no errors", but nothing happens anyway.
What is the problem?