Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
onClipEvent(mouseDown){
gotoAndPlay("Scene 2", 1);
}
dot.startDrag(true);
onClipEvent(mouseDown){
if(hitTest(_root.dot)){
gotoAndPlay("Scene 2", 1);
}
}
1 to 2 of 2