Idea
The Pun Tyrant
Ok, so it said there that to use that, I needed to put version=2 on the script tag.You can use bbscript 2 and use the setTimeout command to delay it.
Where exactly in the script tag do I put it?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Ok, so it said there that to use that, I needed to put version=2 on the script tag.You can use bbscript 2 and use the setTimeout command to delay it.
I'm not sure if I'm getting it...could you maybe show me an example? Sorry to keep bothering.Just after the class name. Make sure you use parentheses for all your commands too.
[script class=Name version=2 on=click]
(addClass "class" "target")
(setTimeout 10 (group
(= variable getText)
(if (== variable "text") (addClass "class" "Target"))))
[/script]
Ah, thank you very much!In BBScript 2, all commands needs to be surrounded by parentheses.
Code:[script class=Name version=2 on=click] (addClass "class" "target") (setTimeout 10 (group (= variable getText) (if (== variable "text") (addClass "class" "Target")))) [/script]
Look at experiment #3 & #4 here ;3 Accepting Requests - Lyrositor's Coding Repositoryhi, i want to make a slideshow that goes to the next image when clicking the 'next' button, and that will go back to the start once you've reached the end, much like this.
in that example, i understand most of it, up until the javascript. normally, i would copy it and attempt to dissect it until i figured it out, but i'm unsure of how to translate it to BBScript, so i'm left feeling confused about how to proceed. i've done a few simple things with scripts on RPN, but nothing like this. any help would be appreciated.
that's perfect! thank you!Look at experiment #3 & #4 here ;3 Accepting Requests - Lyrositor's Coding Repository