hey all,
iām trying to remeber a selected state on frame 5 and when i return back to that frame i want it to still be selected.
here is my code so far:
var back:Object = new Object();
back.click = function(oEvent:Object) {
oEvent.target.selected = oEvent.target.selected;
};
q1.addEventListener("click", back);
i know its probably a little bit wrong but yeh i have this code on my back button in frame 20.
Cheers peeps