Download presentation
Presentation is loading. Please wait.
Published byApril Dickerson Modified over 9 years ago
2
Team One Team Two Team Three Team Four Team Five Team Six Team Seven Team Eight 1
3
Timer Bar 8 20 1 2
4
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 Pop-up Boxes 3
5
50 45 25 15 100 55 75 10 65 Spin wheel 4
6
Drag & Drop (uses the dragdrop macro) 5 See introduction to writing macros in Visual Basic in MS Office applications at http://www.steverindsberg.com/pptlive/http://www.steverindsberg.com/pptlive/
7
Using the Exit animation following every mouse click on a specific square 6
8
100999897969594939291 81828384858687888990 80797877767574737271 61626364656667686970 60595857565554535251 41696867666564636250 40393837363534333231 21222324252627282930 20191817161514131211 12345678910 Drag & drop 7
9
Drag & Drop 8
10
0 Wrong 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/http://www.steverindsberg.com/pptlive/ Score box 9 Right answer
11
Place Your Multiple Choice Question Here Which Answer Below is Correct? - Robie Knows! Robie Says – Try Again Robie Says – Great Job! Incorrect Answer3 Incorrect Answer1 Incorrect Answer2 Correct Answer NextBack 302928272625242322212019181716151413121110987654321
12
Roll Die Roll Dice (not working) 11
13
3 23 0 Roll Dice (not working) 12
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.