プレイ日記
PikaRyan papermariofanmm
how do i make it so if my sprite is in a certain area on the map that it pops up a dialog box?
0そうだね
プレイ済み
返信[1]
親投稿
Phoenix B) epicphoenix4
1:IF X==Xarea and Y==Yarea then gosub @popup 'for a precise area 2 for a general area If X>Leftside and X<Rightside then xactive=1 else xactive=0 If Y>Top and X<bottom then yactive=1 else yactive=0
2そうだね
プレイ済み
返信[2]
親投稿
Phoenix B) epicphoenix4
Use that for events in general.
2そうだね
プレイ済み
返信[3]
親投稿
T.J. Gamer zagg17
yep, basically all that.
0そうだね
未プレイ
返信[4]
親投稿
Arrow♂ Arrow5988
b=button() if bgget(3,x+5,y,1) == 198 and b==16 then gosub @textbox bgput 3,18,4,198
0そうだね
プレイ済み
返信[5]
親投稿
Arrow♂ Arrow5988
that's to click a button to bring up textbox
1そうだね
プレイ済み
返信[6]
親投稿
Arrow♂ Arrow5988
if bgget(1,x+10,y+10,1) == 100 then gosub @ textbox this is for step on by tile to trigger text box
0そうだね
プレイ済み
返信[7]
親投稿
Arrow♂ Arrow5988
Stupid auto correct by should say bg
0そうだね
プレイ済み