This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Suggestions
  •  » Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

#1 2012-12-20 15:37:09

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

Like ‹Software›ScratchPlayerFlash.exe+Experimentalviewer.exe‹/software›‹script›
read
document.sb
play ¨doc.sb¨
‹/script›

when gf clicked
say[I hope you like my idea say if you do] for (2) secs
P.S this Code does not exist

Last edited by Devloper123 (2012-12-27 15:52:34)


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#2 2012-12-20 17:31:49

Sonickyle
Scratcher
Registered: 2010-10-16
Posts: 100

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

I'm not sure all of us Understand HTML code.
Can you explain your idea without posting code that is meaningless to most of us?


http://i1270.photobucket.com/albums/jj616/Sonickyle27/BannerV1.png
My Online Status on Scratch: http://blocks.scratchr.org/API.php?user=Sonickyle&action=onlineStatus

Offline

 

#3 2012-12-20 17:53:20

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

I'm not sure if you understand what HTML is.  It's a markup language used to display webpages, and it has a set number of tags.  You don't just go around adding tags to it, the w3c has to accept it, then all the major browsers have to implement it.  What you may be talking about is XML, but what purpose would that serve?  I really don't understand your suggestion  hmm


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#4 2012-12-20 20:18:12

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

So iPhone/Android can can have Scratch 2.0


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#5 2012-12-21 07:55:17

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

Firedrake969 wrote:

So iPhone/Android can can have Scratch 2.0

Not iPhone because it can't support Flash....


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#6 2012-12-21 07:56:14

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

Firedrake969 wrote:

So iPhone/Android can can have Scratch 2.0

the way to OP is worded though, it seems like he's suggesting adding another tag to html, as well as a another scripting language or something.

Plus, the ST has already said they will be working on an HTML5 viewer for mobile devices after 2.0 is release

Last edited by SJRCS_011 (2012-12-21 07:56:51)


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#7 2012-12-27 15:50:50

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

SJRCS_011 wrote:

I'm not sure if you understand what HTML is.  It's a markup language used to display webpages, and it has a set number of tags.  You don't just go around adding tags to it, the w3c has to accept it, then all the major browsers have to implement it.  What you may be talking about is XML, but what purpose would that serve?  I really don't understand your suggestion  hmm

WellI just made that HTML Up but I do know proper HTML


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#8 2012-12-27 15:54:58

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

Sonickyle wrote:

I'm not sure all of us Understand HTML code.
Can you explain your idea without posting code that is meaningless to most of us?

Well I mean inserting Scratch 2.0 in a HTML website might cost money though


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#9 2012-12-27 15:56:37

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

I know!HTML inframes!
‹!doctype html>
<html lang=en>
<meta charset=utf-8>
<head>
<title>Scratch 2.0</title>
</head>
<body>
‹iframe src=http://alpha.scratch.mit.edu/‹/iframe›
‹/body›
‹/html›

Last edited by Devloper123 (2012-12-27 16:04:33)


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#10 2012-12-28 04:42:33

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

This won't make any sense at all until you explain what you're trying to say.

(Btw, you forgot to close some of your tags, and the doctype isn't a tag)

Offline

 

#11 2012-12-28 05:05:51

Sonickyle
Scratcher
Registered: 2010-10-16
Posts: 100

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

SJRCS_011 wrote:

I'm not sure if you understand what HTML is.  It's a markup language used to display webpages, and it has a set number of tags.  You don't just go around adding tags to it, the w3c has to accept it, then all the major browsers have to implement it.  What you may be talking about is XML, but what purpose would that serve?  I really don't understand your suggestion  hmm

I understand some HTML, there was no need to explain what it is.  tongue


http://i1270.photobucket.com/albums/jj616/Sonickyle27/BannerV1.png
My Online Status on Scratch: http://blocks.scratchr.org/API.php?user=Sonickyle&amp;action=onlineStatus

Offline

 

#12 2012-12-28 08:43:03

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

Sonickyle wrote:

SJRCS_011 wrote:

I'm not sure if you understand what HTML is.  It's a markup language used to display webpages, and it has a set number of tags.  You don't just go around adding tags to it, the w3c has to accept it, then all the major browsers have to implement it.  What you may be talking about is XML, but what purpose would that serve?  I really don't understand your suggestion  hmm

I understand some HTML, there was no need to explain what it is.  tongue

He was referring to the OP.

Offline

 

#13 2012-12-28 09:07:21

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

I understand HTML, but I don't understand this suggestion...


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 
  • Index
  •  » Suggestions
  •  » Scratch 2.0 with experimental viewer(Or higher)in website code (HTML)

Board footer