Discuss Scratch

infinitytec
Scratcher
1000+ posts

~tosh~ public beta

liam48D wrote:

blob8108 wrote:

__init__ wrote:

Well this is awesome…
Thanks
  • the exit full screen button is invisible in full screen
  • why is cursor:pointer in the text editor
I don't get either of these. Browser/OS?
I get the invisible exit full screen button.. My browser / operating system: MacOS Macintosh X 10.11, Firefox 48.0, Flash 21.0 (release 0)
I get it, too.
My browser / operating system: Windows NT 10.0, Firefox 45.0, Flash 21.0 (release 0)
MathWizz
Scratcher
100+ posts

~tosh~ public beta

blob8108 wrote:

  • the exit full screen button is invisible in full screen
  • why is cursor:pointer in the text editor
I don't get either of these. Browser/OS?
I get just the cursor:pointer one.
My browser / operating system: Linux, Chrome 51.0.2687.0, Flash 21.0 (release 0)
Jonathan50
Scratcher
1000+ posts

~tosh~ public beta

scratchisthebest wrote:

Little bug?

repeat 10

end
(no spaces in the middle line)

If my cursor is in the middle line there's no way to readd the spaces - pressing neither space nor tab works
It's bad practice to have trailing spaces at the end of the line.
BabyChewie
Scratcher
91 posts

~tosh~ public beta

andrewjcole wrote:

Could be a Firefox issue judging by the past two victims. Can't test right now.
Actually, I got a fullscreen error too.
In fullscreen, the button was there, but when I clicked it, nothing happened. I couldn't press any buttons to escape fullscreen (not even escape). My mouse moved, so it was clear my computer didn't freeze.
My browser / operating system: Linux, Chrome 49.0.2623.110.
Blueinkproductions
Scratcher
1000+ posts

~tosh~ public beta

Blueinkproductions wrote:

Blob. The GH repository linked on the main page for the source gives me a 404. You might want to change that.
Reminding.
blob8108
Scratcher
1000+ posts

~tosh~ public beta

Blueinkproductions wrote:

[The GH repository linked on the main page for the source gives me a 404
Yes, I know, this is intentional—I haven't released the source code yet
NickyNouse
Scratcher
1000+ posts

~tosh~ public beta

I was poking around the source and made a discovery, the text caret is supposed to be blinking.

.CodeMirror-cursors successfully has the style=“visibility: hidden” show up in Chrome's inspector but it looks like there's 2 !important's in tosh-min.css that are overriding the inline style and causing it to always be visible (you wouldn't think !important could override an inline style but apparently it can).

Newest Chrome on a 2010 Macbook Pro running OSX 10.8
gtoal
Scratcher
1000+ posts

~tosh~ public beta

blob8108 wrote:

gtoal wrote:

No point - I've since worked out that it hangs on *every* sb2 file.

I tried again using the new Microsoft browser on Win10 and it loaded all the files just fine.

Browser is Chrome, Version 49.0.2623.110 m, on Windows 10.

This is really upsetting Can I confirm it hangs on opening, but it saves just fine? Is there anything in the JavaScript console?
I can't save because it stays on the blurred-out screen indefinitely. Or at least longer than I am willing to wait. I haven't tried the javascript console on account of not being familiar with the javascript console. That and being in hospital recovering from a heart operation doesn't help… :-)

Graham
adespotist
New Scratcher
95 posts

~tosh~ public beta

gtoal wrote:

blob8108 wrote:

gtoal wrote:

No point - I've since worked out that it hangs on *every* sb2 file.

I tried again using the new Microsoft browser on Win10 and it loaded all the files just fine.

Browser is Chrome, Version 49.0.2623.110 m, on Windows 10.

This is really upsetting Can I confirm it hangs on opening, but it saves just fine? Is there anything in the JavaScript console?
I can't save because it stays on the blurred-out screen indefinitely. Or at least longer than I am willing to wait. I haven't tried the javascript console on account of not being familiar with the javascript console. That and being in hospital recovering from a heart operation doesn't help… :-)

Graham
I hope you are alright! Feel better
sam2016___
Scratcher
100+ posts

~tosh~ public beta

blob8108 wrote:



I wrote a text-based Scratch project editor, called tosh.

Try it now!

Please:
  • Use it
  • Give constructive feedback, via forums/email/twitter/github/whatever
  • Comment on/love the Scratch project (can we maybe get it featured?)
  • Make projects with it, share them with the tag “tosh”, add them to the studio
  • Say nice things
  • Read the blog post

Open-source version to follow, since a couple of people have already expressed interest in modding. (Also I'd like to accept PRs!) It'll be 3-clause BSD licensed; probably I'll release the source tomorrow or next week.

Please use this thread to talk about tosh, tosh mods (unless they get super-big), programming languages, that sort of interesting thing. Please don't spam memes/quotes/irrelevant things here; I don't want this thread to get closed like the last one was! Irrelevant posts will be silently deleted.

“tosh on”
OOH I LIKE THE LOOK OF THIS.
Just going to download now.
What's it coded in (Python, Java or C/C++)?
Also, if so please release it for the Raspberry Pi, since that can run Python, Java and C/C++ apps (unless they are x86, only ARM debian files run)
sam2016___
Scratcher
100+ posts

~tosh~ public beta

Forget what I said, it looks like its HTML5, and that's good.
NickyNouse
Scratcher
1000+ posts

~tosh~ public beta

sam2016___ wrote:

blob8108 wrote:

-snip-
OOH I LIKE THE LOOK OF THIS.
Just going to download now.
What's it coded in (Python, Java or C/C++)?
Also, if so please release it for the Raspberry Pi, since that can run Python, Java and C/C++ apps (unless they are x86, only ARM debian files run)
The online version is JS. Idk about the Mac version, maybe some C flavor or a tiny HTML5 wrapper

EDIT: nvm, ninja'd

Last edited by NickyNouse (April 14, 2016 17:18:50)

sam2016___
Scratcher
100+ posts

~tosh~ public beta

Welp, JS can run on the Pi.
But 2.0 is ported to JS?
So in theory we could export our games and run them in JS, rather than Flash, which could create a whole new way to publish HTML5 games.
Correct me if I'm misunderstanding anything.
But the 2.0 player is HTML5/JS on it or is it just normal Flash.

Last edited by sam2016___ (April 14, 2016 17:21:39)

WooHooBoy
Scratcher
1000+ posts

~tosh~ public beta

sam2016___ wrote:

Welp, JS can run on the Pi.
But 2.0 is ported to JS?
So in theory we could export our games and run them in JS, rather than Flash, which could create a whole new way to publish HTML5 games.
Correct me if I'm misunderstanding anything.
But the 2.0 player is HTML5/JS on it or is it just normal Flash.
Well phosphorus exists. Tosh can run the actual project through phosphorus because phosphorus doesn't let you do sb2s by default
NickyNouse
Scratcher
1000+ posts

~tosh~ public beta

WooHooBoy wrote:

sam2016___ wrote:

Welp, JS can run on the Pi.
But 2.0 is ported to JS?
So in theory we could export our games and run them in JS, rather than Flash, which could create a whole new way to publish HTML5 games.
Correct me if I'm misunderstanding anything.
But the 2.0 player is HTML5/JS on it or is it just normal Flash.
Well phosphorus exists. Tosh can run the actual project through phosphorus because phosphorus doesn't let you do sb2s by default
tho once blob releases the tosh source, someone will inevitably poke through it and figure out how to zombify phosphorous
sam2016___
Scratcher
100+ posts

~tosh~ public beta

Okay, I might wait until that happens. Or just move onto proper HTML5 programming.
NickyNouse
Scratcher
1000+ posts

~tosh~ public beta

You're probably aware of this, but in the autofill hint box the text “when flag clicked” doesn't have a green section
blob8108
Scratcher
1000+ posts

~tosh~ public beta

gtoal wrote:

I can't save because it stays on the blurred-out screen indefinitely. Or at least longer than I am willing to wait. I haven't tried the javascript console on account of not being familiar with the javascript console. That and being in hospital recovering from a heart operation doesn't help… :-)
I saw on another thread; I am sorry to hear about that Sounds like you're better though, which is good.

I can't reproduce this, so I think seeing one of the files you're using might help? Alternatively, a screenshot or copy/paste of the Javascript console, which you can open by pressing Ctrl+Shift+J, would be really helpful.

Thanks again
gtoal
Scratcher
1000+ posts

~tosh~ public beta

blob8108 wrote:

gtoal wrote:

I can't save because it stays on the blurred-out screen indefinitely. Or at least longer than I am willing to wait. I haven't tried the javascript console on account of not being familiar with the javascript console. That and being in hospital recovering from a heart operation doesn't help… :-)
I saw on another thread; I am sorry to hear about that Sounds like you're better though, which is good.

I can't reproduce this, so I think seeing one of the files you're using might help? Alternatively, a screenshot or copy/paste of the Javascript console, which you can open by pressing Ctrl+Shift+J, would be really helpful.

Thanks again
Aha! I think I have it… I have Privacy Badger and Adblock Plus installed! The javascript log shows dozens of errors saying blocked by user!

G
bobbybee
Scratcher
1000+ posts

~tosh~ public beta

gtoal wrote:

blob8108 wrote:

gtoal wrote:

I can't save because it stays on the blurred-out screen indefinitely. Or at least longer than I am willing to wait. I haven't tried the javascript console on account of not being familiar with the javascript console. That and being in hospital recovering from a heart operation doesn't help… :-)
I saw on another thread; I am sorry to hear about that Sounds like you're better though, which is good.

I can't reproduce this, so I think seeing one of the files you're using might help? Alternatively, a screenshot or copy/paste of the Javascript console, which you can open by pressing Ctrl+Shift+J, would be really helpful.

Thanks again
Aha! I think I have it… I have Privacy Badger and Adblock Plus installed! The javascript log shows dozens of errors saying blocked by user!

G
At least it's not NoScript-by-defaut-everywhere like me! :-P

Powered by DjangoBB