Awesome! It worked! Thank you so much, Hanzo!
0そうだね プレイ済み
Yo clash me boi, I'm gonna need ya here soon.
1そうだね プレイ済み
Is there any way to stretch the collision box? Like so if I tap anywhere in the square with the Z's and not just the top left corner, it will do something.
0そうだね プレイ済み
Ah okay, that should do it I think.
0そうだね プレイ済み
Well, you can do all sorts of stuff for backgrounds, you could make a map, bgfill, use some sprites, and more. I think the best way to do it is to make a map.
0そうだね プレイ済み
You're suppose to tap the button with the Z's.
0そうだね プレイ済み
So, I typed it in and tested it, nothing happened. Do you see what I did wrong?
0そうだね プレイ済み
Locate 20,10 ? "TITLE SCREEN"
Locate 21,12 ? "Press A to begin"
BGMPLAY 5
@LOOP
IF BUTTON() AND #A THEN
GOTO @GAME
GOTO @LOOP
Just a simple way to do it.
0そうだね プレイ済み
Oh oh oh. Locate was for the text whoops my bad.
0そうだね プレイ済み
What does the LOCATE do in this whole thing?
0そうだね プレイ済み
Is it okay if you can explain the touching part, not the moving sprite one?
0そうだね プレイ済み
Touching a sprite
How do you make it so when you touch a sprite, it does something.
6そうだね プレイ済み
It's a surprise. xP
And sure! You gotta put the button in a loop, something like this:
@LOOP
IF BUTTON() AND #A THEN GOTO @GAME
GOTO @LOOP
@GAME
(your game here)
0そうだね プレイ済み
I don't know if I can help you with your project. I have two projects I'm currently working on.
0そうだね プレイ済み
Yeah sorry bout that. I commented the right kety up there.
1そうだね プレイ済み