Top Banner
Extra notes for Day 3 June 18, 2008
17

Extra notes for Day 3 June 18, 2008

Feb 20, 2016

Download

Documents

tayte

Extra notes for Day 3 June 18, 2008. Extra Notes for Day 3 – how to’s. Adding 3D text to your world How to make objects invisible during “Play” How to add a delay – “wait” How to make objects invisible at setup How to move the camera with the princess - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Extra notes for Day 3 June 18, 2008

Extra notes for Day 3June 18, 2008

Page 2: Extra notes for Day 3 June 18, 2008

Extra Notes for Day 3 – how to’s

• Adding 3D text to your world• How to make objects invisible during “Play”• How to add a delay – “wait”• How to make objects invisible at setup• How to move the camera with the princess• Getting the ground to be straight again• How to move the camera with skycar cab2

Page 3: Extra notes for Day 3 June 18, 2008

To add 3D textIn local gallery, go to right end.

Click on 3D text

Page 4: Extra notes for Day 3 June 18, 2008

Type in a phrase andclick ok…

Page 5: Extra notes for Day 3 June 18, 2008

Those words appear in the worldand also in the object tree

Page 6: Extra notes for Day 3 June 18, 2008

Use the controls to move the words upback and straighten out….

Page 7: Extra notes for Day 3 June 18, 2008

1)Click on the object and properties, 2) then the text,and 3) then other and enter

“Starting ok?”

1. .2.

3.

Page 8: Extra notes for Day 3 June 18, 2008

Notice the words in the world changed, but not the words in the

object tree….

Page 9: Extra notes for Day 3 June 18, 2008

Making 3Dtext invisible in code - Click and drag IsShowing

and select false – then click play

Page 10: Extra notes for Day 3 June 18, 2008

Add a wait, drag “wait” up fromthe bottom of the window and select

2 secs, then Play

Page 11: Extra notes for Day 3 June 18, 2008

Add this code and PlayThen, add a cow to your world

Page 12: Extra notes for Day 3 June 18, 2008

Now make the cow invisible –Click on cow in object tree, then

click on isShowing true and set to false

Page 13: Extra notes for Day 3 June 18, 2008

The cow should disappearNow add this code and play to

see the cow appear later

Page 14: Extra notes for Day 3 June 18, 2008

Setting camera to move with princess -First, set camera to move with princessThen, set to no longer move with her

Page 15: Extra notes for Day 3 June 18, 2008

If you move the ground by mistake,like this, how do you get it back to its

original position?

Page 16: Extra notes for Day 3 June 18, 2008

Drag into the picture, ground “stand up”

and it goes back to original placement

Page 17: Extra notes for Day 3 June 18, 2008

Moving the camera with car2 –see code below