トピック
gronade GRONADE

I NEED HELP!!

Does anyone know how to break a loop by getting a sprite to a certain point. Because I want the map to change when my sprite is moved into a house.
1そうだね
プレイ済み
返信[1]
親投稿
*J.P.* DEV NEWPICY3
well if its going by where the sprite is at, in the players spofs you probably move it with x/y, so print the X/Y (PRINT X,Y) then when the player is in that area make a box to see if hes there, like this: IF X>50 AND X<70 THEN IF Y>50 AND Y<70 THEN BREAK as you can see i created a box to check in, if it goes into that box then just break. use the X/Y of where you at. did that help any?
0そうだね
未プレイ
返信[2]
親投稿
gronade GRONADE
I'll try it soon, but im pretty sure it will work.
0そうだね
プレイ済み
返信[3]
親投稿
gronade GRONADE
It didnt work, could you upload a screen shot of the code.
0そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
Unfortunately we cannot attach screenshot here because of region lock. I give you a sample code instead. Could you download EK234D86 and refer to EX_MAPSW in the downloaded folder?
0そうだね
未プレイ
返信[5]
親投稿
gronade GRONADE
Ill try it soon. THX
0そうだね
プレイ済み
返信[6]
親投稿
gronade GRONADE
Do i have to put the entire thing in.
0そうだね
プレイ済み
返信[7]
親投稿
gronade GRONADE
CAN U PLEASE TELL ME HOW TO CHANGE THE MAP THAT IT LOADS, SO IT DOESN'T LOAD THE MAP YOU MADE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! PLEASSSSSSSSSSSSSSEEEEEEEEEEEEEE!!!!!!!!!
0そうだね
プレイ済み
返信[8]
親投稿
*J.P.* DEV NEWPICY3
um just change the map name..? ill go look for you.. brb.
0そうだね
未プレイ
返信[9]
親投稿
gronade GRONADE
Are u looking at the code that Hanzo made.
0そうだね
プレイ済み
返信[10]
親投稿
*J.P.* DEV NEWPICY3
sorry! i got caught up anyways yes i am.
0そうだね
未プレイ
返信[11]
親投稿
gronade GRONADE
Ok so can u work out how to change the map???
0そうだね
プレイ済み
返信[12]
親投稿
Hanzo rzsense
There are some methods to create map and I've shown you the simplest way, to use only BGFILL and BGPUT. Please see help documents for the detail of these commands. Try typing the following commands in direct mode. BGFILL 0,0,0,24,14,107 BGFILL 0,1,1,23,13,103 BGPUT 0,12,7,241
0そうだね
未プレイ
返信[13]
親投稿
[Dev]☆MAHE maherangers
Download this: 4RLXNV3E
1そうだね
プレイ済み
返信[14]
親投稿
gronade GRONADE
Download this: 4RLXNV3E
0そうだね
プレイ済み
返信[15]
親投稿
[Dev]☆MAHE maherangers
Yes :)
0そうだね
プレイ済み
返信[16]
親投稿
Nathan Nathan.M.Jones
whatm is going on here com down give him some time ok
0そうだね
未プレイ