プレイ日記
Party rock PartyRockx
I HAVE BEEN TRYING TO MAKE A TITLE SCREEN FOR 2 DAYS NOW I FINISHED THE TITLE SCREEN BUT HOW DO I USE IT
1そうだね
プレイ済み
返信[1]
親投稿
raimondz raimondzz
Put this on your code(Replace FILENAME with your title screen) LOAD "GRP0:FILENAME",0 If you want to load your image on the top and bottom screen, then use: XSCREEN 2 LOAD "GRP0:FILENAME",0 LOAD "GRP1:FILENAME",0
1そうだね
プレイ済み
返信[2]
親投稿
Party rock PartyRockx
thanks a ton i have two more questions. i want to be able to display the image without having to go through the loading process. the image appears automatically with no noise a pre load if you will. how do u do dat
0そうだね
プレイ済み
返信[3]
親投稿
Alex Foursquare5
If you do not want to have the confirmation message pop up, you just need to add "false" to the end of your load. example: LOAD"Filename",0,FALSE I hope this helps! Good luck with your project! I added a screenshot of an example, ignore the rest of the program. The "load" command is the only important thing!
1そうだね
プレイ済み
返信[4]
親投稿
Party rock PartyRockx
i wanna be able to control the camera. like wen i push right on the circle pad the camera go's right. controlling the cameras left and right moovment
0そうだね
プレイ済み