Christine
09-19-2003, 07:12 PM
I have a simple set up using labels; when a button is clicked, it goes to the appropriate labeled frame. This WAS working just fine; now when the buttons are clicked, all of the labels are skipped, the playhead jumps to the last frame. I also have some remote text to load into txt boxes on each of these labeled frames, and now that is not working either. The code I am using on the buttons is:
on (release) {
gotoAndStop("chris");
}
and the code for loading the remote txt is
loadVariablesNum("chrisbio.txt", 0);
I have my content named, I have my instances named......
What would cause all of this to suddenly stop working?
Help! :mad:
on (release) {
gotoAndStop("chris");
}
and the code for loading the remote txt is
loadVariablesNum("chrisbio.txt", 0);
I have my content named, I have my instances named......
What would cause all of this to suddenly stop working?
Help! :mad: