Do the sprites I create in the graphic editor automatically move into the folder for my game, or do I need to do something first, Like move them into my folder or put the data into my program? Sorry if this question is confusing.
Can someone test this program? If there is a blue circle that appears in the middle of the screen, that means it work. Please tell me the results afterwards. The download code is in the comments
Rough draft of main menu done. this game is coming along better than expected. If somebody asks in the comment I will post a picture of the gameplay so far and give a discription of the game. :)
My current X-mas project! It's like the impossible quiz kind of... But there are differences like you only have ONE life! I nedd help with loading sprites though and this is a prealpha main menu.
New SmileBASIC Shortcuts! YK38VD3M
•Doesn't use ACLS anymore! Your work-in-progress sprites and drawings won't be deleted!
•Support for projects! This was supposed to be in 1.0!
•Easter egg is harder to get to…
Warning: 1.x saves won't work anymore! Report bugs if you find them.
My code seems to be getting more compact! Simply by changing a few labels to defined functions, I was able to shorten Polygon's code by about 25 or so lines! This is getting somewhere...
Alright, I'm making a big project and about to release a smaller one.. For my big one I need to know how to spawn a lot of little things such as bugs and little creatures. Also I need to know how to make mini maps & how to make Blocks and data ANY help will be heavily appreciated
un pequeño experimento, este es un juego de carreras contra reloj tiene menos de cien lineas de codigo y se pueden romper las reglas jueguen limpio.
N3E354L3
I think this suits Polygon a lot better! I wanted to use brighter green colors, but they wouldn't show up on the grey - and I wanted to keep the grey bright because it made these look more like buttons!
log 09-added menu. added options like the ability to change player color and enemy color. working on lvl system to balance out some abilities and boss battle lvls [note-pre alpha pic] and more!
Tip of the day! Label scope.
The more structured your program is, the less need you'll have for labels. But what happens if you need a label in a function and you accidentally reuse a label from your main program?