Mircea Posted January 17, 2022 Share Posted January 17, 2022 As many kids requested me to create more games with Snow White I just made 2 this week. My first is call Snow White Dress-up and the second Snow White Christmas Bride. In the first game I used the drag and drop behavior, and for the second point and click to move the sprite to the position using some variables and 2 behaviors lite tween and pin. Also I implemented the screen-shoot option when the game is finished, the kids can make a screen-shoot and to download it to their device, very useful to share it on social websites. I implemented the screen-shoot using a sprite called myscreenshoot.png by add it to the layout, to the bottom at first then when the player pushing to take a photo you move it to the top layout, add action system take snapshoot canvas, chose format PNG, quality 75. Then add an event system on canvas snapshot, add action load image from url, set URI CanvasSnapshot, size keep current size, cross-origin anonymous. To download the image push the button download (you create a button on the layout) add action browser invoke download, set URL CanvasSnapshot, filename "myscreenshot.png" and your photo will download in downloads of your device. Links to play on computers: https://crazygames.cc/snow-white-dress-up.game dress-up game using drag and drop https://crazygames.cc/snow-white-bride.game dress-up game using point and click and take photo Links to play on mobile devices: https://pokigamesonline.net/snow-white-christmas-bride/ https://pokigamesonline.net/snow-white-dress-up/ snow-white-christmas-bride.mp4 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.