Answered
Buttons
Ok, I have a problem. :(
Heres the code I have:
var button1 = this.createEmptyMovieClip("button1", "button1", 3);
loadMovie("button1.swf", "button1");
button1._y = 65;
button1._x = 415;
_root.button1.onRelease = function() {
trace("hi");
};
Now my problem arises because when I click the button it dosen't work. Why? and how do i fix this.
Many Thanks.
hugh.
Heres the code I have:
var button1 = this.createEmptyMovieClip("button1", "button1", 3);
loadMovie("button1.swf", "button1");
button1._y = 65;
button1._x = 415;
_root.button1.onRelease = function() {
trace("hi");
};
Now my problem arises because when I click the button it dosen't work. Why? and how do i fix this.
Many Thanks.
hugh.