Posts

Showing posts with the label MBlock

Fish Catch Game using MBLOCK

  Code for Fish Sprite blocks Copy code when green flag clicked go to x: (pick random -240 to 240) y: (pick random -180 to 180) show forever     glide (pick random 1 to 3) seconds to x: (pick random -240 to 240) y: (pick random -180 to 180) end   when I receive [caught v] wait (2) seconds go to x: (pick random -240 to 240) y: (pick random -180 to 180) show Code for Net Sprite blocks Copy code when green flag clicked forever     go to [mouse-pointer v] end   Code for Catching Fish (Net) blocks Copy code when green flag clicked forever     if <touching [Fish v]> then         broadcast [caught v]         hide         play sound [pop v]         change [Score v] by (1)     end end Code for ...

Last 7 Days

Creating a Ping Pong Game in mBlock

Unit-1 Computer Network

Grade-3 (KEYBOARD)