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.
on (press) {
startDrag("");
}
on (release, dragOut) {
stopDrag();
if (_root.pic.hittest(_root.hit_pic)) {
_root.pic._x = 273;
_root.pic._y = 210;
} else {
_root.pic._x = _root.x_pic;
_root.pic._y = _root.y_pic;
}
}