Combined Code
frame 1 {
_root.onLoad = function () {
trace('To remove the censorship: the key to the right path');
cursor.startDrag(true);
Mouse.hide();
};
}
movieClip 4 {
}
movieClip 6 {
instance of movieClip 4 {
onClipEvent (enterFrame) {
xmove = _root.cursor._x;
ymove = _root.cursor._y;
_x = 145 - xmove;
_y = 381 - ymove;
}
onClipEvent (keyDown) {
if (Key.isDown(39)) {
_root.censor._visible = false;
}
if (Key.isDown(37)) {
_root.censor._visible = true;
}
}
}
}
// unknown tag 88 length 63
movieClip 10 {
}