Discuss Scratch
- davidkt
- Scratcher
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)
- 9kiwi9
- Scratcher
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
- Scratcher
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
- Scratcher
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.
- tatefly
- Scratcher
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
- Scratcher
1000+ posts
Float, Scratch 2.0 Mod
What's djdolphins method?http://scratch.mit.edu/discuss/topic/34634/
- 9kiwi9
- Scratcher
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
- Scratcher
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
- Scratcher
500+ posts
Float, Scratch 2.0 Mod
How about “Float”? Like clouds? Logo could be some clouds.
- drak056
- Scratcher
33 posts
Float, Scratch 2.0 Mod
What about some read/write file (for example read line of file ; write to line of file ) ?
- drak056
- Scratcher
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()
- Blueinkproductions
- Scratcher
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
- davidkt
- Scratcher
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
- TeslaTech
- Scratcher
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
- djdolphin
- Scratcher
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.