Discuss Scratch

TailsFanV51
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

guskje337 wrote:

TailsFanV51 wrote:

How do I enter Dev Mode?
type megafish
Exactly how do you type megafish? I tried to type it and nothing happened.

Come check out Sonic LUX, my Sonic thing!
landonwang
Scratcher
72 posts

Blue 1.4β, a Scratch 2.0 Mod

TailsFanV51 wrote:

guskje337 wrote:

TailsFanV51 wrote:

How do I enter Dev Mode?
type megafish
Exactly how do you type megafish? I tried to type it and nothing happened.

SHIFT + Click on EDIT

Click developer mode

type megafish


;
TailsFanV51
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

landonwang wrote:

TailsFanV51 wrote:

guskje337 wrote:

TailsFanV51 wrote:

How do I enter Dev Mode?
type megafish
Exactly how do you type megafish? I tried to type it and nothing happened.

SHIFT + Click on EDIT

Click developer mode

type megafish
oh

Come check out Sonic LUX, my Sonic thing!
guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

megafish

This signature has been eaten.
TailsFanV51
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

I have a block suggestion!
(if <> [] else [] :: operators)
should probably go in Strings, since it reports a string.
Now…
<if <> then <> else <> :: control> // I don't know what category to put it in.
I actually recreated this with Custom Blocks. So, if the first predicate is true, it reports the second predicate. If the first predicate is not true, it reports the third predicate.

Come check out Sonic LUX, my Sonic thing!
120SecondRule
New to Scratch
1 post

Blue 1.4β, a Scratch 2.0 Mod

nothing

Last edited by 120SecondRule (Feb. 14, 2017 18:15:51)

guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

I have some block suggestions:

start timer::sensing
and
stop timer::sensing
please add the blocks? PLEASE,PLEASE?

This signature has been eaten.
miniepicness
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

I actually really like blue, it is a lot like just updated scratch, and sadly scratch will never add some of these blocks to scratch.mit.edu D:
TheYellowTeam
Scratcher
24 posts

Blue 1.4β, a Scratch 2.0 Mod

landonwang wrote:

TailsFanV51 wrote:

Workaround for safe url opening
if <<dialog confirm with title [Go to url?] and message [Open url wantedurl?] :: #8EA028> = <true :: operators>> :: control
open url [wantedurl] :: #0000FF

the (= true) is not needed
if <dialog confirm with title [Go to url?] and message [Open url wantedurl?] :: #8EA028> :: control
open url [wantedurl] :: #0000FF

Dolan from super planet dolan: Truth? More like the TRITH
landonwang
Scratcher
72 posts

Blue 1.4β, a Scratch 2.0 Mod

TailsFanV51 wrote:

I have a block suggestion!
(if <> [] else [] :: operators)
should probably go in Strings, since it reports a string.
Now…
<if <> then <> else <> :: control> // I don't know what category to put it in.
I actually recreated this with Custom Blocks. So, if the first predicate is true, it reports the second predicate. If the first predicate is not true, it reports the third predicate.
(if <...> else [true] :: operators)

Last edited by landonwang (Feb. 14, 2017 22:26:50)



;
kaemar
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

TheYellowTeam wrote:

IIGunnerII wrote:

chriswright1203 wrote:

What does developer mode do anyways?
yeah i was available to see that.
idk what Dev mode is
??? project?
SO YOU ARE SCARING ME XD
they are scareing you ? How are they scareing you ? Also i know what Dev_Mode is, it stands for Developer mode, It's mostly used in 3d projects.

Last edited by kaemar (Feb. 20, 2017 14:46:40)


Yo to everyone.
I make tributes! Slideshows with effects based on fandoms fnaf and Pokémon mostly! See them here https://scratch.mit.edu/studios/3431879/
TheYellowTeam
Scratcher
24 posts

Blue 1.4β, a Scratch 2.0 Mod

kaemar wrote:

TheYellowTeam wrote:

IIGunnerII wrote:

chriswright1203 wrote:

What does developer mode do anyways?
yeah i was available to see that.
idk what Dev mode is
??? project?
SO YOU ARE SCARING ME XD
they are scareing you ? How are they scareing you ? Also i know what Dev_Mode is, it stands for Developer mode, It's mostly used in 3d projects.

That message is old. please delete your message

Last edited by TheYellowTeam (Feb. 20, 2017 18:24:49)

Scratch_Mapping
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

GRA0007 wrote:

define(custom reporter::custom)
{
}(report[]::custom-arg cstart)::custom cap

define<custom boolean>
{
}(report<>::custom-arg cstart)::custom cap
Fixed the scratchblocks code.

Next time for custom loops use {} instead of ::cstart, ::celse, or ::cend!

Last edited by Scratch_Mapping (Feb. 27, 2017 03:25:18)


 :: obsolete
:: #FFFFFF
:: pen
TheYellowTeam
Scratcher
24 posts

Blue 1.4β, a Scratch 2.0 Mod

nothing sorry

Last edited by TheYellowTeam (Feb. 27, 2017 04:02:14)

guskje337
New to Scratch
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

Jonathan50 wrote:

(The workaround isn't hard though:
define(factorial (n :: custom-arg) :: custom)
if <zero? (n :: custom-arg) :: custom> then
report [1] :: custom cap
end
report ((n :: custom-arg) * (factorial ((n :: custom-arg) - (1)) :: custom)) :: custom cap

even it is better!

define(factorial (n :: custom-arg) :: custom)
if <zero? (n :: custom-arg) :: custom> then
report [1] :: custom cap
else
report ((n :: custom-arg) * (factorial ((n :: custom-arg) - (1)) :: custom)) :: custom cap
end

That way it is better!

Last edited by guskje337 (March 3, 2017 06:38:22)


This signature has been eaten.
Gabriel2900
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

Add this block:
(<> to number :: operators)
Gabriel2900
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

While Send [message] {
} :: extension
and this block
NoMod-Programming
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

Well… Looks like it's time to get to work on Blue again! But first… Anybody know any hacks/workarounds for blocked .bat files on windows? My school blocks them, which makes it hard to build blue. (Also, it runs on an exe whitelist, so no external programs). Also, wish me luck because I have to program with only notepad until I can convince them to put Sublime Text on my computer!

Long-since moved on from Scratch, if you need to find all my posts, search this in google: 3499447a51c01fc4dc1e8c3b8182b41cb0e88c67
Jonathan50
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

NoMod-Programming wrote:

Well… Looks like it's time to get to work on Blue again! But first… Anybody know any hacks/workarounds for blocked .bat files on windows? My school blocks them, which makes it hard to build blue. (Also, it runs on an exe whitelist, so no external programs). Also, wish me luck because I have to program with only notepad until I can convince them to put Sublime Text on my computer!
Exciting!

Not yet a Knight of the Mu Calculus.
Team_Illuminati
Scratcher
27 posts

Blue 1.4β, a Scratch 2.0 Mod

NoMod-Programming wrote:

Well… Looks like it's time to get to work on Blue again! But first… Anybody know any hacks/workarounds for blocked .bat files on windows? My school blocks them, which makes it hard to build blue. (Also, it runs on an exe whitelist, so no external programs). Also, wish me luck because I have to program with only notepad until I can convince them to put Sublime Text on my computer!
You could try an online code editor for the now (there a decent amount of good ones). In terms of .bat files being blocked, you could tell your school about the mod and hopefully they could make an exception for you. They should be happy you are coding and stuff. xD Good luck!

when green flag clicked
if <someone needs help> then
help them
if <need help> then
plead for health
define plead for help
repeat (infinite)
spam forum for help

Check out my profile @Team_Illuminati for cool stuff!

Powered by DjangoBB