www.gmindo.web.id/forum
Forum ini sudah tidak dipakai lagi. Silakan ke forum baru di www.gmindo.web.id/forum Very Happy

Terima kasih

Join the forum, it's quick and easy

www.gmindo.web.id/forum
Forum ini sudah tidak dipakai lagi. Silakan ke forum baru di www.gmindo.web.id/forum Very Happy

Terima kasih
www.gmindo.web.id/forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Custom Message (work in GMS too)

Go down

Custom Message (work in GMS too) Empty Custom Message (work in GMS too)

Post by Kevin Blaze Coolerz Wed 13 Nov 2013, 13:46

Custom Message
by Kevin Blaze Coolerz

Script sc_wrap by [You must be registered and logged in to see this link.]

SS:

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")
}
Solusi:
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 extension/DLL needed cheers
No credit needed Wow
Don't claim as your own ! Bad 

Kamu bisa pake di GMS juga Very Happy
Note: execute_shell() (di obj_about > Step event) gak work di GMS.
Kevin Blaze Coolerz
Kevin Blaze Coolerz
Admin
Admin

100%
Jumlah posting : 3323
Points : 3795
Join date : 06.01.13
Age : 28
Lokasi : Palembang

http://kevin-blaze-coolerz.blogspot.com/

Kembali Ke Atas Go down

Kembali Ke Atas

- Similar topics

 
Permissions in this forum:
Anda tidak dapat menjawab topik