Limelight Forums
Interactive Screens - Printable Version

+- Limelight Forums (https://limelightgaming.net/forums)
+-- Forum: Entertainment (https://limelightgaming.net/forums/forum-197.html)
+--- Forum: Discussions (https://limelightgaming.net/forums/forum-223.html)
+--- Thread: Interactive Screens (/thread-22544.html)



Interactive Screens - John Jong - Aug 15, 2018

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)


RE: Interactive Screens - Deleted User 5617 - Aug 15, 2018

oh ok


RE: Interactive Screens - Ninja - Aug 15, 2018

Scroll on web page:

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

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