Hi all! I'm new to Megazine 3. Now I am trying to create some interactions between separated pages, for example:
Put some buttons on the Left page, and when you press a button, the image on the Right page will be changed.
Currently I'm using v1.38, and followed the tutorial to get the swf by ID:
var element:AbstractElement = mz.getElementById("newTrend_R").element;
var swf:DisplayObject = element.swf;
However, I got compilation error "Access of possibly undefined property swf..."
Does anyone got this problem too? Thanks a lot in advance!
Another question is if I put some movie clips on the Right page, can I call something like:
swf.setChildIndex(movieClip_1, topLayer)
when the button on the Left page is pressed to get the effect I mentioned in the example? Thanks again!
