Intermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthThird YearMy account is over 3 years oldWebsiteReadingI like to read books!HobbiesThird YearMy account is over 3 years oldWebsiteAvatar TabooI didn't change my avatar for 180 daysWebsiteSecond YearMy account is over 2 years oldWebsiteAvatar EmbargoI didn't change my avatar for 90 daysWebsiteFirst YearMy account is over 1 year oldWebsiteOSP Contest 2 Contest ParticipantI participated in the second SmileBASIC Source OSP Contest!OSP Contest 3 Contest ParticipantI participated in the third SmileBASIC Source OSP Contest!QSP Contest 2 Contest ParticipantI participated in the second SmileBASIC Source QSP Contest!RNGHiddenEaster EggsDeep SleepHiddenWebsiteForum ContributorHiddenAchievementsGood PageHiddenAchievementsAvatar BlockI didn't change my avatar for 30 days.WebsiteAmateur programmer. I do art sometimes too.
MZ952 edited a post on thread Kicking myself right now Can any tile id have any collision property? It sounds to me like you're limiting yourself unnec...
MZ952 posted on thread Kicking myself right now Can any tile id have any collision property? It sounds to me like you're limiting yourself unnec...
MZ952 posted on thread SBS website update March 2022 You created this wonderful site for the community, and that's mad respect. Many good memories co...
MZ952 edited page GCOMP This serves a really niche purpose. Basically, I'm working on a piece of code that constantly ne...
MZ952 created a new page: GCOMP This serves a really niche purpose. Basically, I'm working on a piece of code that constantly ne...
MZ952 edited comment on Perlin Noise I'm a little late to the party, but I think there's a typo in the _GRAD(...) function. I was com...
MZ952 commented on Perlin Noise I'm a little late to the party, but I think there's a typo in the _GRAD(...) function. I was com...
MZ952 posted on thread SBS website update March 2022 The "SB Programming Corner" Discord server has always felt like the official server for this sit...
MZ952 edited a post on thread Delay in sprite clearing If you're using VSYNC in main loop of your program, your code will execute at about 60 fps. (Or...
MZ952 posted on thread Delay in sprite clearing If you're using VSYNC in main loop of your program, your code will execute at about 60 fps. (Or...
MZ952 posted on thread Need thoughts on "router" concept I'm pretty sure SmileBoom supported PC -> DSi and vise versa via a QR transfer tool that was ava...
MZ952 edited a post on thread Need thoughts on "router" concept This has been discussed and contemplated probably a couple times on this site. I can't find the...
MZ952 posted on thread Need thoughts on "router" concept This has been discussed and contemplated probably a couple times on this site. I can't find the...
MZ952 posted on thread Storage system Help! You could use a 1d array and treat it as a 2d array by this method: ITEM=CHEST[Y*CHEST_WIDTH+X]...
MZ952 edited page GS6 Weak noisy image compression. Works well for a smaller palette of colors or sparsely-populated n...
MZ952 created a new page: GS6 Weak noisy image compression. Works well for a smaller palette of colors or sparsely-populating...
MZ952 edited a post on thread Programming help wanted (for hire) Not very well to be honest, but what can you do? My only option for rapidly drawing noisy imager...
MZ952 posted on thread Programming help wanted (for hire) Not very well to be honest, but what can you do? My only option for rapidly drawing noisy imager...
MZ952 edited a post on thread Programming help wanted (for hire) Noisy images are always a bit of a problem, but you use the right tool for the job. I pretty muc...
MZ952 posted on thread Programming help wanted (for hire) Noisy images are always a bit of a problem, but you use the right tool for the job. I pretty muc...
MZ952 edited a post on thread Programming help wanted (for hire) Yeah, that's exactly what I'm doing. I haven't like fully rounded it out yet, but I've got a...
MZ952 edited a post on thread Programming help wanted (for hire) I already punched the numbers on that. If it takes like 20 seconds for LZSS to compress a fr...
MZ952 edited a post on thread Programming help wanted (for hire) I've never heard of such a feature, huh. (It would make sense though. By my rough calculations...
MZ952 edited a post on thread Programming help wanted (for hire) Yeah, I mean, that was always a uh option. But the screenshots are very poor quality, not someth...
MZ952 posted on thread Programming help wanted (for hire) Yeah, I mean, that was always a uh option. But the screenshots are very poor quality, not someth...
MZ952 posted on thread Programming help wanted (for hire) If you're interested or want to see how the development of the app is going, I've set up a disco...
MZ952 created a new thread: Programming help wanted (for hire) I'm in the middle of developing a mediocre animation app for SB3 (and SB4, but my current focus...
MZ952 edited page simple text compression OPTION STRICT
OPTION DEFINT
DEF CMP$(S$)
DIM I,R$,S0,L=LEN(S$)
FOR I=0 TO L-1 STEP 2
S0=ASC...
MZ952 edited comment on simple text compression My code works with exactly the same principles. All it does extra is wrap the character code val...
MZ952 replied to a comment on simple text compression Yeah, my code works with exactly the same principle. All it does extra is wrap the character cod...
MZ952 edited page simple text compression OPTION STRICT
OPTION DEFINT
DEF CMP$(S$)
DIM I,R$,S0,L=LEN(S$)
FOR I=0 TO L-1 STEP 2
S0=ASC...
MZ952 created a new page: simple text compression OPTION STTICT
OPTION DEFINT
DEF CMP$(S$)
DIM I,R$,S0,L=LEN(S$)
FOR I=0 TO L-1 STEP 2
S0=ASC...
MZ952 edited comment on Sonny's Bad Paint Application Some advice:
GCLS accepts a color argument to clear the screen with, so, instead of doing GCLS:...
MZ952 commented on Sonny's Bad Paint Application Some advice:
GCLS accepts a color argument to clear the screen with, so, instead of doing GCLS:...