Navigation

    CreatiCode Scratch Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • CreatiCode
    1. Home
    2. Charles
    3. Posts
    • Profile
    • Following 0
    • Followers 6
    • Topics 133
    • Posts 817
    • Best 197
    • Groups 1

    Posts made by Charles

    • RE: PARMA - A Anomaly Protection Group - Game Announcment

      @sirbots Ah, I understand it now. This looks really good.

      Couple things (Sorry if I appear annoying):

      How did you create the static effect?

      Also, Personally, I would recommend using a custom font instead of Creaticode’s database for fonts. I believe it would be better.

      Lastly, I see the arrows. Do you think you could make widgets instead of sprites for buttons?

      posted in Project Showcase
      Charles
      Charles
    • RE: PARMA - A Anomaly Protection Group - Game Announcment

      @sirbots Oh, I understand it a bit now. So you switch between scenes for gameplay? There is no 3D movement?

      posted in Project Showcase
      Charles
      Charles
    • RE: PARMA - A Anomaly Protection Group - Game Announcment

      @sirbots Dang, this is really awesome!

      How did you import 3D scenes?

      Also, did you import custom animations?

      posted in Project Showcase
      Charles
      Charles
    • RE: PARMA - A Anomaly Protection Group - Game Announcment

      @sirbots said in PARMA - A Anomaly Protection Group - Game Announcment:

      PlayCanvas

      The entire game?

      posted in Project Showcase
      Charles
      Charles
    • RE: PARMA - A Anomaly Protection Group - Game Announcment

      @sirbots ah, okay. What platform are you creating this on?

      posted in Project Showcase
      Charles
      Charles
    • RE: PARMA - A Anomaly Protection Group - Game Announcment

      @sirbots Also, this lighting appears to be wrong:

      1f37e564-5cc8-4279-b9c9-981fea3a1aff-53995ef4-cdcf-4b07-a5fb-014f52bd45b9.jpeg

      Is this intentional?

      posted in Project Showcase
      Charles
      Charles
    • RE: PARMA - A Anomaly Protection Group - Game Announcment

      @sirbots Oh I thought this was creaticode?

      posted in Project Showcase
      Charles
      Charles
    • RE: PARMA - A Anomaly Protection Group - Game Announcment

      @sirbots Oh sweet, I’ll be sure to check it out!

      posted in Project Showcase
      Charles
      Charles
    • RE: New Game

      @dreamsmp_luck I can help? If I have time I can do what you need me to do

      (I’M A CODER NOT A DESIGNER)

      posted in Project Showcase
      Charles
      Charles
    • RE: Game Release

      @dreamsmp_luck Revising your sentence so it’s smoother because I’m bored:

      It is still unfinished, so if you have ideas, I may use them.

      posted in Project Showcase
      Charles
      Charles
    • RE: whoops

      @dreamsmp_luck Bro means in general. 😕

      posted in General Discussion
      Charles
      Charles
    • RE: I'm back and better

      @dreamsmp_luck Wasn’t he IP banned?

      posted in General Discussion
      Charles
      Charles
    • RE: I'm back and better

      @dreamsmp_luck said in I'm back and better:

      I’m eating an apple and it taste disgusting

      That was random lol

      posted in General Discussion
      Charles
      Charles
    • RE: HI!!!! itz @f0x_pawz I got a new account :3

      9750ed07-bbc4-484f-ae1f-db26e537d3dd-Screenshot 2025-10-01 2.47.18 PM.png

      posted in General Discussion
      Charles
      Charles
    • RE: Clear prints buttons don't work again

      @info-creaticode It happens when I click the start button around 2-3 times in 5-8 second intervals. I can’t record it happening because the screen turns black, prevents the project from working, and cancels my recording without saving it.

      It’s also when this appears and I’m required to restart my computer:

      c4a2ce30-e078-42c0-b066-a5754ec44a64-Screenshot 2025-09-30 9.25.48 AM.png

      posted in Feedback
      Charles
      Charles
    • RE: Clear prints buttons don't work again

      @info-creaticode https://play.creaticode.com/projects/68dab2ef0ec80925e38542c8

      Everyone besides Creaticode, please don’t play it yet

      posted in Feedback
      Charles
      Charles
    • RE: Clear prints buttons don't work again

      @info-creaticode I did this, but the game crashes because of the required continuous loop

      posted in Feedback
      Charles
      Charles
    • RE: Help, please

      @notjaldolfyt Yes, I found the problem.

      It happened when Creaticode crashed. I just had to restart my computer

      posted in Feedback
      Charles
      Charles
    • Clear prints buttons don't work again

      @info-creaticode ,

      d1bf5a5f-1881-46be-b09a-4cf479857b0c-Screen recording 2025-09-30 10.23.03 AM.gif

      posted in Feedback
      Charles
      Charles
    • Help, please

      This just randomly happened.

      a119619f-cf4f-4f0d-8613-9b595eec2a72-image.png

      posted in Feedback
      Charles
      Charles
    • RE: Creaticode filter bug?

      @artisilv Okay, thank you.

      posted in Feedback
      Charles
      Charles
    • RE: Creaticode filter bug?

      @dreamsmp_luck I did

      The “S” letter I put wasn’t the Latin “s”

      “…is the lowercase form of the Cyrillic letter Dze (Ѕ).”

      posted in Feedback
      Charles
      Charles
    • RE: Creaticode filter bug?

      @dreamsmp_luck

      Yeah but like

      I typed “mouѕeX” and it said it was bad

      posted in Feedback
      Charles
      Charles
    • Creaticode filter bug?

      In my tutorial, I tried using the word “MouzeX” (with an “s” instead of a “z”), but it tagged it because it thought I was only using the last three letters.

      6e9c0b59-1c37-41f5-bd1c-0a096925467e-image.png

      posted in Feedback
      Charles
      Charles
    • Border pointing bug fix -- !SIMPLIFIED!

      WARNING: This tutorial will not work on a canvas that expands bigger than a 16:9 (this includes both canvas and viewport)

      If you want to know how to make it work on a bigger canvas/viewport than a 16:9, please view my previous tutorial:

      https://forum.creaticode.com/topic/1994/i-fixed-the-border-pointing-bug-tutorial?_=1759362965262

      –

      _Difficulty: 2/5

      d1573691-3ed4-455e-8920-583e6322b732-Screen recording 2025-09-29 1.24.02 PM.gif

      PART ONE:

      Have a small position dot set in the center of the scratch sprite creation tab. Use a forever loop to send this dot to the mouse pointer.

      Inside this same loop, add the positions of this dot by half of themselves and send it into two variables: MouѕeX and MouseY

      This is because a 16:9 portrait is almost double the size of regular Scratch 4:3 ratio

      This will make the mouse pointer have accurate proportions when aiming at it

      –

      PART TWO

      Use the “point towards” block with the two positions. Use the variables MouѕeX and Mouse Y for Position X and Position Y

      –

      posted in 小教程
      Charles
      Charles
    • RE: The Blob Doodle Discussion

      @dreamsmp_luck That’s an actual person?

      Dang.

      Lemme go change it again.

      posted in General Discussion
      Charles
      Charles
    • RE: The Blob Doodle Discussion

      @dreamsmp_luck ajr is a good band

      Also, I made the skins guys 😄

      posted in General Discussion
      Charles
      Charles
    • RE: this forum's dead

      @dreamsmp_luck said in this forum's dead:

      @白刃の亡霊 we work on the blob doodle more?
      Screenshot 2025-09-26 20.05.59.png

      No, I’m really focused on my Undertale game and another game I’m making about speed running

      Srry

      posted in General Discussion
      Charles
      Charles
    • RE: Thing for school!

      @dreamsmp_luck
      ““““““““”“”“““baby sucko’’‘” - Meghan’’’” - DreamSMP_Luck’‘’” -白刃の亡霊’’” - DreamSMP_Luck’’”“””” -白刃の亡霊’” - DreamSMP_Luck’” - selene’’’ - 白刃の亡霊’”“”“”“” -f0x_pawz’” - DreamSMP_Luck’”“”“”“”" -f0xpawz" - dreamsmp_luck"“”“”“”“” -f0x_pawz" - DreamSMP_Luck"“”“”“”“”“" - 白刃の亡霊" - DreamSMP_Luck"

      posted in General Discussion
      Charles
      Charles
    • RE: Thing for school!

      Why did we make this a thing lol XD

      ““““““”“”“““baby sucko’‘” - Meghan’’” - DreamSMP_Luck’’” -白刃の亡霊’” - DreamSMP_Luck’”“””” -白刃の亡霊” - DreamSMP_Luck” - selene’’ - 白刃の亡霊”“”“”“” -f0x_pawz" - DreamSMP_Luck"“”“”“”" -f0xpawz" - dreamsmp_luck"“”“”“”“” -f0x_pawz" - DreamSMP_Luck

      posted in General Discussion
      Charles
      Charles
    • RE: Thing for school!

      @selene

      "@白刃の亡霊 白刃の亡霊白刃の亡霊 trusted helpers 19 minutes ago

      @dreamsmp_luck “”“““baby sucko’‘” - Meghan’’” - DreamSMP_Luck’’” -白刃の亡霊’” - DreamSMP_Luck’”“”" -白刃の亡霊" - DreamSMP_Luck" - selene

      posted in General Discussion
      Charles
      Charles
    • AI worked pretty well!

      Originally, I have a cowboy picture with a bandana and shades.

      I needed AI to remove the cowboy’s bandana, and it did so without too much issue:

      ffc7d523-aac7-4a76-9258-ad232c4d84d9-Screenshot 2025-09-25 3.10.42 PM.png
      (Original cowboy on the left, AI on the right)

      –

      Although I asked the AI for no facial features, I was able to work around this issue:

      e1ee3165-1d86-41ee-92ad-317e5443bf4b-Screenshot 2025-09-25 3.10.48 PM.png

      posted in Test
      Charles
      Charles
    • RE: Thing for school!

      @dreamsmp_luck “”“““baby sucko’‘” - Meghan’’” - DreamSMP_Luck’’” -白刃の亡霊’” - DreamSMP_Luck’”“”" -白刃の亡霊" - DreamSMP_Luck

      posted in General Discussion
      Charles
      Charles
    • RE: play my game

      @dreamsmp_luck This is amazing

      posted in Project Showcase
      Charles
      Charles
    • RE: Thing for school!

      @dreamsmp_luck ““‘baby sucko’” - Meghan’” - DreamSMP_Luck’" -白刃の亡霊" - DreamSMP_Luck

      posted in General Discussion
      Charles
      Charles
    • RE: Thing for school!

      @dreamsmp_luck “‘baby sucko’ - Meghan” - DreamSMP_Luck

      posted in General Discussion
      Charles
      Charles
    • RE: Thing for school!

      @selene Also that was SERIOUSLY taken out of context XD

      posted in General Discussion
      Charles
      Charles
    • RE: Thing for school!

      @selene It’s nothing bad

      posted in General Discussion
      Charles
      Charles
    • RE: Thing for school!

      @dido_the_dino said in Thing for school!:

      @dismemberment 196245.gif what this

      That’s the moment in My Hero Academia when All Might asked Deku what he remembers and he responded with the moment Deku ate some of All Might’s hair

      (long story if you haven’t seen the show)

      posted in General Discussion
      Charles
      Charles
    • RE: Thing for school!

      @notjaldolfyt waht-

      posted in General Discussion
      Charles
      Charles
    • RE: Thing for school!

      @dido_the_dino Funny pfp

      posted in General Discussion
      Charles
      Charles
    • Weird bug in Creaticode

      39586068-aa5e-49db-b162-c6d06729cc83-Screen recording 2025-09-23 2.30.19 PM.gif

      posted in Feedback
      Charles
      Charles
    • RE: Thing for school!

      @dismemberment said in Thing for school!:

      @dido_the_dino Screenshot 2025-09-19 194127.png only gonna show the head because there is some bl00d there but yea-

      That’s cool

      posted in General Discussion
      Charles
      Charles
    • RE: Yo it's been a while since I have been on this.

      @attractive-milk What up Byrd! Been a while

      (In case you forgot who I am, who’s the only one who still calls you “Byrd” XD )

      posted in General Discussion
      Charles
      Charles
    • RE: Project randomly started crashing

      @drankwarrior4490-gmail Oh wow, you can’t even load into the project edit page

      posted in Help
      Charles
      Charles
    • AI filter bugging out

      I’ll type anything in the project title, instructions, or notes/credits and it will mark it as inappropriate

      Here are some things I’ve typed:

      • test room

      • test

      • game

      • what

      • stop

      posted in Feedback
      Charles
      Charles
    • RE: Project randomly started crashing

      @drankwarrior4490-gmail The game isn’t shared. Can you publish it so the link is viewable?

      posted in Help
      Charles
      Charles