Long time reader, first time poster. I love Kirupa… it has been so helpful to me in the past.
Here is my question. Can I call an onRelease function without actually pressing the mouse button?
I have built an onRelease prototype function for one of my movieclips, for use when a user clicks on that movieclip. All of that works fine, BUT I would like to call the first one after the movie loads. Can I just do this:
[AS]subm0_0.onRelease();[/AS]
I did it in frame 2 of my movie (after the preloader does its thing), but it doesnt seem to be working. “subm0_0” is the name of the movie clip that has the prototype function. Again, when I click on the movieclip it works.
Thanks in advance!