トピック
oct Aidan xbomb795

need help

I need help with the basics like how to make a 1 level platformer or pong
1そうだね
プレイ済み
返信[1]
親投稿
PChicken NerdChicken
those aren't the basics
0そうだね
プレイ済み
返信[2]
親投稿
oct Aidan xbomb795
ok i just need to learn the basics can you help?
0そうだね
プレイ済み
返信[3]
親投稿
PChicken NerdChicken
sure use PRINT "with a string encased in quotation marks like this to display the stuff in here on the screen"
0そうだね
プレイ済み
返信[4]
親投稿
oct Aidan xbomb795
???
0そうだね
プレイ済み
返信[5]
親投稿
PChicken NerdChicken
use PRINT "string in quotes" to display that string in quotes on the screen.
0そうだね
プレイ済み
返信[6]
親投稿
oct Aidan xbomb795
ok brb
0そうだね
プレイ済み
返信[7]
親投稿
PChicken NerdChicken
the string, or phrase with letters, has to be encased in quotes.
0そうだね
プレイ済み
返信[8]
親投稿
PChicken NerdChicken
bye
0そうだね
プレイ済み
返信[9]
親投稿
oct Aidan xbomb795
it didnt work
0そうだね
プレイ済み
返信[10]
親投稿
MSWS coolestkid123
*Facepalm* Instead of using PRINT, do ? ? is an alias for PRINT but it's a lot shorter. Eg: If I wanted to show Hello! on the screen, I woyld do ?"Hello!". Also, playform mechanics are relatively easy as long as you have experience and know what you're doing. You will want to set up a sprite, backgrounds, maps, etc.
0そうだね
プレイ済み
返信[11]
親投稿
PChicken NerdChicken
Did you use the quotation marks that are already two? Like, not hitting the ' button twice, but the " button once.
0そうだね
プレイ済み
返信[12]
親投稿
oct Aidan xbomb795
ok it worked i made a little death of luigi thing lol what next?
0そうだね
プレイ済み
返信[13]
親投稿
PChicken NerdChicken
MSWS, PRINT makes more sense than ? for beginners.
0そうだね
プレイ済み
返信[14]
親投稿
PChicken NerdChicken
Now you should learn how to use sprites. Type SPSET on an empty line and press the blue help button in the upper right. Read the little reference and play around with it. The management number is a specific number used to work with that one sprite. The definition number is a number used to tell what the sprite looks like. Do the same thing with SPOFS (help button, empty line). SPOFS moves sprite.
1そうだね
プレイ済み
返信[15]
親投稿
PChicken NerdChicken
Quote, you forgot the management num in SPOFS
0そうだね
プレイ済み