Created by Thomas M aka gearboxxx
Catch me on faceboook Abi Na Azkia
1.Buatlah dua buah sprite. Sprite pertama dalam bentuk Bola beri nama spr_bola dengan ukuran 32x32 pixel . Sprite kedua dalam bentuk balok beri nama spr_block dengan ukuran 16x16 pixel.
2.Buat object nya.
3.Buat event dan action masing-masing
Nama Object | Event | Action |
Obj_Bola • Spr_bola • Visible |
Step | • Comment : cek jika ada di udara • Check empty : x=0,y=1,only solid,relative di contreng • Set grafity : direction = 270, grafity = 0.5 • Else • Set grafity : direction = 270, grafity = 0 • Comment : batasi kecepatan vertical • Test variable : variable=vspeed,value=12,operation=Larger than • Speed vertical : vert.speed=12 |
Collision Obj_Block |
• Move to cantact : direction=direction,maximum=12,against=solid object • Speed vertical : vert.speed=0 |
|
Keyboard Left |
• Check empty : x=-4,y=0,only solid,relative di contreng • Jump to position : x=-4,y=0, relative di contreng |
|
Keyboard Up |
• Chec collisionx=0,y=1,only solid,relative di contreng • Speed vertical vert.speed=-10 |
|
Keyboard Right |
• Check empty x=4,y=0,only solid,relative di contreng • Jump to position x=4,y=0, relative di contreng |
|
ini yang ke 7 |
0 komentar :
Posting Komentar