Collapse Sidebar
Volcanic Island Challenge
Lessons
Lesson 1
- Lesson 1 - Escape the Volcano
- Load the Starter Project
- Playtesting the Starter Project
- Earn the Bridge Builder Badge
- Moving the Camera
- Keep the Plank in Place
- Make the Plank Larger
- Rotating the Plank
- Saving Your Work
- Playtesting Your Work
- Getting Blue to the Checkpoint
- Earn the Studio Apprentice Badge
Lesson 3
- Lesson 3 - Terrain and Fireballs
- Adding Terrain
- Playtesting the Platform
- Earn the Land Builder Badge
- Creating Falling Objects
- Add the Rock to ServerStorage
- Opening the Script
- Add the Rock to the Script
- Add the Rock to List of Falling Things
- Making it Rain Harder
- Adding Another Falling Object
- Changing the Object Table
- Earn the Rainmaker Badge
- Race to the Finish Line!
Add the Rock to the Script
Add the Rock to the Script
Now let’s change the local cube
table so that the rock falls from the cloud, not boring little cubes.
Update the Object Table
- Rename the table from
cube
toburningRock
. Don't include any spaces in the name! Variables will break if you use spaces in their names. - On the next line is a variable named
MODEL
. Change the name between the quotation marks fromCube
to the exact name of the model we're using,Burning Rock
. This time, use spaces!Type Carefully!
The name you type must be an exact match — if the object name in storage is Burning Rock, type in
Burning Rock
(include the space!).
Previous Opening the Script Next Add the Rock to List of Falling Things
How this site use cookies
This Platform uses cookies to offer you a better experience, to personalize content, to provide social media features and to analyse the traffic on our site. For further information, including information on how to prevent or manage the use of cookies on this Platform, please refer to our Privacy and Cookie Policy.