Limelight Forums

Full Version: Interactive Screens
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Share you creations with the community of what or how you made something on the interactive screens.

Will probs use some of these and make a fat fuck off guide (and give credit obvs Tongue)

Deleted User 5617

oh ok
Scroll on web page:

Up;
Code:
window.scrollBy(0, -10);

Down;
Code:
window.scrollBy(0, 10);