Discuss Scratch

Jsl2016
Scratcher
12 posts

Post Your HTML Source Or Link Here

when green flag clicked
forever
if <i make a website?> then
post the source or link here
CLICK HERE TO MAKE A WEBSITE IN 1.0
CLICK HERE TO MAKE A WEBSITE IN 1.1
When You Post Your Source Or URL Other Pepole Can Copy And Paste It In Notepad Or A New Tab Too To Access Your Website

Last edited by Jsl2016 (Sept. 25, 2017 22:14:01)

vegeta400
Scratcher
15 posts

Post Your HTML Source Or Link Here

data:text/html,Hello, scratch!<TITLE> Hello person </TITLE><a href="http://scratch.mit.edu/projects/161382946/"> Made With The New Free Website Maker

vegeta400
Jsl2016
Scratcher
12 posts

Post Your HTML Source Or Link Here

Nice @vegeta400!

Last edited by Jsl2016 (Oct. 20, 2017 23:56:05)

leof007
Scratcher
89 posts

Post Your HTML Source Or Link Here

You should make it a visual editor (here's a bad mockup):
Paragraph
Image
EXPORT

Jsl2016
Scratcher
12 posts

Post Your HTML Source Or Link Here

did you make a website?
Jsl2016
Scratcher
12 posts

Post Your HTML Source Or Link Here

talkin to leof007
PJ4JG
Scratcher
6 posts

Post Your HTML Source Or Link Here

data:text/html,meh<TITLE> meh </TITLE><a href="http://scratch.mit.edu/projects/161382946/">
Jsl2016
Scratcher
12 posts

Post Your HTML Source Or Link Here

PJ4JG wrote:

data:text/html,meh<TITLE> meh </TITLE><a href="http://scratch.mit.edu/projects/161382946/">
try this instead: data:text/html,meh<TITLE> meh </TITLE><a href="http://scratch.mit.edu/projects/161382946/"> Made With The New Free Website Maker
Navaneet1234
Scratcher
45 posts

Post Your HTML Source Or Link Here

q

Last edited by Navaneet1234 (April 10, 2020 14:05:05)


Check Out My Projects!
Question Of The Day!
None
if <[Scratch] = [Epic]> then 
Yes Scratch Is Epic

else
Join Scratch And Then Scratch Is Epic
end
squidytheawesome
Scratcher
7 posts

Post Your HTML Source Or Link Here


data:text/html,<h1>Super Website</h1> <a>Play Here -></a> <a href="https://scratch.mit.edu/projects/376958637/“>Check out website here.</a> <a href=”“>Created with ”Free website maker".</a>

Last edited by squidytheawesome (April 10, 2020 09:06:04)

smisamul6
Scratcher
100+ posts

Post Your HTML Source Or Link Here

<html>
<head>
<script type=“text/javascript” src='http://code.jquery.com/jquery-latest.min.js'></script>
<script>

var username = “griffpatch”;
var page=1;

function load( e ) {
$.get( "http://scratch.mit.edu/users/“ + username + ”/followers/?page=1", loaded );
}

function loaded( data ) {
var $dom = $( data );
var $users = $dom.find('span.title').children();
var $out = $('#result');

for (var i=0; i<$users.length; i++) {
var user = $users.text.trim();
$out.prepend( user+'<br>' );
}

page++;
$.get( "http://scratch.mit.edu/users/“ + username + ”/followers/?page=“+page, loaded );
};

</script>
</head>
<body onload=”load(event);">
<div id='result'></div>
</body>
</html>

This is a signature!
This is Sam!

when green flag clicked
say [Scratch On!]
broadcast [Eat my Face! v]

when I receive [Eat my Face! v]
say [NOOOO!!!]
pen down
move (23) steps
turn cw (12) degrees
point in direction (My House v)
say [Back to my House, I goo!]
legorack
Scratcher
4 posts

Post Your HTML Source Or Link Here

data:text/html,dtitzuzu<TITLE> lol </TITLE><a href="http://scratch.mit.edu/projects/161382946/"> Made With The New Free Website Maker

when green flag clicked
forever
if <(Following?) = [ye]> then
say [thank you :)]
else
say [Please follow me ]
end
end
Follow me here
asamy72
New to Scratch
1 post

Post Your HTML Source Or Link Here

'

Last edited by asamy72 (Oct. 26, 2021 00:36:21)

RixTheTyrunt
Scratcher
33 posts

Post Your HTML Source Or Link Here

smisamul6 wrote:

<html>
<head>
<script type=“text/javascript” src='http://code.jquery.com/jquery-latest.min.js'></script>
<script>

var username = “griffpatch”;
var page=1;

function load( e ) {
$.get( "http://scratch.mit.edu/users/“ + username + ”/followers/?page=1", loaded );
}

function loaded( data ) {
var $dom = $( data );
var $users = $dom.find('span.title').children();
var $out = $('#result');

for (var i=0; i<$users.length; i++) {
var user = $users[i]text.trim();
$out.prepend( user+'<br>' );
}

page++;
$.get( "http://scratch.mit.edu/users/“ + username + ”/followers/?page=“+page, loaded );
};

</script>
</head>
<body onload=”load(event);">
<div id='result'></div>
</body>
</html>
Here is the demo!

Last edited by RixTheTyrunt (Feb. 5, 2022 10:42:27)


(:>°^ :: #964b00)

This is Zack, post him in your signatures so that he could explore Scratch! ( He could also protect your signature from evil kumquats )
[scratchblocks](:>°^ :: #964b00)[/scratchblocks]
RixTheTyrunt
Scratcher
33 posts

Post Your HTML Source Or Link Here

Also another editor I've made with one example ( and is almost like W3Schools' Tryit ) : CodeIts from CSSDojo!

Last edited by RixTheTyrunt (Feb. 5, 2022 10:47:56)


(:>°^ :: #964b00)

This is Zack, post him in your signatures so that he could explore Scratch! ( He could also protect your signature from evil kumquats )
[scratchblocks](:>°^ :: #964b00)[/scratchblocks]
nexoalex
Scratcher
61 posts

Post Your HTML Source Or Link Here

Jsl2016 wrote:

when green flag clicked
forever
if <i make a website?> then
post the source or link here
CLICK HERE TO MAKE A WEBSITE IN 1.0
CLICK HERE TO MAKE A WEBSITE IN 1.1
When You Post Your Source Or URL Other Pepole Can Copy And Paste It In Notepad Or A New Tab Too To Access Your Website
potatobonzai.w3spaces.com
Charlieonthego
Scratcher
20 posts

Post Your HTML Source Or Link Here

<!DOCTYPE html>
<html>
<head>
<!– Google Tag Manager –>
<script>
window = window || ;
window.push({
“gtm.start”: new Date().getTime(),
event: “gtm.js”
)};
var f = document.getElementsByTagName(“script”);
j = document.createElement(“script”)
dl = “dataLayer” != “dataLayer” ? “&l=dataLayer”: “”;
j.async = true;
j.src = "https://tagmanager.google.com/gtm.js?id=GTM-NBMRDKQdataLayer“;
f.parentNode.insertBefore(j, f);
</script>
<!– End Google Tag Manager –>
<meta charset=”utf-8“>
<!– Prevent mobile Safari from making phone numbers –>
<meta name=”format-detection“ content=”telephone=no“>
</head>
<body>
<!– Noscript (GTM) –>
<noscript>
<iframe height=”0“ width=”0"></iframe>
<!– End Noscript (GTM) –>
<!– Translate title element –>
</body>
</html>
Charlieonthego
Scratcher
20 posts

Post Your HTML Source Or Link Here

Charlieonthego wrote:

<!DOCTYPE html>
<html>
<head>
<!– Google Tag Manager –>
<script>
window = window || ;
window.push({
“gtm.start”: new Date().getTime(),
event: “gtm.js”
)};
var f = document.getElementsByTagName(“script”);
j = document.createElement(“script”)
dl = “dataLayer” != “dataLayer” ? “&l=dataLayer”: “”;
j.async = true;
j.src = "https://tagmanager.google.com/gtm.js?id=GTM-NBMRDKQdataLayer“;
f.parentNode.insertBefore(j, f);
</script>
<!– End Google Tag Manager –>
<meta charset=”utf-8“>
<!– Prevent mobile Safari from making phone numbers –>
<meta name=”format-detection“ content=”telephone=no“>
</head>
<body>
<!– Noscript (GTM) –>
<noscript>
<iframe height=”0“ width=”0"></iframe>
<!– End Noscript (GTM) –>
<!– Translate title element –>
</body>
</html>
just copied and pasted the whole code of Scratch

Powered by DjangoBB