AmoebaMan wrote:
the real secret of 'shift' is how the h*** do we get it so that it can sense it? like in the key [ ] pressed block...
You use this code:
asciiFor: t1 | t2 | t1 size = 1 ifTrue: [^ t1 first asciiValue]. t2 _ t1 localized. 'space' localized = t2 ifTrue: [^ Character space asciiValue]. 'enter' localized = t2 ifTrue: [^ Character cr asciiValue]. 'up arrow' localized = t2 ifTrue: [^ 30]. 'down arrow' localized = t2 ifTrue: [^ 31]. 'right arrow' localized = t2 ifTrue: [^ 29]. 'left arrow' localized = t2 ifTrue: [^ 28]. 'up' = t1 ifTrue: [^ 30]. 'down' = t1 ifTrue: [^ 31]. 'right' = t1 ifTrue: [^ 29]. 'left' = t1 ifTrue: [^ 28]. 'shift' = t1 ifTrue: [^ 16]. 'control' = t1 ifTrue: [^ 17]. 'alt' = t1 ifTrue: [^ 18]. 'backspace' = t1 ifTrue: [^ 8]. 'caps lock' = t1 ifTrue: [^ 20]. 'left windows' = t1 ifTrue: [^ 91]. 'right windows' = t1 ifTrue: [^ 92]. 'f1' = t1 ifTrue: [^ 112]. 'f3' = t1 ifTrue: [^ 114]. 'f4' = t1 ifTrue: [^ 115]. 'f5' = t1 ifTrue: [^ 116]. 'f6' = t1 ifTrue: [^ 117]. 'f7' = t1 ifTrue: [^ 118]. 'f8' = t1 ifTrue: [^ 119]. 'f9' = t1 ifTrue: [^ 120]. 'f10' = t1 ifTrue: [^ 121]. 'f11' = t1 ifTrue: [^ 122]. 'f12' = t1 ifTrue: [^ 123]. 'escape' = t1 ifTrue: [^ 27]. 'enter' = t1 ifTrue: [^ 13]. ^ -1
Put it in:
Scratch-objects → ScriptableScratchMorph → sensing ops → asciiFor:
Offline
http://scratch.mit.edu/projects/dav09/991832
I have released my latest information project called The Secrets Of Shift, which is based on the forum that I made called the secrets of shift. I would like to thank some people who are mentioned in the credits or on the side of the project( In other words project notes). I would really appriciate if you could love it and veiw it even or comment. I hope people like it and it is an interesting project including an easy way to hack scratch. I want feed back and I would again like to thank anyone active on the secrets of shift forum!
http://scratch.mit.edu/projects/dav09/991832
Note: it was also posted in show and tell
Offline
Turn off fill screen then right click on one of the script categorys three times, then click on the "drag me" button then you can move them into different places.
Offline
it was mentioned earlier
Offline
NEW DISCOVERY!! Shift-click on the r and turn fill off. Then click on the white space that appears. Select 'new morph' Now add a morph to the screen! They even have tetris! I can't upload it though for some reason..
Offline
gkc wrote:
NEW DISCOVERY!! Shift-click on the r and turn fill off. Then click on the white space that appears. Select 'new morph' Now add a morph to the screen! They even have tetris! I can't upload it though for some reason..
Hey! I discovered that first!
HelenWonky wrote:
Ha ha ha! I found tetris!
Shift-click the R
Turn fill screen off
Right-click the grey area
Click "new morph"
Roll-over "tetris"
Click "tetris"
Play tetris!
There are other fun things in that "new morph" menu too! See what you can find!
See
Offline
Im not sure who found this first put please dont argue. Actually it was somelia
Last edited by dav09 (2010-05-11 15:59:14)
Offline
markyparky56 wrote:
juststickman wrote:
markyparky56 wrote:
lol. The shadow gets darker and darker!WHERE DID THOSE MAKE AND DELETE BLOCKS COME FROM!?!?!
I was using a modded version called Panther, which isn't available yet, http://pantherprogramming.weebly.com/ http://scratch.mit.edu/forums/viewtopic.php?id=30968
Plus, just to make you possible even more eager to get your hands on it,
Looks at this:
http://img545.imageshack.us/img545/8397/highscores.png
And
http://img94.imageshack.us/img94/3984/fileblocks.png
Woah... that would be so useful for saved games: like you could save your game status to a file and then reload it later
Offline
Offline
Secret of shift: Hold shift while using grow & shrink sprite (next to the duplicate button) and they will change much more than normal
[blocks]http://scratch.mit.edu/forums/viewtopic.php?pid=385491#req_message[/blocks]
Offline
What's the "host mesh" thing?
Offline
Nice discovery!
I need to try these sometime...
Offline
Wolfie1996 wrote:
Also works with Undo, Redo, Import, Clear, set costume center, brush size, and pretty much anything in the "new variable" window:
http://i39.tinypic.com/b4dn4o.jpg
That was fun to make. It was the new variable window...
It's not working for me. Any ideas?
Offline
I've never seen my name written so badly...
markEyMAPKEy56
Its markyparky56!
Offline
It's when the Scratch UI takes up the entire Squeak display area.
Offline
wow i see this topic has been brought back!
Last edited by dav09 (2010-11-08 17:07:59)
Offline
OMG! I FOUND A WAY TO PUT VIDEO IN SCRATCH!
Ok, here's how:
Shift click "r"
Turn the fill screen off
Click the white space
Select new morph
Mouse over the video option
Select the option to add video
NO WAY!
Offline
Wolfie1996 wrote:
@Your earlier post: Yeah... I'm just trying anything, to be honest...
I've found out a way of working on multiple projects in the same window, by turning fill screen off, then shift-clicking the white space, and selecting the only option (should be called ScratchFrame). Then, some little icons will appear, and if you click the green one in the top right corner, it duplicates the frame. Then, there's a khaki icon on the middle left, which you can minimise the frame. There's also a salmon-pink icon in the top left, with an "X" on it - it deletes the frame.
And as far as I'm aware, these extra frames function fully - blocks seem to work normally... Sprites and scripts can be transferred between frames, although the sprites don't show in the area below the stage...
Wolfie1996 wrote:
Found another one!
Yes, I have done this, it just duplicates the scratch frame, same as shift clicking the scratch frame and pressing the duplicate button.
Shift-click the "R", then turn fill screen off. Then, shift-click the "Scripts" tab. You can change the text to anything - the same applies to the "Sounds" tab, but, strangely, not to the "Costumes/backgrounds" tab... pretty useless, but I was clicking anything, and it was quite a fun little trick, so I thought I'd share it
It works fine on the costumes and background tabs. Shift click until the pink text is String.
Offline
OMG! if u turn off fill screen, and right click the white space, then click "go to previous project" or something, it takes u to squeak and then when you click on the scratch icon on the desktop, that takes u to squeak 2!
Offline
jslomba wrote:
OMG! if u turn off fill screen, and right click the white space, then click "go to previous project" or something, it takes u to squeak and then when you click on the scratch icon on the desktop, that takes u to squeak 2!
It doesn't take you to Squeak, Scratch is already in Squeak. It just takes you to a different Squeak project. And this is old news.
EDIT: Found another trick. Shift-click the sprite thumbnail at the top of the scripts pane and it scrolls you back to the top of the selected tab.
Last edited by TheSuccessor (2011-05-01 11:28:23)
Offline
I got one. Shift click and hold one of the tabs (costume/background, costumes or sounds) and you can highlight it.
Now you can type in the tabs!
LOL!
Last edited by Pecola1 (2011-05-01 18:03:40)
Offline
I think we can place Scratch into another area of Scratch, e.g. the scripts area.
Offline
rdococ wrote:
I think we can place Scratch into another area of Scratch, e.g. the scripts area.
Yes, you can. LOL.
Offline