Posts

Showing posts from July, 2024

Comparing Scratch and Python

Image
 " Comparing Scratch and Python" What is Comparing  : - Comparing is looking at things to determine how they are alike and how they are different. -   identify similarities and differences between them   What is scratch : - a visual programming language that allows students to create their own interactive stories, games and animations     W hat is python : an open-source programming language , having features like object-oriented, interpreted and high-level too. It is a dynamically typed programming language, which is easy to use with redable and user-friendly syntax.   A nd developed by Guido van Rossum C ontoh :   In S cratch:           In Python :   Print (“what’s your name?”) Input(“your name is:  ” )   Print(”How old are you?”) Input(“your age is:  “)   Print(“where do you live?”) Input(“you live at: “) S o, comparing scratch and python is?               ...

( SCRATCH 3 ) TUTORIAL ANIMASI KUCING BERJALAN "WALK" SAMBIL MENGELUARKAN SUARA "SOUND MEOW"

Image
  ANIMASI KUCING BERJALAN "WALK" SAMBIL MENGELUARKAN SUARA MEOW "SOUND MEOW"  MENGGUNAKAN SCRATCH 3   Sebelum memulai pilih file new untuk memulai project baru, kemudian pilih costume yang nantinya berasal dari kumpulan sprite yang dipilih dan sound yang digunakan!!! Setelah semua proses tersebut selesai, kita dapat ke proses yang paling inti, yaitu ke bagian code, gunakan blok untuk menyusun semua perintah yang diperlukan.   1." klik file new -> save as menjadi " animasi kucing berjalan sambil meow Pemilihan pada bagian costume secara otomatis kita juga sudah selesai memilih sprite terlebih dahulu. Costume atau sprite dapat kita gunakan untuk merubah gerakan atau warna kulit atau pakaian dapat juga latar belakang berikut ini adalah langkah langkah untuk merubah costume : 1." klik pada bagian menu costume -> pilih costume yang tersedia (choose costume)   Kira kira jika diklik akan menampilkan halaman sprite selanjutnya pa...