120 likes | 138 Views
Score Board. Team One. Team Two. Team Three. Team Four. Team Five. Team Six. Team Seven. Team Eight. Timer Bar. 8. 20. 1. Pop-up Boxes. Use popup boxes to apply the contiguity principle when combing text & graphics.
E N D
Score Board Team One Team Two Team Three Team Four Team Five Team Six Team Seven Team Eight
Timer Bar 8 20 1
Pop-up Boxes Use popup boxes to apply the contiguity principle when combing text & graphics Place a ‘no fill’ action button over graphic image, group them, then animate the grouped button with emphasis
10 75 65 55 The Big Wheel 25 100 15 45 50 Spin Wheel Spin wheel
Drag & Drop (uses the dragdrop macro) See introduction to writing macros in Visual Basic in MS Office applications at http://www.steverindsberg.com/pptlive/
Using the Exit animation following every mouse click on a specific square
Connect 4 Drag & Drop
Score box Wrong answer 0 Right answer Reset score • The action buttons in this slide use the Visual Basic Macros (see below) to change the score displayed in the scorebox. Select Developer/Macros/Edit to see macros in the Visual Basic Editor • Sub pointSubstract() • score = Val(ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text) • ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text = score - 1 • End Sub • Sub pointAdd() • score = Val(ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text) • ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text = score + 1 • If score => 10 Then MsgBox "You win!" • End Sub • Sub Resetscorebox() • ActivePresentation.SlideShowWindow.View.Slide.Shapes("scorebox").TextFrame.TextRange.Text = 0 • End Sub • Code written by Allan Jeong, February 2010 • Learn how to write macros in Visual Basic in MS Office applications at http://www.steverindsberg.com/pptlive/
Place Your Multiple Choice Question Here Which Answer Below is Correct? - Robie Knows! 25 19 22 2 21 30 29 28 1 26 24 23 27 3 4 20 6 18 17 5 15 14 13 16 11 10 9 8 7 12 Back Next Correct Answer Robie Says – Great Job! Incorrect Answer1 Robie Says – Try Again Incorrect Answer2 Robie Says – Try Again Incorrect Answer3 Robie Says – Try Again
Roll Dice (not working) Roll Die
Roll Dice (not working) 0 3 3 2