Web-Pop Up

I was using scrollview on one of my games but you can’t adjust the screen size. I saw how another game was using there help screen and contacted the owner and they said they used a web-pop up with a local html. I looked at the directions for the web-pop up and they are all linked to url’s which is not what I want.

What I want to do is have a screen that scrolls that I can adjust to whatever screen size I want it like the help screen on Tilt Monster. How do I use a web-pop up with a local html (whatever that means) to accomplish this?

[import]uid: 72372 topic_id: 14234 reply_id: 314234[/import]

Have a look at tilt monsters code:

https://github.com/jonbeebe/Tilt-Monster

This should show you exactly how to do it :wink: [import]uid: 50154 topic_id: 14234 reply_id: 52527[/import]

Thank you. I have it working on mine now but did some of the coding a little different.

[import]uid: 72372 topic_id: 14234 reply_id: 52563[/import]