File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,31 @@ An example which makes use of the many methods of the timer.
332
332
333
333
![ timer] ( web/assets/timer.gif )
334
334
335
+ ### Sensing
336
+
337
+ Source Code: https://github.com/mikebarkmin/processing-library-scratch/tree/master/examples/Sensing
338
+
339
+ An example which shows the usage of isTouchingMousePointer
340
+
341
+ ![ sensing] ( web/assets/sensing.gif )
342
+
343
+ ### Stress Test
344
+
345
+ Source Code: https://github.com/mikebarkmin/processing-library-scratch/tree/master/examples/StressTest
346
+
347
+ How many sprites can you display? And how does it effect the frame rate and memory usage of your scratch. Test it with this example.
348
+
349
+ It also show hot to animate a sprite.
350
+
351
+ ![ stress_test] ( web/assets/stress_test.gif )
352
+
353
+ ## Color Hit
354
+
355
+ Source Code: https://github.com/mikebarkmin/processing-library-scratch/tree/master/examples/ColorHit
356
+
357
+ A little game developed which this library.
358
+
359
+ ![ color_hit] ( web/assets/color_hit.gif )
335
360
336
361
## Missing
337
362
You can’t perform that action at this time.
0 commit comments