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.
-- Frame script
on exitFrame me
_movie.go(1, "text.dir")
end exitFrame
-- Frame script
on exitFrame me
_movie.go(_movie.frame)
end exitFrame
-- Behaviour script
on mouseUp me
_movie.go(1, "text.dir")
end mouseUp