Custom Message (work in GMS too)
Halaman 1 dari 1
Custom Message (work in GMS too)
Custom Message
by Kevin Blaze Coolerz
Script sc_wrap by [You must be registered and logged in to see this link.]
Download:
[You must be registered and logged in to see this link.]
Ada 2 object yg berperan disini, yaitu obj_message dan obj_message_button. Dimana yg sebagai induk adalah obj_message, yg meng-create dan mendapatkan nilai return dari obj_message_button.
Syarat untuk create message nya cuma 1, yaitu harus set variable ret di create event. (lihat contoh gmk diatas). Untuk cek nilai return di lakukan di step event.
Perlu di perhatikan, engine ini masih belum perfect. Dalam hal ini, engine ini tidak menunjukan cara multiple message/question dalam 1 object yg sama.
Misal:
No credit needed
Don't claim as your own !
Kamu bisa pake di GMS juga
Note: execute_shell() (di obj_about > Step event) gak work di GMS.
by Kevin Blaze Coolerz
Script sc_wrap by [You must be registered and logged in to see this link.]
- SS:
- [You must be registered and logged in to see this image.]
Download:
[You must be registered and logged in to see this link.]
Ada 2 object yg berperan disini, yaitu obj_message dan obj_message_button. Dimana yg sebagai induk adalah obj_message, yg meng-create dan mendapatkan nilai return dari obj_message_button.
Syarat untuk create message nya cuma 1, yaitu harus set variable ret di create event. (lihat contoh gmk diatas). Untuk cek nilai return di lakukan di step event.
Perlu di perhatikan, engine ini masih belum perfect. Dalam hal ini, engine ini tidak menunjukan cara multiple message/question dalam 1 object yg sama.
Misal:
- Code:
tanya1=show_question("yes or no?")
if tanya1=1
{
tanya2=show_question("no or yes?")
if tanya2=1 show_message("done")
}
- Code:
Create:
tanya=0
ret=0
Left Pressed:
sc_message("yes or no?","Yes","","No")
Step event:
if ret>0
{
if tanya=0 && ret=1 {tanya=1 ret=0 sc_message("No or Yes?","Yes","","No")}
if tanya=1 && ret=1 {tanya=2 ret=0 sc_message("Done","","OK","")}
}
*Jarang sih yg kyk ginian, tpi kalo logika nya jalan pasti bisa
No credit needed
Don't claim as your own !
Kamu bisa pake di GMS juga
Note: execute_shell() (di obj_about > Step event) gak work di GMS.
Similar topics
» Custom Window Border
» [Ask] message
» Gak bisa post private message
» cara biar message bisa di kasih gambar
» (ASK) kadang work kadang ga
» [Ask] message
» Gak bisa post private message
» cara biar message bisa di kasih gambar
» (ASK) kadang work kadang ga
Halaman 1 dari 1
Permissions in this forum:
Anda tidak dapat menjawab topik