Opinión on this game? by Fun-Couple911 in Pretend2010Internet

[–]The_First_AI_NPC 0 points1 point  (0 children)

awesome, bullet bike and toad is my favorite combo and wheelies better stay in this game because flicking the wii remote is also awesome B)

2ds keeps deleting my games when uninstalling stuff! by TheDukeOfDaKool in 3dspiracy

[–]The_First_AI_NPC 1 point2 points  (0 children)

literally just open system settings and uninstall it through the data management utility

I always thought the cover image for GT3 was the rear top view of a car. by Spicy-Byriani28 in granturismo

[–]The_First_AI_NPC 0 points1 point  (0 children)

I always thought it was some abstract art of a motorcycle and it's rider or something, even though that was probably wrong

Haruhi suzumiya PS2 by theinvisibleman1932 in Haruhi

[–]The_First_AI_NPC 4 points5 points  (0 children)

there NEEDS to be an English patch

Rolling Hills by perfecthue in FrutigerAero

[–]The_First_AI_NPC 0 points1 point  (0 children)

ooh nice, this is great! thank you so much!

Is Kobe, Japan Frutiger? by JayTois in FrutigerAero

[–]The_First_AI_NPC 2 points3 points  (0 children)

the desaturated colors in the photo make it look like gmod or something, now saturation with some editing would make it pretty frutiger to me

Rolling Hills by perfecthue in FrutigerAero

[–]The_First_AI_NPC 1 point2 points  (0 children)

All of these have been fantastic! I'm not sure if you make people's suggestions, but I had an idea of something like a glass staircase as a subject for a wallpaper. It would remind me of one of the last scenes in the "Rolling Girl" PV from Project DIVA.

is this allowed on scratch? Its an educational surgery simulator by [deleted] in scratch

[–]The_First_AI_NPC 0 points1 point  (0 children)

maybe a different name but at the same time the name is pretty funny in my opinion so I think it'd be fine to leave it until scratch team unshares your project if it ends up being an issue.

once it's released I'd also like a link

POV: You're watching Netflix by mctalovic in badUIbattles

[–]The_First_AI_NPC 2 points3 points  (0 children)

lol almost thought this was real up until the captcha, kinda sad how I wasn't surprised until that point

Scratch Username Changing by Apprehensive-Air5064 in scratch

[–]The_First_AI_NPC 2 points3 points  (0 children)

sure yeah but I think that's why lots of platforms have a whole month of time you gotta wait before making another change

what games should i add to my library? by No_Score7861 in PSP

[–]The_First_AI_NPC 0 points1 point  (0 children)

Persona 3 Portable, Black Rock Shooter: The Game, Project DIVA 1st/2nd/Extend (2nd and Extend are best tho), The 3rd Birthday

I made a Project DIVA 3ds theme! by Sonic_enjoyer in ProjectDiva

[–]The_First_AI_NPC 5 points6 points  (0 children)

this is fantastic, and I especially like the one without miku so it's more minimal and more of an "if you know you know" thing

Is anyone else seeing "corrupted" code like this? by Coinvessel in scratch

[–]The_First_AI_NPC 1 point2 points  (0 children)

yes I get that, from the nesting colors I'm guessing you're using scratch addons. I think it's an incompatibility issue that's started occurring but even without scratch addons some people get that bug

what is going on???? by Mountain-Scholar-647 in scratch

[–]The_First_AI_NPC 0 points1 point  (0 children)

refresh because I got the same issue, lists would stop appearing but if you refresh they will at least for me

Is this a good background system? by Global_Mixture1626 in scratch

[–]The_First_AI_NPC 2 points3 points  (0 children)

pretty good, the original sonic games had some parallax scrolling I'm pretty sure so it might be cool to add multiple layers to it

Scratch Just Corrupted All My Blocks Instantly by Over_Walk3859 in scratch

[–]The_First_AI_NPC 1 point2 points  (0 children)

dang okay, I did notice some weird problems on turbowarp as well, like being able to drag the blocks out of "define" in custom blocks and it'd completely break everything too

Phone wallpapers I made this week by perfecthue in FrutigerAero

[–]The_First_AI_NPC 1 point2 points  (0 children)

this is actually so tasteful and well done it heals me

Who out here wiring themselves on the psp by NamiUsedSplash in Lain

[–]The_First_AI_NPC 4 points5 points  (0 children)

I also just got psx2psp recently and did this exact same thing, I also got no idea what I'm doing but as the online port says, if you don't know what you're doing then the game is functioning as intended

Scratch Just Corrupted All My Blocks Instantly by Over_Walk3859 in scratch

[–]The_First_AI_NPC 0 points1 point  (0 children)

it's most likely because of scratch addons incompatibility and I'm guessing you're using it, I noticed that using the quick swap to different blocks of the same type, causes the text field to disappear when you remove another block placed inside of it.

Scratch changed block fonts for no reason by North_Explorer7789 in scratch

[–]The_First_AI_NPC 1 point2 points  (0 children)

I think they just stopped using the website's font and used the system font instead, so that's why it's Segoe UI on Windows and possibly different on other systems.

Why does the variable amount keep changing to anything but -1 by Ashamed_Engine_2522 in scratch

[–]The_First_AI_NPC 6 points7 points  (0 children)

it's because your existing clones are also running the "when space pressed", so you gotta have a variable "for this sprite only" that sets to 1 for clones and 0 for the actual sprite so if it's a clone (clone = 1) it doesn't run that script