Discuss Scratch
- davidkt
-
1000+ posts
Float, Scratch 2.0 Mod

Scratch 2.0 Mod by Davidkt
UPDATE: Website! Credit to turkey3 for hosting. It's at http://float.gwiddle.org/ . I put a beta version up here!
I'm making a Scratch 2.0 mod called Float. Credit to whizzer for the name!
I will possibly add:
-A few new blocks
-Better vector editing
-System fonts
-Custom reporters and booleans
-Cloud lists
-Strings in all data
Changes so far:
- Bubbles when you click on reporters (thanks so much, nXIII!)
Blocks:
LOOKS::hat looks
show all sprites::looks//Shows all sprites
hide all sprites::looks//Hides all sprites and deletes all clones
<showing?::looks>//Reports whether or not the sprite is showing
([color v] effect::looks)//Reports the selected graphic effect
previous costume::looks
CONTROL::hat control
delete all clones::control//Does exactly what you expect.
(clones::control)//Reports the total amount of clones.
for each [v v] in (10)::cstart control//Iterates through the number given with the given variable as the iterator
end
while <>::cstart control//The opposite of "repeat until".
end
FILES (new category)::hat motion
save [] to file as [file.txt]::motion//Pops up a save file dialog and saves the given text to a file with the default name given in the second argument.
Last edited by davidkt (Aug. 24, 2014 17:55:56)
Remember when I looked like this? I still do.

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
- 9kiwi9
-
100+ posts
Float, Scratch 2.0 Mod
Ideas:
1. use system fonts
2. cloud lists
3. cookie variables
4. cookie lists
5. strings in cloud vars and suggestions 2-4
——————————————————————————————-
You can call it Upgraded.
1. use system fonts
2. cloud lists
3. cookie variables
4. cookie lists
5. strings in cloud vars and suggestions 2-4
——————————————————————————————-
You can call it Upgraded.
- 9kiwi9
-
100+ posts
Float, Scratch 2.0 Mod
Oh, I thought of some more:
1. Make custom reporters
2. Make custom booleans
1. Make custom reporters
2. Make custom booleans
- davidkt
-
1000+ posts
Float, Scratch 2.0 Mod
System fonts, yes definitely.
Custom reporters and booleans- yup.
Cloud lists- yes.
Cookie data- I don't know. I'll think about it.
Strings in all data- Yes.
Custom reporters and booleans- yup.
Cloud lists- yes.
Cookie data- I don't know. I'll think about it.
Strings in all data- Yes.
Remember when I looked like this? I still do.

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
- tatefly
-
46 posts
Float, Scratch 2.0 Mod
if you add cookie data then that'll be something special and different about your mod and you can go about modding it from there

- djdolphin
-
1000+ posts
Float, Scratch 2.0 Mod
What's djdolphins method?http://scratch.mit.edu/discuss/topic/34634/
!
- 9kiwi9
-
100+ posts
Float, Scratch 2.0 Mod
Nice. System fonts, yes definitely.
Custom reporters and booleans- yup.
Cloud lists- yes.
Cookie data- I don't know. I'll think about it.
Strings in all data- Yes.
- PullJosh
-
1000+ posts
Float, Scratch 2.0 Mod
Name idea: My really cool 2.0 mod.
I'm bad at thinking of names.
I'm bad at thinking of names.

- whizzer
-
500+ posts
Float, Scratch 2.0 Mod
How about “Float”? Like clouds? Logo could be some clouds.
- davidkt
-
1000+ posts
Float, Scratch 2.0 Mod
Great idea!
Remember when I looked like this? I still do.

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
- drak056
-
33 posts
Float, Scratch 2.0 Mod
What about some read/write file (for example read line of file ; write to line of file ) ?
If I'm normal? Hopefully not.
If I'm sane? Well, I hope so. Everybody else says so, so it must be true.
- drak056
-
33 posts
Float, Scratch 2.0 Mod
*there were suposed to be squere braclets like this: read line () of file(); write() to line() of file()
If I'm normal? Hopefully not.
If I'm sane? Well, I hope so. Everybody else says so, so it must be true.
- davidkt
-
1000+ posts
Float, Scratch 2.0 Mod
Okay
Remember when I looked like this? I still do.

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
- davidkt
-
1000+ posts
Float, Scratch 2.0 Mod
Thanks Possibly going to be as good as BYOB

Remember when I looked like this? I still do.

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
- Blueinkproductions
-
1000+ posts
Float, Scratch 2.0 Mod
Could you add these blocks from Panther?
make [a variable]:: variables
move [a variable v] to x:() y:() :: variables // the [a variable v] bit accepts strings
(a variable v) :: variables // this block is shaped like a numerical reporter
(a list v) :: lists // this block is shaped like a numerical reporter and is a list block
Generation 2: the first time you see this copy and paste it on top of your sig in the scratch forums and increase generation by 1. Social experiment.
____ _____ _______
| \ | | | | | |\ | | /
|___/ | | | |__ | | \ | |/
| \ | | | | | | \ | |\
| | | | | | | | \ | | \
|___/ L____ \___/ |_____ ___|___ | \| | \
PRODUCTIONS
Here's a hint: support = support.
<shameless self promotion>follow me! follow me! follow me! love my stuff! love my stuff! love my stuff! follow me! love my stuff! remix my stuff! follow me! follow me! </shameless self promotion>
- davidkt
-
1000+ posts
Float, Scratch 2.0 Mod
Sure! Could you add these blocks from Panther?
make [a variable]:: variables
move [a variable v] to x:() y:() :: variables // the [a variable v] bit accepts strings
(a variable v) :: variables // this block is shaped like a numerical reporter
(a list v) :: lists // this block is shaped like a numerical reporter and is a list block
Remember when I looked like this? I still do.

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog

Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
- TeslaTech
-
49 posts
Float, Scratch 2.0 Mod
I CAN MAKE Could you add these blocks from Panther?
make [a variable]:: variables
move [a variable v] to x:() y:() :: variables // the [a variable v] bit accepts strings
(a variable v) :: variables // this block is shaped like a numerical reporter
(a list v) :: lists // this block is shaped like a numerical reporter and is a list block
make [a variable]:: variables IN A NORMAL 2.0 CUSTOM BLOCK

my scratch2.0 mod:Zappedtech.swf or zappedtech site
set [ TeslaTech] to [a nice guy]A PLATINUM rule for life: be fun
set [TeslaTech] to [a great scratcher]
set [TeslaTech] to [a great friend]
when I receive [ a message]
say [Hi]
REALLY fun
- djdolphin
-
1000+ posts
Float, Scratch 2.0 Mod
Are we still going to try working together on a single mod? I've decided to temporarily stop development of Coyote until I get permission from the Scratch team to publish it. I contacted them last week but they still haven't responded.
!