Greenatic, it would be pretty easy to make another way to contact.
Offline
Haha, thanks, ProgammingFreak and SSBBM! I consider it quite a feat considering my usual concentration levels when crossing roads... I seem to remember commenting somewhere here quite a while ago saying "My life expectancy has greatly increased since I stopped licking wall-sockets" and I stand by that statement.
Offline
Happy Birthday Sparks!
Offline
sparks wrote:
Haha, thanks, ProgammingFreak and SSBBM! I consider it quite a feat considering my usual concentration levels when crossing roads... I seem to remember commenting somewhere here quite a while ago saying "My life expectancy has greatly increased since I stopped licking wall-sockets" and I stand by that statement.
Offline
LOL nice sig sparks. Glad it wont be your last! XD (Or will it be....)
Offline
Offline
('pause Scratch for %n seconds' #- #PauseScratch:) PauseScratch: t1 (Delay forSeconds: t1) wait
Note: I don't think this causes any permanent harm to your computer or Scratch, just does a close without warning and gives you an error message. This is caused by it using too much memory. I'm not sure how it works on Apple or Linux.
('crash the VM' #- #CrashVM) CrashVM self changeGraphicEffect: 'water ripple' by: 100
Scratch-Blocks > CommandBlockMorph > accessing > isStop
Add to the "or" statement:
(selector = #CrashVM)
Offline
I'm currently trying to connect the block library site to one of my own MySQL servers to see if that improves the data storage. Problem is the cpanel for dreamhost is 404ing so I can't get in to edit any of the files! Once I do, I'll have a look about email notifications and possibly adding Greenatic as TheSuccessor's successor.
I had an idea for how librarians and developers could edit the site without having access to the cpanel and that's through reading and loading any page's code into a textarea accessible for librarians. The can then edit the code in the window and it will then save and update the page file with the new content. I'll have to look up how this is done but it shouldn't be too hard.
Offline
here is my BYOB block! (Link: )http://www.mediafire.com/?ysvwf4n1k55mb5g
Last edited by tpaley (2011-10-22 14:26:49)
Offline
Greenatic wrote:
Note: I don't think this causes any permanent harm to your computer or Scratch, just does a close without warning and gives you an error message. This is caused by it using too much memory. I'm not sure how it works on Apple or Linux.
I'm too scared to try it
Offline
tpaley wrote:
Greenatic wrote:
http://www.freewebs.com/polyeztahpuppies/crashvm.gif
Note: I don't think this causes any permanent harm to your computer or Scratch, just does a close without warning and gives you an error message. This is caused by it using too much memory. I'm not sure how it works on Apple or Linux.I'm too scared to try it
Lol I did that once, its funny that it basically closes scratch and says it crashed. First time I thouht it was bad, then I noticed it did no harm.
Offline
Pecola1 wrote:
tpaley wrote:
Greenatic wrote:
http://www.freewebs.com/polyeztahpuppies/crashvm.gif
Note: I don't think this causes any permanent harm to your computer or Scratch, just does a close without warning and gives you an error message. This is caused by it using too much memory. I'm not sure how it works on Apple or Linux.I'm too scared to try it
Lol I did that once, its funny that it basically closes scratch and says it crashed. First time I thouht it was bad, then I noticed it did no harm.
What OS was that on? Windows, Mac, or Linux?
Offline
('pick a drum' #r #PickDrum) PickDrum | t1 t3 | t1 _ CustomMenu new. t3 _ 35. #(('Acoustic Bass Drum' 35) ('Bass Drum 1' 36) ('Side Stick' 37) ('Acoustic Snare' 38) ('Hand Clap' 39) ('Electric Snare' 40) ('Low Floor Tom' 41) ('Closed Hi-Hat' 42) ('High Floor Tom' 43) ('Pedal Hi-Hat' 44) ('Low Tom' 45) ('Open Hi-Hat' 46) ('Low-Mid Tom' 47) ('Hi-Mid Tom' 48) ('Crash Cymbal 1' 49) ('High Tom' 50) ('Ride Cymbal 1' 51) ('Chinese Cymbal' 52) ('Ride Bell' 53) ('Tambourine' 54) ('Splash Cymbal' 55) ('Cowbell' 56) ('Crash Cymbal 2' 57) ('Vibraslap' 58) ('Ride Cymbal 2' 59) ('Hi Bongo' 60) ('Low Bongo' 61) ('Mute Hi Conga' 62) ('Open Hi Conga' 63) ('Low Conga' 64) ('High Timbale' 65) ('Low Timbale' 66) ('High Agogo' 67) ('Low Agogo' 68) ('Cabasa' 69) ('Maracas' 70) ('Short Whistle' 71) ('Long Whistle' 72) ('Short Guiro' 73) ('Long Guiro' 74) ('Claves' 75) ('Hi Wood Block' 76) ('Low Wood Block' 77) ('Mute Cuica' 78) ('Open Cuica' 79) ('Mute Triangle' 80) ('Open Triangle' 81) ) do: [:t2 | t1 add: ' (', t3 asString, ') ', t2 first action: t2 second. t3 _ t3 +1]. ^ t1 localize startUp
('pick an instrument' #r #PickInstrument) PickInstrument | t1 t3 | t1 _ CustomMenu new. t3 _ 1. #(('Acoustic Grand' 1) ('Bright Acoustic' 2) ('Electric Grand' 3) ('Honky-Tonk' 4) ('Electric Piano 1' 5) ('Electric Piano 2' 6) ('Harpsichord' 7) ('Clavinet' 8) ('Celesta' 9) ('Glockenspiel' 10) ('Music Box' 11) ('Vibraphone' 12) ('Marimba' 13) ('Xylophone' 14) ('Tubular Bells' 15) ('Dulcimer' 16) ('Drawbar Organ' 17) ('Percussive Organ' 18) ('Rock Organ' 19) ('Church Organ' 20) ('Reed Organ' 21) ('Accordion' 22) ('Harmonica' 23) ('Tango Accordion' 24) ('Nylon String Guitar' 25) ('Steel String Guitar' 26) ('Electric Jazz Guitar' 27) ('Electric Clean Guitar' 28) ('Electric Muted Guitar' 29) ('Overdriven Guitar' 30) ('Distortion Guitar' 31) ('Guitar Harmonics' 32) ('Acoustic Bass' 33) ('Electric Bass (finger)' 34) ('Electric Bass (pick)' 35) ('Fretless Bass' 36) ('Slap Bass 1' 37) ('Slap Bass 2' 38) ('Synth Bass 1' 39) ('Synth Bass 2' 40) ('Violin' 41) ('Viola' 42) ('Cello' 43) ('Contrabass' 44) ('Tremolo Strings' 45) ('Pizzicato Strings' 46) ('Orchestral Strings' 47) ('Timpani' 48) ('String Ensemble 1' 49) ('String Ensemble 2' 50) ('SynthStrings 1' 51) ('SynthStrings 2' 52) ('Choir Aahs' 53) ('Voice Oohs' 54) ('Synth Voice' 55) ('Orchestra Hit' 56) ('Trumpet' 57) ('Trombone' 58) ('Tuba' 59) ('Muted Trumpet' 60) ('French Horn' 61) ('Brass Section' 62) ('SynthBrass 1' 63) ('SynthBrass 2' 64) ('Soprano Sax' 65) ('Alto Sax' 66) ('Tenor Sax' 67) ('Baritone Sax' 68) ('Oboe' 69) ('English Horn' 70) ('Bassoon' 71) ('Clarinet' 72) ('Piccolo' 73) ('Flute' 74) ('Recorder' 75) ('Pan Flute' 76) ('Blown Bottle' 77) ('Shakuhachi' 78) ('Whistle' 79) ('Ocarina' 80) ('Lead 1 (square)' 81) ('Lead 2 (sawtooth)' 82) ('Lead 3 (calliope)' 83) ('Lead 4 (chiff)' 84) ('Lead 5 (charang)' 85) ('Lead 6 (voice)' 86) ('Lead 7 (fifths)' 87) ('Lead 8 (bass+lead)' 88) ('Pad 1 (new age)' 89) ('Pad 2 (warm)' 90) ('Pad 3 (polysynth)' 91) ('Pad 4 (choir)' 92) ('Pad 5 (bowed)' 93) ('Pad 6 (metallic)' 94) ('Pad 7 (halo)' 95) ('Pad 8 (sweep)' 96) ('FX 1 (rain)' 97) ('FX 2 (soundtrack)' 98) ('FX 3 (crystal)' 99) ('FX 4 (atmosphere)' 100) ('FX 5 (brightness)' 101) ('FX 6 (goblins)' 102) ('FX 7 (echoes)' 103) ('FX 8 (sci-fi)' 104) ('Sitar' 105) ('Banjo' 106) ('Shamisen' 107) ('Koto' 108) ('Kalimba' 109) ('Bagpipe' 110) ('Fiddle' 111) ('Shanai' 112) ('Tinkle Bell' 113) ('Agogo' 114) ('Steel Drums' 115) ('Woodblock' 116) ('Taiko Drum' 117) ('Melodic Tom' 118) ('Synth Drum' 119) ('Reverse Cymbal' 120) ('Guitar Fret Noise' 121) ('Breath Noise' 122) ('Seashore' 123) ('Bird Tweet' 124) ('Telephone Ring' 125) ('Helicopter' 126) ('Applause' 127) ('Gunshot' 128) ) do: [:t2 | t1 add: ' (', t3 asString, ') ', t2 first action: t2 second. t3 _ t3 + 1]. ^ t1 localize startUp
('pick a note' #r #PickNote) PickNote ^ (self midiNoteMenu) localize startUp
Offline
| t1maker link t2 t3 t4|
t1 _ 0.
link_'http://dl.dropbox.com/u/6273449/', t1 asString, '.txt'.
maker_self readLine: 1 FromUrl: link.
t1_self readLine: 2 FromUrl: link.
t2_self readLine: 3 FromUrl: link.
t4_self readLine: 4 FromUrl: link.
t4_self stringAsColor: t4.
t3_self readLine: 5 FromUrl: link.
createdBlocks at: t1 put: {t1. t1. '-'. ''. self class blockColorFor: 'custom'}.createdBlocks at: t1 put: {t1. t1. t2. t3. t4}.(t4 _ self ownerThatIsA: ScratchFrameMorph) ifNotNil: [t4 viewerPane categoryChanged: 'files'].
Offline
thisisntme wrote:
| t1maker link t2 t3 t4|
t1 _ 0.
link_'http://dl.dropbox.com/u/6273449/', t1 asString, '.txt'.
maker_self readLine: 1 FromUrl: link.
t1_self readLine: 2 FromUrl: link.
t2_self readLine: 3 FromUrl: link.
t4_self readLine: 4 FromUrl: link.
t4_self stringAsColor: t4.
t3_self readLine: 5 FromUrl: link.
createdBlocks at: t1 put: {t1. t1. '-'. ''. self class blockColorFor: 'custom'}.createdBlocks at: t1 put: {t1. t1. t2. t3. t4}.(t4 _ self ownerThatIsA: ScratchFrameMorph) ifNotNil: [t4 viewerPane categoryChanged: 'files'].
it downloads blocks to the files section
Offline
I made the old comment block for Panther.
Top box: $String$
Code:
Color: Bright Yellow
Category: Other
Offline
Greenatic wrote:
Pecola1 wrote:
tpaley wrote:
I'm too scared to try itLol I did that once, its funny that it basically closes scratch and says it crashed. First time I thouht it was bad, then I noticed it did no harm.
What OS was that on? Windows, Mac, or Linux?
Win 7
Offline
Pecola1 wrote:
Greenatic wrote:
Pecola1 wrote:
Lol I did that once, its funny that it basically closes scratch and says it crashed. First time I thouht it was bad, then I noticed it did no harm.What OS was that on? Windows, Mac, or Linux?
Win 7
Hmm. So I still don't know what happens on Mac or Linux...
Offline
Greenatic wrote:
Pecola1 wrote:
Greenatic wrote:
What OS was that on? Windows, Mac, or Linux?Win 7
Hmm. So I still don't know what happens on Mac or Linux...
I'm sure it crashes though. Why wouldn't it?
Offline
How do I get the blocks? Please tell me!
Offline
guitarherofan wrote:
How do I get the blocks? Please tell me!
See this post.
Offline
So http://www.weebly.com/ is blocked?
EDIT: No, it isn't...so how is it being blocked?
Last edited by Greenatic (2011-10-28 15:10:29)
Offline
I think they mean any photos from weebly like:
O.O I think they updated it, I think the images may work now!
Last edited by Pecola1 (2011-10-28 16:42:54)
Offline