Hi, wonderful people! 👋 This is me, back again! 👍 Today📹, we will be seeing how to make your own Pet🐶🐩 Game in PowerApps! If you are in a real hurry🏃‍♀️🏃‍♂️, check the here for steps! 👩‍💻 Your Own Pet Game Instructions Step 1: Create a welcome screen with a start button and add this code to the button - Navigate(PetScreen) Step 2: Create the pet screen. Step 3: Add the pet image. Step 4: Add the milk (anything to eat) image. Step 5: Add a Feed and a Stop button. Step 6: Add the code for the Feed button in its "Onselect" property so it shows the food image - Set(varEnableUpdateButton, true) Step 7: Add the code for the Stop image in its "Onselect" property so it stops feeding the pet - Set(varEnableUpdateButton, false) Step 8: Add the code for the Milk image so it feeds and stops accordingly - FeedButton.Visible = varEnableUpdateButton 🛑That's all!🛑 Boomshakalaka! 👍 You're done! 👏 Have a great day! I will be seeing you in my next video!