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 | 
 

 [ASK] Show Choice

Topik sebelumnya Topik selanjutnya Go down 
[ASK] Show Choice Empty2012-12-14, 11:16
Post[ASK] Show Choice
#1
Utonesia 
Novice
Novice
Utonesia

Level 5
Posts : 165
Thanked : 1
Engine : RMVX Ace
Skill : Beginner
Type : Developer

[ASK] Show Choice Vide
Kan kalo show choice pilihannya ada disamping kanan

gimana caranya supaya ada dibawah textnya, jadi kaya gini

Apakah anda yakin ?
Ya
Tidak

segitu aja, tolong dibantu y
[ASK] Show Choice Empty2012-12-14, 12:12
PostRe: [ASK] Show Choice
#2
Radis3D 
Sang Iblis
Radis3D

Level 5
Posts : 755
Thanked : 3
Engine : RMVX Ace
Skill : Very Beginner
Type : Writer
Awards:
[ASK] Show Choice Vide
atur di bagian Window_ChoiceList
Code:

def update_placement
    self.width = [max_choice_width + 12, 96].max + padding * 2
    self.width = [width, Graphics.width].min
    self.height = fitting_height($game_message.choices.size)
    self.x = Graphics.width - width
    if @message_window.y >= Graphics.height / 2
      self.y = @message_window.y - height
    else
      self.y = @message_window.y + @message_window.height
    end
  end

ganti

Code:

def update_placement
    x = 350 #sesuaikan angkanya
    self.width = [max_choice_width + 12, 96].max + padding * 2
    self.width = [width, Graphics.width].min
    self.height = fitting_height($game_message.choices.size)
    self.x = Graphics.width - width - x
    if @message_window.y >= Graphics.height / 2
      self.y = @message_window.y - height
    else
      self.y = @message_window.y + @message_window.height
    end
  end

[ASK] Show Choice B735f4a12f4c43b9868e535

itu caraku...
[ASK] Show Choice Empty2012-12-14, 12:45
PostRe: [ASK] Show Choice
#3
Utonesia 
Novice
Novice
Utonesia

Level 5
Posts : 165
Thanked : 1
Engine : RMVX Ace
Skill : Beginner
Type : Developer

[ASK] Show Choice Vide
:doh: bukan kaya gitu

tapi kaya gini

Spoiler:
[ASK] Show Choice Empty2012-12-14, 13:02
PostRe: [ASK] Show Choice
#4
Radis3D 
Sang Iblis
Radis3D

Level 5
Posts : 755
Thanked : 3
Engine : RMVX Ace
Skill : Very Beginner
Type : Writer
Awards:
[ASK] Show Choice Vide
bikin kayak gini???
[ASK] Show Choice D43619d6f1a04f2a9084f3d
No edit..

Ɯǩάǩάǩάǩάǩάǩά
tanya para master script aja...
[ASK] Show Choice Empty2012-12-14, 13:05
PostRe: [ASK] Show Choice
#5
Utonesia 
Novice
Novice
Utonesia

Level 5
Posts : 165
Thanked : 1
Engine : RMVX Ace
Skill : Beginner
Type : Developer

[ASK] Show Choice Vide
nah iya kaya gitu :)

gimana caranya om Radis ?
[ASK] Show Choice Empty2012-12-14, 13:07
PostRe: [ASK] Show Choice
#6
Radis3D 
Sang Iblis
Radis3D

Level 5
Posts : 755
Thanked : 3
Engine : RMVX Ace
Skill : Very Beginner
Type : Writer
Awards:
[ASK] Show Choice Vide
tanya sama yang amster aja..
biar mereka coba bikin scrippt addon nya..

klo itu, aku ngasal...
gak akan work..
percaya deh
:kabur:
[ASK] Show Choice Empty2012-12-14, 15:06
PostRe: [ASK] Show Choice
#7
larkuzo 
Advance
Advance
larkuzo

Level 5
Posts : 445
Thanked : 12
Engine : RMXP
Skill : Beginner
Type : Event Designer

[ASK] Show Choice Vide
@radis
Ngasal?
Biar kutebak, itu cuma ngubah posisi show choice sama size message, terus opacity show choice nya di 0 kan, iya kan?
[ASK] Show Choice Empty2012-12-14, 18:12
PostRe: [ASK] Show Choice
#8
Radis3D 
Sang Iblis
Radis3D

Level 5
Posts : 755
Thanked : 3
Engine : RMVX Ace
Skill : Very Beginner
Type : Writer
Awards:
[ASK] Show Choice Vide
iya kan ngasal itu om...
Ɯǩάǩάǩάǩάǩάǩά

kemampuanku kan sebatas itu
[ASK] Show Choice Empty2012-12-14, 18:31
PostRe: [ASK] Show Choice
#9
Utonesia 
Novice
Novice
Utonesia

Level 5
Posts : 165
Thanked : 1
Engine : RMVX Ace
Skill : Beginner
Type : Developer

[ASK] Show Choice Vide
emang siapa scripter terhebat di RMID ?
[ASK] Show Choice Empty2012-12-14, 20:19
PostRe: [ASK] Show Choice
Radis3D 
Sang Iblis
Radis3D

Level 5
Posts : 755
Thanked : 3
Engine : RMVX Ace
Skill : Very Beginner
Type : Writer
Awards:
[ASK] Show Choice Vide
coba tanya om lark
atau coba tanya di CB

ane orang baru...
gak tahu...
[ASK] Show Choice Empty
PostRe: [ASK] Show Choice
Sponsored content 




[ASK] Show Choice Vide
 

[ASK] Show Choice

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Engines :: RMVX Ace-