@flex

amateur shitposter, certified pineapple

About me

I am a wasteof.money user!

Statistics

Joined 3 years ago
Posts 828
Followers 113 [>]
Following 221 [>]
flex @flex

i might buy a 3ds to replace my switch

at least i can carry it in my pocket and not put it in a locker

(ofc i’ll mod it)

Nov 25, 2023, 3:47 PM
13
flex @flex

you ever just hear a song and have dramatic flashbacks of your favorite memories, or is that just me?

Nov 25, 2023, 6:27 AM
0
flex @flex

working on my makecode arcade rpg game!!

i’m currently writing the battle engine! similar to pokemon’s but with less choices because i’m lazy and only adding “Block” and “Attack”

i’d say 10% of the game is done and idk if i’ll ever “release” it (since i don’t think you can compile makecode arcade to an executable file)

edit: turns out i can embed it in a webpage or just upload the uf2 file to itch.io (you can load it on arcade.makecode.com or on your own makecode arcade system i think?)

Nov 25, 2023, 12:38 AM
2
flex @flex

day three of procrastinating

Nov 24, 2023, 3:46 PM
0
flex @flex

am i bad at math or am i bad at javascript

function control_loop() {
    if (controller.dx() > 0) {
        if (x_vel > 40) {
            x_vel = 40
        } else {
            x_vel += 10
        }
    } else if (!(controller.dx() < 0)) {
        if (x_vel < 0 && x_vel != 0) {
            x_vel -= 10
        }
    }
    
    if (controller.dx() < 0) {
        if (x_vel < -40) {
            x_vel = -40
        } else {
            x_vel -= 10
        }
    } else if (!(controller.dx() > 0)) {
        if (x_vel < 0 && x_vel != 0) {
            x_vel -= 10
        } 
    }
}

for context, this code just checks if you have an arrow key pressed and then it’ll change the x velocity to move the player, but the left movement isn’t working (player’s velocity won’t reset like normal)

Nov 23, 2023, 5:17 PM
3
flex @flex

TIL that i can set a sprite’s velocity in makecode arcade right after i spent 3 hours implementing a physics engine from nothing!

Nov 23, 2023, 4:54 PM
0
flex @flex

wasteof.money has something twitter doesn’t have — a ceo who isn’t tryharding to be relevant

Nov 23, 2023, 2:51 PM
0
flex @flex

finishing school work is so satisfying…

i always found my multimedia class projects so boring but they’re actually very fun!

Nov 23, 2023, 1:44 AM
0
flex @flex

this feels scummy

follow @follow

if you follow my main (@lolzify) i’ll also follow you on that account, so +2 follows for you whilst i only get 1

Feb 22, 2022, 4:34 PM
2
Nov 22, 2023, 11:01 PM
2
flex @flex

Let’s be real, the best years were 2013 to 2018

Not saying 2019 to 2024 suck, but they’re just… different

Nov 22, 2023, 6:45 PM
6
flex @flex

nintendo said if i want to get the location of my switch i have to get the police involved? ok, bet

Nov 22, 2023, 5:31 PM
2
flex @flex

i would love if scratch implemented scripting with javascript or c++ (or python)

it would attract a lot more people to the platform including me, and it would help people get a basic understanding of text-based langs

edit: if anyone wants to actually try this out, try ApuC

Nov 22, 2023, 5:03 PM
7
flex @flex

help me steal the moon

chester @chester

help me deliver the rarefraction cell to looks to the moon

portalpower @portalpower

Nobody has hated you or even had beef with you for the past 4 months.

lily @lily

i'm literally the yaseen of wasteof.money - many people hate me and make up lies about me because i post incoherent shitposts, but i have a cult (affectionate) that agree with everything i do

Nov 21, 2023, 11:55 PM
2
Nov 22, 2023, 12:58 AM
0
Nov 22, 2023, 2:14 AM
0
Nov 22, 2023, 2:20 AM
0
flex @flex

random thought

why are literally all security cameras fucking dogshit

it looks like they put up a potato running android 6 and called it a “security” camera

flex @flex

i seriously hate my school

“oh well we can’t do anything about it because we can’t accuse random students even if we have video evidence!”

if they gave me a single frame where their face or even their outfit was visible i could literally crack the case in an hour or two.

i’m gonna disable the switch and hope the person turns themselves in from fear. why did i ever choose to go to a school full of criminals…

Nov 21, 2023, 9:54 PM
0
Nov 21, 2023, 9:59 PM
0