[Solved] Why the Traffic Cars are not appearing on Screen Plz help?

https://x.thunkable.com/copy/fc53013dfe010c1b273e698490bec0b9

The canvas has to load before it can create sprites. So instead of using the when screen opens event block, use the when canvas loads block. Then it will create sprites.

Ok thanks…let me correct it