Scroll through scenes in Hype

You will need the following script: anyScrollScene And this is the code mentioned in the tutorial: When you only want to scroll down: anyScrollScene(hypeDocument,"enable",0.5,"start"); When you only want to scroll in both directions: anyScrollScene(hypeDocument,"enable",0.5); When you only want to scroll … Read more…

Adding password protection to a page/scene in Hype

So you have a project on your website that might be a bit delicate and you want to add a simple password authentication to a specific scene?
Then I have an solution for you.
It’s a very simple solution, so it’s not the most secure. People with some basic understanding of HTML are able to go around it.
But, for most purposes, this should do the trick 🙂

Read more…

Creating a Cookie for Hype

One issue with Hype can be that when you leave the page (for instance to view a work page built in Muse) Hype doesn’t remember where in the timeline the user was. So, every time the page is reloaded it … Read more…

Adding a preloader in Hype

Hype doesn’t really support a preloader. Either it loads, or it’s done loading. It has an option to add a loading bar, but that is just a simple bar that cannot be changed. But with a little scripting we can … Read more…