copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Making Pong - Snap! Editor - Snap! Forum Hello, and welcome Snap! It is recommended that you start a new topic for things like this, seeing as this topic was about helping kingico1133 in particular with their game, not help making games in general
Snap! v10. 5 released - Announcements - Snap! Forum We’ve just released @SnapCloud v10 5 featuring sound recording capabilities on iOS devices and a new block for getting tilt sensor data from your phone or tablet
Snap! Tips - a list of useful tips in Snap! Useful Tips in Snap! This is a list of the most useful tips in the Snap! editor in case you don't know This is a wiki post, you can edit this post, but: Rules for editing Follow the above rules Editing this post without following the rules may have a risk of being reverted Tips (you may edit this part and below) 1 - Previous costume Do not use switch to costume ((costume #) - (1)) block and
V10. 4 has been released - Snap! Editor - Snap! Forum 10 4 0: Notable Changes: "Quicksteps" Evaluation - Dynamic Scheduling: Keep stepping non-animating processes between animation frames, makes "warp" and "turbo mode" largely obsolete for number crunching and improves musical thread synching Floating point precision random numbers - pick a random float by entering an integer with a decimal point into at least one of the "pick random" reporter's
How to correctly iterate through objects costumes list? - Snap! Editor . . . Hello everybody! Immediately felt in love with Snap! once I got to know it, and wanted to thank you, devs and forum users, for all of your work and participation It inspires! I have a question regarding objects' attributes Maybe it's quite obvious as it is and or well-explained in a certain Reference chapter I skipped, but there's the one thing I wanted to implement in my tiny deckbuilding
Help with a task PLEASE! - Snap! Editor - Snap! Forum I need help with a solution for a SNAP task for my son He is at his wits end trying to figure it out but his teacher does not help him I have no clue what I am doing and tried using AI but that didn't help The task is : Create a script that allows a user to input a series of names and store them in a variable list L The list should allow the user to continue entering names until they
Frame rate, rendering and performance - Advanced Topics - Snap! Forum Alas, Snap! 's scheduler doesn't do real time slicing; it relies on explicit yields that Snap! carries out at the bottom of every loop iteration So if the first script doesn't have any loop blocks (for example, it uses recursion instead) it'll win the race even if it actually takes more time than the second script
CoCube, MicroBlocks and Snap - Share your Projects - Snap! Forum A demo video of my latest project The CoCube is on it's mat On the screen there is a copy of the mat and a CoCube sprite The mat contains black dots so the camera on the bottom of the CoCube can always know where it is What happens on the mat happens on the screen But you can also drag and drop the sprite to move the CoCube on the mat