Yep, Scratchy HTML is here. It's a BYOB project that uses lists in lists to carry out data. All the stuff that appears when you click a button is all stored into a list. All the code that makes the webpage is -- you know, stored in a list! Also, it's 0 sprite, 1 script! The script is a little complex because of the button tag.
Link shared on ModShare: here
***WARNING*** Does not work on mod-share.webuda.com. Use downloaded.
Tags:
<p> -- Allows the text in the next line to be visible. Not formatted using Scratchy HTML at all. No ending.
<button> -- Creates a button. The line under the button tag, is the name of the button, and the lines below the name, is/are the text/texts that appear when clicked. Again, the text/texts are stored in a list called Show. Does have an ending, </button> . Can only be used once until all slots are filled.
<br /> -- Leaves an empty line. No ending.
<lbr /> -- Leaves a filled line, or the symbols in 1 line: "----". No ending.
That's all the tags. I placed as many as I can so your websites function!
Offline
Cool! I wish it had some more features though.
Offline
scimonster wrote:
Cool! I wish it had some more features though.
![]()
But it's the only one with the button feature... ...and it uses lists inside lists.
Offline
rdococ wrote:
scimonster wrote:
Cool! I wish it had some more features though.
![]()
But it's the only one with the button feature... ...and it uses lists inside lists.
True... I do really like it though!
It didn't work when I tried doing <span style="color:red">, but I don't think you can make colored text there.
Offline
How do you make a link in fourms?
Offline
James546372819000 wrote:
How do you make a link in fourms?
Use the [url] tags.
[url]scratch.mit.edu[/url]
Makes: scratch.mit.edu
[url=scratch.mit.edu]Front Page[/url]
Makes: Front Page
Offline
scimonster wrote:
rdococ wrote:
scimonster wrote:
Cool! I wish it had some more features though.
![]()
But it's the only one with the button feature... ...and it uses lists inside lists.
True... I do really like it though!
It didn't work when I tried doing <span style="color:red">, but I don't think you can make colored text there.
![]()
Try the <button> tag.
For example,
<button>
Click here!
This is the text displayed when clicked.
So, this is also the text displayed.
</button>
yields a line of text you can enter in the button interaction ask, and if you enter the name of the button, the text comes up in a sublist of the sublist that's like an "app".
Offline