Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.

Share | 
 

 Jumping System

Topik sebelumnya Topik selanjutnya Go down 
Jumping System Empty2012-10-28, 15:33
PostJumping System
#1
WILR00T 
#E nalaJ hagneT id lipugN gnakuT
WILR00T

Level 5
Posts : 461
Thanked : 11
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

Jumping System Vide
om gimna caranya bikin jumping system .. ?
klo tau tolong kasih tau dunk :D
thx
Jumping System Empty2012-10-28, 15:48
PostREEEEEEEEEEEEEE
#2
Rian01 
Advance
Advance
avatar

Level 5
Posts : 318
Thanked : 0
Engine : RMVX Ace
Skill : Beginner
Awards:
Jumping System Vide
bikin commont event
Code:

@> Conditional branch : if button (<pilih tombol>) is being pressed
      @>Conditional branch : if character is facing up
              @> Set move route : Jump(0, -2)
        @>branch end
        @> Conditional branch : if  if character is facing down
              @> Set move route : Jump(0, 2)
        @> branch end
        @>  if character is facing Left
            @>Set move route : Jump(-2,0)
        @>branch end
        @>  if character is facing Right
            @> Set move route:  Jump(2, 0)
        @> branch end
@> branch end


kamu minta event kan?
tapi akan tetep bisa melewati impassable tile

jadi mending pake script :lol:



Jumping System Empty2012-10-28, 17:33
PostRe: Jumping System
#3
ReydVires 
The First ThV©
ReydVires

Level 5
Posts : 538
Thanked : 5
Engine : RMVX
Skill : Skilled
Type : Event Designer

Jumping System Vide
https://rmid.forumotion.net/t6206-2-virection-system-vx :hmm: entahlah.. Jumpingnya model apaan :lol: tp kalo kaya mario, itu saya punya...
Jumping System Empty2012-10-29, 14:09
PostRe: Jumping System
#4
WILR00T 
#E nalaJ hagneT id lipugN gnakuT
WILR00T

Level 5
Posts : 461
Thanked : 11
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

Jumping System Vide
@rian klo script gmna ?
@reyd minta kyk mario :fa:
Jumping System Empty2012-10-29, 16:57
PostRe: Jumping System
#5
ReydVires 
The First ThV©
ReydVires

Level 5
Posts : 538
Thanked : 5
Engine : RMVX
Skill : Skilled
Type : Event Designer

Jumping System Vide
@^ Itu tah, link yg gw kasih kaya mario system jumping... tp kalo diotak-atik, kayanya bug nya masih keliatan.. so, saya kasih template basic-nya aja :lol:
Jumping System Empty
PostRe: Jumping System
#6
Sponsored content 




Jumping System Vide
 

Jumping System

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: Event System :: Event System Request-