Hi, i dont know if this is a stupid question but is it possible to put actionscript for a movieclip that only exists in frame2 in the first frame.
For example at the moment ive got this on the first frame (theres another button that takes the movie to frame2)
Btn1.onPress = function() {
trace("");
};
Btn1 is on frame2, so when i run the movie it doesnt recognise it, is there anyway around this, as i was hoping to put all the actionscript together in the 1st frame?
thanks