스위시세상/스위시 고급
마우스 따라가는 파노라마 버튼 겔러리
어린양01
2013. 5. 2. 10:50
Movie Clip에 붙여넣을 소스.txt
onSelfEvent (enterFrame) {
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;
}
갈매기.swf
0.03MB
군무.swf
0.0MB