스위시세상/스위시 고급
마우스 따라가는 파노라마 버튼 겔러리
어린양01
2012. 6. 29. 04:56
if (_root . imagescroll) {
panorama._x -= _xmouse/50;
if (panorama . _x >= -350) {
panorama._x = -1750;
} else if (panorama . _x <= -1750) {
panorama._x = -350;
}
}
}
onSelfEvent (load) {
_root . imagescroll = true;
}
on (rollOver) {
_root . imagescroll = true;
}