Loading a Picture onto the Scene
i trying load picture onto scene using following action script commands:
on (release) {
loadmovie("kjole1.jpg", ramme);
}
nothing happens when button released, doesn't work.
"kjole1.jpg" picture file in same directory. "ramme" squere on scene converted movie clip symbol. when check, message "the script contains no errors", nothing happens anyway.
what problem?
on (release) {
loadmovie("kjole1.jpg", ramme);
}
nothing happens when button released, doesn't work.
"kjole1.jpg" picture file in same directory. "ramme" squere on scene converted movie clip symbol. when check, message "the script contains no errors", nothing happens anyway.
what problem?
>>"ramme" squere on scene converted movie clip symbol.
if movieclip has instance name of ramme , jpeg indeed in
the same folder swf, should work.
--
dave -
head developer
http://www.blurredistinction.com
adobe community expert
http://www.adobe.com/communities/experts/
if movieclip has instance name of ramme , jpeg indeed in
the same folder swf, should work.
--
dave -
head developer
http://www.blurredistinction.com
adobe community expert
http://www.adobe.com/communities/experts/
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment