scratch for second life

28
Scratch 4 Second Life

Upload: leon-cych

Post on 29-Nov-2014

2.257 views

Category:

Education


1 download

DESCRIPTION

How to use Scratch 4 Second Life

TRANSCRIPT

Page 1: Scratch for Second Life

Scratch 4 Second Life

Page 2: Scratch for Second Life

You will need

https://join.secondlife.com/?lang=en-Us

An Avatar (digital representation of you)

Page 3: Scratch for Second Life

You will need

Client Software

Windowshttp://download.cloud.secondlife.com/Viewer-2-3/Second_Life_2-3-0-214726_Setup.exe

Machttp://download.cloud.secondlife.com/Viewer-2-3/SecondLife_2_3_0_214726.dmg/

Linuxhttp://download.cloud.secondlife.com/Viewer-2-3/SecondLife-i686-2.3.0.214726.tar.bz2

Page 4: Scratch for Second Life

You will need

Headset (important to avoid feedback)

otherwise background and ambient noise get in the way

Page 5: Scratch for Second Life

Scratch 4 Second Life

http://web.mit.edu/~eric_r/Public/S4SL/S4SL_v01_osx.zip

http://web.mit.edu/~eric_r/Public/S4SL/S4SL_v01_win.zip

Page 6: Scratch for Second Life

Scratch 4 Second Life

Page 7: Scratch for Second Life

Scratch 4 Second Life

Page 8: Scratch for Second Life

Scratch 4 Second Life

http://maps.secondlife.com/secondlife/Learn4Life/213/237/22

SLURL - A URL that takes you to a place in Second Life

Page 9: Scratch for Second Life

Scratch 4 Second Life

http://maps.secondlife.com/secondlife/Learn4Life/213/237/22

Scratch Training Area of Learn 4 Life Island

Page 10: Scratch for Second Life

Scratch 4 Second Life

Scratch Interface

Page 11: Scratch for Second Life

Scratch 4 Second Life

Page 12: Scratch for Second Life

Scratch 4 Second Life

Page 13: Scratch for Second Life

Scratch 4 Second Life

click

Page 14: Scratch for Second Life

Scratch 4 Second Life// SCRATCH FOR SECOND LIFE (S4SL)// alpha release October 19, 2007//// by Eric Rosenbaum ([email protected])// MIT Media Lab // Lifelong Kindergarten group//// S4SL is a modified version of Scratch, // a graphical programming language for kids// see scratch.mit.edu//

//// USER VARIABLES//

//// INTERNAL VARIABLES//

vector home;integer penState;float penColor;float color;float ghost;vector originalScale;float sizePercent;integer numAvatarsNearby;vector nearestAvPosition;key ownerKey;vector ownerPosition;

Page 15: Scratch for Second Life

Scratch 4 Second Life

Bring up your S4SL window and your client window

Page 16: Scratch for Second Life

Scratch 4 Second Life

Click on “build” at top menu or right click “build”

Page 17: Scratch for Second Life

Scratch 4 Second Life

A new menu and a magic wand appear

Page 18: Scratch for Second Life

Scratch 4 Second Life

Click on the shape you want then click with the magic wand

Page 19: Scratch for Second Life

Scratch 4 Second Life

Click on the fourth “tab” of the menu on “contents”

Page 20: Scratch for Second Life

Scratch 4 Second Life

Click on the “new script” tab – the box or prim emits particles And a new script is generated.

Page 21: Scratch for Second Life

Scratch 4 Second Life

Right click on the white “new script” script and then “Open”

Page 22: Scratch for Second Life

Scratch 4 Second Life

Right click on the white “new script” script and then “Open”A new script box open up

Page 23: Scratch for Second Life

Scratch 4 Second Life

Delete the code in the script box

Page 24: Scratch for Second Life

Scratch 4 Second Life

Bring up your S4SL window and your client window

Page 25: Scratch for Second Life

Scratch 4 Second Life

Click 'copy Linden script' in S4SL window. Paste script into “client” “script” window.

Page 26: Scratch for Second Life

Scratch 4 Second Life

You “should” get – a “save complete” message.

Page 27: Scratch for Second Life

Scratch 4 Second Life

Shut all windows. Click on your prim – it should move 1 metre in-world.

1M

Page 28: Scratch for Second Life

Scratch 4 Open Sim

http://roots.greenbush.us/3/wordpress/?p=797