Ohh, and another idea, for your File I/O blocks, maybe you could use the bigger text box like you have in the ''info dialog [You won the lottery!] and wait' block...
Offline
nsmbodabor wrote:
show scroller dialog [Big Dialog] with text [some text here...]This would create the following type of dialog:
http://i45.tinypic.com/2iswbxg.png
(can't put the image into the post because apparently I'm a new scratcher even though i've been here for 2 years, lol)
Maybe. You can create reasonably large stuff with the current block.
Btw, I saw why you aren't a Scratcher. You need to comment on other peoples' projects.
Offline
nsmbodabor wrote:
Ohh, and another idea, for your File I/O blocks, maybe you could use the bigger text box like you have in the ''info dialog [You won the lottery!] and wait' block...
That's probably a good idea. I'll go do that.
Offline
Here's another idea of mine,
I think it'd be handy if anybody wanted to make projects such as O.S's with insanity:
http://i50.tinypic.com/c46bs.png
Offline
nsmbodabor wrote:
Here's another idea of mine,
I think it'd be handy if anybody wanted to make projects such as O.S's with insanity:
http://i50.tinypic.com/c46bs.png
That's a good idea. I could try.
I already have this, though:
ask [something] in dialog with options [opt a] [opt b] [opt c]
Offline
I know, i just thought that you could use it as part of an OS style project...
so you could do something like,
if <right button clicked?> if <(dropdown [item1] [item2] ) = [item1]> Script if item 1 clicked here else Script if item 2 clicked here end endThe code for right button down would simply be '^ Sensor rightButtonPressed'
Offline
^that right button code is from a custom panther block btw, so you might have to edit it it to put it directly into the source
Offline
You should have:
when gf clicked presentation mode [on v] presentation mod [off v]
Offline
jvvg wrote:
nsmbodabor wrote:
Here's another idea of mine,
I think it'd be handy if anybody wanted to make projects such as O.S's with insanity:
http://i50.tinypic.com/c46bs.pngThat's a good idea. I could try.
I already have this, though:ask [something] in dialog with options [opt a] [opt b] [opt c]
I was thinking of:
ask [something] in dialog with options [opt a v] ask [something] in dialog with options [opt b v] ask [something] in dialog with options [opt c v] ask [something] in dialog with options [new option v]
Offline
jvvg wrote:
barndawg wrote:
You should have:
when gf clicked presentation mode [on v] presentation mod [off v]They're already in!
Oh!
Offline
Also, what about a start program block
start program [C:/Program Files/Scratch/Scratch.exe] BROWSE
Offline
barndawg wrote:
Also, what about a start program block
start program [C:/Program Files/Scratch/Scratch.exe] BROWSE
waaay too dangerous
Offline
jvvg wrote:
SJRCS_011 wrote:
barndawg wrote:
Also, what about a start program block
waaay too dangerous
Yeah.
I can provide an example of the dangers it can be used for:
start program [C:\Windows\System32\shutdown.exe] BROWSEIf it was made, someone could make a malicious project that could just shut the computer down
Offline
DigiTechs wrote:
jvvg wrote:
SJRCS_011 wrote:
waaay too dangerousYeah.
I can provide an example of the dangers it can be used for:
start program [C:\Windows\System32\shutdown.exe] BROWSEIf it was made, someone could make a malicious project that could just shut the computer down
...or stuff much, much worse.
Offline
how about
set pen color to r [x] g [y] b [z]and, related to what you said, anyone who is advanced enough to use Insanity 1.2/Warp should know that r, g, and b mean red, green, and blue respectively
Offline
jvvg wrote:
DigiTechs wrote:
jvvg wrote:
Yeah.I can provide an example of the dangers it can be used for:
start program [C:\Windows\System32\shutdown.exe] BROWSEIf it was made, someone could make a malicious project that could just shut the computer down...or stuff much, much worse.
Also, if you were to post the project, you'd have to download the file too...
Offline
omniscience wrote:
how about
set pen color to r [x] g [y] b [z]and, related to what you said, anyone who is advanced enough to use Insanity 1.2/Warp should know that r, g, and b mean red, green, and blue respectively
Oh! and i'm actually pretty experienced with scratch and know a little squeak. just that my account is new...
I think it works well enough with the "set pen color to []" block
Offline
jvvg wrote:
omniscience wrote:
how about
set pen color to r [x] g [y] b [z]and, related to what you said, anyone who is advanced enough to use Insanity 1.2/Warp should know that r, g, and b mean red, green, and blue respectively
Oh! and i'm actually pretty experienced with scratch and know a little squeak. just that my account is new...I think it works well enough with the "set pen color to []" block
yeah, but if you want a specific color, it is better.
and otherwise, how about a pen block like this:
set pen color to [white v]
Offline
forgot to add, but it would also contain other colors like black, red, green, blue, yellow, etc. the color of those colors could be something like that of the costume/background editor's color pallet, third row
Offline