Intro to 3D Game Development

0 of 193 lessons complete (0%)

Scripting Part 3: Finishing the Game Loop

Disable Play on the Button Animation

You don’t have access to this lesson

Please register or sign in to access the course content.

We will use the two animations on the button to show the player what state it is in – whether it has been pushed or not. For that reason, we don’t want it to keep animating up and down.

  1. Select the Button (or whatever your button entity is called) and open the Entity panel.
  2. In the VoxelObject section (the after Collision), find the Play property and uncheck the box.
  3. Check to make sure that the button is no longer animating.