24 Feb 2025, 23:32

I just tried PenguinMod to see what it’s about and it’s pretty neat, it has a lot of blocks that can be very useful, like being able to set multiple timers, being able to check properties of other sprites and even run code as other sprites, etc. I’ve picked out some cool blocks that I’d like added to CreatiCode:
141b386c-40f9-4d13-ba01-236ee64383af-image.png
Major things:

  1. Stretching sprites
  2. Copying text to clipboard
  3. Multiple timers (is a PenguinMod extension)
  4. check if a device is mobile in an easy way
  5. new line and tab character blocks
  6. Check if the user is logged in (to CreatiCode)
  7. Lists can be turned into JavaScript arrays and back (could be dangerous if input is not sanitized)
  8. run green flag (restart program)
  9. stop specific sprites
  10. Do something always (the hat block)

Some other nice blocks too:
8be6f6a4-a18e-49db-a239-43c1498e9958-image.png
This could check if a project is embedded or being shown on the forums embedded.
32f1f57b-913f-4db0-967b-7b4901f3592e-image.png
This is actually accurate, and battery detection could be used in creative ways and for things like alerting a user when their device is at low battery and/or refusing to do certain things if the battery is below a number like 20%.