Chance1234
IS-IT--Management
Chance,
Filmmaker, gentlemen and
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
this.onEnterFrame = function() {
x=_xmouse, y=_ymouse;
for (var i = 1; i<=3; i++) {
this['clip'+i]._x = x*(i/3);
this['clip'+i]._y = y*(i/3);
}
};