SharpScratchMod / Sharp

Sharp Scratch Mod - In Development!
http://sharpscratchmod.github.io
GNU General Public License v2.0
7 stars 2 forks source link

Add warning when HTTP blocks are in a project #10

Closed Mrcomputer1 closed 8 years ago

Mrcomputer1 commented 8 years ago

https://scratch.mit.edu/discuss/post/2030505/ https://scratch.mit.edu/discuss/post/2030562/ https://scratch.mit.edu/discuss/post/2031048/ https://scratch.mit.edu/discuss/post/2031060/

NoMod-Programming commented 8 years ago

The code for the username block warning is here: https://github.com/SharpScratchMod/Sharp/blob/master/src/ui/parts/StagePart.as The code for checking for the username block is here: https://github.com/SharpScratchMod/Sharp/blob/master/src/blocks/BlockIO.as#L95 All that needs to be done is to modify it to check for http blocks as well.

Mrcomputer1 commented 8 years ago

@NoMod-Programming Ok, I will do that later

Mrcomputer1 commented 8 years ago

I think I have added the warning