PowerPoint Tutorial (VBA): How to make a Shooting Game

Аватар автора
Игровые Герои и Легенды
In this tutorial I show you how to make a shooting game in powerpoint, using animation and some simple VBA coding. If you have any questions, just ask me down in the comment section :D Code: Slide2: Sub Green() Label1.Caption = (Label1.Caption) + 1 End Sub Sub Yellow() Label1.Caption = (Label1.Caption) + 2 End Sub Sub Red() Label1.Caption = (Label1.Caption) - 1 End Sub Slide3: Sub Score() Slide3.Label2.Caption = Slide2.Label1.Caption End Sub Sub Reset() Slide2.Label1.Caption = 0 Slide3.Label2.Caption = "" ActivePresentation.SlideShowWindow.View.Exit End Sub ------------------------------------------------- Thanks for watching! If you have any questions or wish to request a game or tutorial for me to play/do then just comment below, or message me on twitter! ------------------------------------------------- -------------------------------------------------

0/0


0/0

0/0

0/0