Navigation

    CreatiCode Scratch Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • CreatiCode
    1. Home
    2. The_True_Odst
    3. Topics
    • Profile
    • Following 0
    • Followers 6
    • Topics 86
    • Posts 497
    • Best 123
    • Groups 1

    Topics created by The_True_Odst

    • The_True_Odst

      Clone won't appear :(
      Help • • The True ODST

      7
      0
      Votes
      7
      Posts
      191
      Views

      The_True_Odst

      @info-creaticode It’s not there anymore, I changed it from a clone to the actual sprite since I couldn’t figure out the bug.

    • The_True_Odst

      Forever loop won't work for 2 clones in a single sprite:
      Help • • The True ODST

      5
      0
      Votes
      5
      Posts
      142
      Views

      Tyller_

      @the_true_odst make it so if they touch it they say something or use print to console. This is how most programmers (allegedly people using languages other than JS dont do this but I still doubt that) debug stuff, you add a bunch of prints to ensure what is broken, like is it the touching detection or the cursor, you dont know becuase if one doesn’t work, the other won’t (if touching doesnt work then the cursor will never change, if the cursor changing doesnt work you wouldn’t know becuase the touching would be trying to use something that’s broken)

    • The_True_Odst

      new block -- "layer"
      Feedback • • The True ODST

      8
      1
      Votes
      8
      Posts
      176
      Views

      The_True_Odst

      @info-creaticode That sounds good!

    • The_True_Odst

      Crypto Clicker Ver. 0.0.1
      Project Showcase • • The True ODST

      5
      0
      Votes
      5
      Posts
      156
      Views

      The_True_Odst

      I added some sounds when you upgrade. Nifty little feature.

    • The_True_Odst

      "delete all clones" block
      Feedback • • The True ODST

      8
      0
      Votes
      8
      Posts
      223
      Views

      info-creaticode

      @the_true_odst

      The code should work. Can you provide a project link where it doesn’t work for you? And what do you mean by “doesn’t work”?

    • The_True_Odst

      Measuring decimal places
      Help • • The True ODST

      5
      1
      Votes
      5
      Posts
      143
      Views

      jeffreyrb03-gmail

      @The_True_Odst I struggled to understand what you meant at first, but after some re-reading, I can help. So I understand you want to be able to find the decimal number AT any decimal place of any decimal number reliably.
      So, decimal places go like
      0.0001
      (whole number).tenths,hundredths,thousandths,ten-thousandths, hundred-thousandths, millions, etc.

      So we know the bold in 0.0001 is thousandths, but we need a program to do that.
      We’ll just be saying the number of its place instead, like that’s the third decimal place here (3).

      So we need to clean up the number by making it positive (incase its negative), and only focusing on the part after the decimal point, then returning the decimal place based on another input.

      Make a reporter custom block with two inputs then put this code into it:
      64b4716e-d974-4486-abbb-ae682fd1def9-image.png

      It should report the number that exists at a decimal place. So in 0.128456, if you wanted to know the number that resides at thousandths place (3), then you’d do (return decimal place (3) of decimal number (0.128456)) and it would report “8”.

    • The_True_Odst

      Making a variable occur to each clone instead of all of them
      Help • • The True ODST

      5
      0
      Votes
      5
      Posts
      136
      Views

      Attractive Milk

      @the_true_odst Ok

    • The_True_Odst

      New block: Round by {number}
      Feedback • • The True ODST

      9
      0
      Votes
      9
      Posts
      237
      Views

      info-creaticode

      @the_true_odst said in New block: Round by {number}:

      What about a new block?

      Well, it will be a bit confusing with 2 “round” blocks. Also, as shown, it is fairly easy to work around it, right?

      d4dae5fa-1610-4f0c-8835-f3cd3c7069af-image.png

    • The_True_Odst

      Decimal Counting Bug
      Feedback • • The True ODST

      4
      1
      Votes
      4
      Posts
      101
      Views

      info-creaticode

      @the_true_odst

      Another way is to scale it up by 100, round to integers (so get rid of the tiny noise value), then divide it by 100:

      b83d4c75-c4be-427c-9a71-a46c1565016d-image.png

    • The_True_Odst

      Hiding unnecessary notifications
      Feedback • • The True ODST

      2
      0
      Votes
      2
      Posts
      87
      Views

      info-creaticode

      @the_true_odst

      Unfortunately, we are using the NodeBB project for this forum, which does not support such customized notifications. There are some settings you can change in your own setting page.

    • The_True_Odst

      Ultimate Chicken Horse in Creaticode!
      General Discussion • • The True ODST

      19
      0
      Votes
      19
      Posts
      677
      Views

      Tyller_

      @the_true_odst you use the intended and actual as a back bone, for the gravity you just set the intended x and intended y values at the changing, your gravity was mainly change y by 2 every frame and then change y by negative 2 to go down (from what I remember), you can set the intended y speed to 2 every frame (you dont need to every frame but it would work) and then the same with negative, you wouldn’t use 2 because multiplayer blocks make sprites move slower than if you moved them yourself so you have to retest it

      basically, you replace all change y by blocks in your gravity with set intended y speed to a value and test for what they should be

    • The_True_Odst

      Maybe Creaticode knows the issue:
      Help • • The True ODST

      7
      0
      Votes
      7
      Posts
      168
      Views

      info-creaticode

      @the_true_odst said in Maybe Creaticode knows the issue::

      point towards mouse-pointer” is a bit buggy

      We’ll look into that.

    • The_True_Odst

      I might leave Creaticode soon (actually this time)
      General Discussion • • The True ODST

      32
      1
      Votes
      32
      Posts
      1035
      Views

      Tyller_

      @the_true_odst in the files app for your chromebook make a new folder, then make three text folders, make sure you have show file extensions on, and rename one to index.html, another to style.css, and another to script.js, I would recommend for this initial setup and for learning the basics of js very quickly, ask an ai about it, Im not saying you should have an ai make it all, but ask it for stuff like what a draw loop is or when to use multiple js files, I think an ai could better explain what Im trying to say in context of a chromebook

    • The_True_Odst

      Project preview should have more than 1 image
      Feedback • • The True ODST

      3
      1
      Votes
      3
      Posts
      100
      Views

      jeffreyrb03-gmail

      @the_true_odst Ah like app store apps where they have the carousel of app images? That’d be awesome

    • The_True_Odst

      Sneak peak of a game (omg this is so laggy)
      Project Showcase • • The True ODST

      19
      0
      Votes
      19
      Posts
      552
      Views

      SirBots

      @the_true_odst It is somewhat top down. I suppose you could just alter the general placement to fit your game.

    • The_True_Odst

      Design helper?
      Help • • The True ODST

      5
      0
      Votes
      5
      Posts
      187
      Views

      The_True_Odst

      @mod-squadacademy Here is the link for the game:
      https://forum.creaticode.com/topic/1902/sneak-peak-of-a-game-omg-this-is-so-laggy

    • The_True_Odst

      "When this Sprite clicked" Won't work during playtest
      Feedback • • The True ODST

      8
      0
      Votes
      8
      Posts
      214
      Views

      info-creaticode

      @the_true_odst

      This issue has been fixed.

    • The_True_Odst

      using the "pen" to create smoother lines
      Help • • The True ODST

      6
      0
      Votes
      6
      Posts
      199
      Views

      Tyller_

      @jeffreyrb03-gmail yeah if you copy a block and edit its name to something invalid it’ll show that, pretty sure any block that actually renders means it does have a texture or something about it defined

    • The_True_Odst

      adding "luck" to a game
      Help • • The True ODST

      8
      1
      Votes
      8
      Posts
      246
      Views

      The_True_Odst

      @sirbots I created 50 of something (let’s called it “thing1” bc the game I’m making is a secret), 25 of thing2, 12 of thing3, 6 of thing4, 3 of thing5, 1 of thing6, reshuffled the table a few times and pulled the first item out of that table. If that’s what you mean, would you make another table if you have a higher rarity with more rarer things added?

    • The_True_Odst

      Problematic bug: "Clear all my prints" block doesn't work
      Feedback • • The True ODST

      3
      1
      Votes
      3
      Posts
      106
      Views

      info-creaticode

      @the_true_odst

      This block has been fixed.

    • The_True_Odst

      Last updates -- Bot Test
      Help • • The True ODST

      6
      1
      Votes
      6
      Posts
      213
      Views

      The_True_Odst

      @jeffreyrb03-gmail I realized that those blue boxes appear after playing tutorial, I will try to fix that

    • The_True_Odst

      What does the magic wand do?
      Help • • The True ODST

      6
      0
      Votes
      6
      Posts
      241
      Views

      The_True_Odst

      @info-creaticode It shows now. I think why it didn’t show before was because my internet may have been down (because it wouldn’t let me save, either)

    • The_True_Odst

      song ideas for the main screen of my game - Bot Test
      General Discussion • • The True ODST

      15
      0
      Votes
      15
      Posts
      556
      Views

      mod.squadacademy

      @the_true_odst We may do that. By the way, if you want a PFP, there’s a Scratcher named TechVantage who for a limited time is offering high-quality Canva made PFP’s and banners.

    • The_True_Odst

      Bot Test update log :D
      Project Showcase • • The True ODST

      23
      2
      Votes
      23
      Posts
      783
      Views

      The_True_Odst

      Major feature added for UI:

      Music and SFX volume sliders are now added, you may customize the volume for sound effects and music 😄
    • The_True_Odst

      Changing background color in sprite creation
      Feedback • • The True ODST

      10
      1
      Votes
      10
      Posts
      417
      Views

      mod.squadacademy

      @tyller_ We’ll look into it!

    • The_True_Odst

      Help moving limbs moving "well" (Paper Minecraft Scratch Ex.)
      Help • • The True ODST

      1
      0
      Votes
      1
      Posts
      99
      Views

      No one has replied

    • The_True_Odst

      Make a number negative (operators)
      Feedback • • The True ODST

      10
      1
      Votes
      10
      Posts
      434
      Views

      jeffreyrb03-gmail

      @mod-squadacademy-1bc96c56
      You are right but technically, they take up the same amount of space in blocks.

      (join(-)((abs(X)))

      has join()(), and abs(), takes up 2 blocks

      ((abs(X))*(-1))

      has abs() and ()*() (multiplication), takes up 2 blocks.

      In math, --2 =2, —2 = -2, and so on. I guess it’s more of preference on which method to use. Your method is nice since it works with numbers only, but mine mixes strings (the “-”) and numbers which may be a bit weird even though it’s still interpreted as a number (just a negative one).

    • The_True_Odst

      Can I get some feedback on my game?
      General Discussion • • The True ODST

      3
      0
      Votes
      3
      Posts
      129
      Views

      The_True_Odst

      @c Few things
      You might need to press the flag more than once for it to work properly
      Also, Casual (along with multiplayer) is not out yet, but are in works.

      There’s also a bug in the sandbox mode (which may also occur in endless mode as well) that the detection indicators (“?” and “!”) will appear even though the bot is invisible. However, I am trying to fix this bug.

    • The_True_Odst

      Please help with test room
      Help • • The True ODST

      1
      0
      Votes
      1
      Posts
      55
      Views

      No one has replied

    • The_True_Odst

      Add and option to change variables' belonging
      Feedback • • The True ODST

      28
      0
      Votes
      28
      Posts
      1006
      Views

      jeffreyrb03-gmail

      @mod-squadacademy-1bc96c56 Ok! I appreciate the offer and I’m gonna start making turbowarp mods again.

    • The_True_Odst

      Bot Test Ver. 0.9 out unlisted:
      General Discussion • • The True ODST

      1
      0
      Votes
      1
      Posts
      54
      Views

      No one has replied

    • The_True_Odst

      Drawing a loading circle without sprites - help
      Help • • The True ODST

      4
      0
      Votes
      4
      Posts
      176
      Views

      jeffreyrb03-gmail

      @011830-0a42ef84 Use a widget and make its background transparent (transparency 100% in color picker), and make it a loading symbol, try using ◠ and making it spin with the rotate widget block. This is a no sprite solution and can even be done in the Stage or wherever you choose.

    • The_True_Odst

      Adding a "friendly" to my bot game - help
      Help • project showcase help • • The True ODST

      1
      0
      Votes
      1
      Posts
      79
      Views

      No one has replied

    • The_True_Odst

      Position bugs near the edge on a larger box than normal
      Feedback • • The True ODST

      4
      0
      Votes
      4
      Posts
      145
      Views

      info-creaticode

      @011830-0a42ef84

      The issue might be that the current code is highly “inefficient”. It is repeatedly erasing the bar and redrawing it, even if the health has not changed. Usually, you only need to redraw it when the health has changed.

    • The_True_Odst

      Clone Detections - help
      Help • • The True ODST

      2
      0
      Votes
      2
      Posts
      91
      Views

      info-creaticode

      @011830-0a42ef84

      Currently there is no code to directly do this. You probably need to calculate their distances and find which one is “too close”

    • The_True_Odst

      Creating leaderboards with saved variables
      Help • • The True ODST

      12
      0
      Votes
      12
      Posts
      400
      Views

      jeffreyrb03-gmail

      @011830-0a42ef84 using databases is a tiny bit tricky, but they are basically just tables with strict/enforced columns with types (like number, string, or date) and allow you to store rows in them. It is pretty transaction based kinda like actual databases. For a leaderboard you just need to create a database for a leaderboard, and to get data from it, just display say around 100 rows where a stat like coins is greatest, if you were to show some leaderboard of users with the most coins.

      I’ll let you tinker around with that first and if you still need help then I would like to see your code and I’ll give working code. I do have a project that demonstrates how to use a database, you’ll have to look in the code though, and what it does it just check if a password you enter is the correct password by asking the database for the password and then checking if the inputted password is equal to the password from the database:

      the project is in unlisted shared so u can see it
      https://play.creaticode.com/projects/66f85f2ce228c74a133e1128


      Hopefully my project doesn’t confuse you more, but all you have to do is just change it up and delete the stuff leftover from my challenge thingie. Instead of using the database to store one singular piece of text, you can use it to store multiple rows like a table and in the end, you could use that database to make a leaderboard of your own and shows what you want.

      The columns it should be storing are (user id), found in Sensing, and then any variables.

    • The_True_Odst

      Bot Test new version is out -- Ver. 0.8
      Project Showcase • • The True ODST

      1
      0
      Votes
      1
      Posts
      67
      Views

      No one has replied

    • The_True_Odst

      Creaticode AI bug - copying blocks
      Feedback • • The True ODST

      12
      1
      Votes
      12
      Posts
      502
      Views

      SirBots

      @jeffreyrb03-gmail Alright, the update’s out. Feel free to tinker with it as much as you want! The update log post has been edited with the new patch notes if you want to see what’s new.

    • The_True_Odst

      Anything I can add/fix? - Bot Test
      Project Showcase • • The True ODST

      29
      0
      Votes
      29
      Posts
      961
      Views

      Tyller_

      @011830-0a42ef84 yeah so the issue is likely that multiple broadcasts are being sent per frame, which causes only some broadcasts to work,there is no way around this as far as I know, actually a really scuffed/creative way could be you have each thing add to a list the instructions, and then each clone looks for their clone id in the list and follows that instruction (actually I might do that in my cell game to prevent a bug I’ve found with my black holes)

    • The_True_Odst

      Player's rotation bugs when it goes 180°
      Help • • The True ODST

      6
      0
      Votes
      6
      Posts
      230
      Views

      info-creaticode

      @011830-0a42ef84

      Can you try it and let us know if there is any problem? You can also try to get help from our AI assistant.

    • The_True_Odst

      "Get physics body (any Rotation option) for {object}" does not work
      Feedback • • The True ODST

      4
      0
      Votes
      4
      Posts
      190
      Views

      info-creaticode

      @011830-0a42ef84

      We have found the issue. Will post a fix soon. Thank you.

    • The_True_Odst

      I'm back! (and I have a cool new gaem)
      Project Showcase • • The True ODST

      6
      1
      Votes
      6
      Posts
      241
      Views

      The_True_Odst

      @tyller_ So when you bounce, there’s a variable that activates the jumpBoost so you can jump in the air again. That way you can jump, go to the wall, bounce off, and jump again.

    • The_True_Odst

      Overlap object detection is bugged or not working
      Help • • The True ODST

      7
      1
      Votes
      7
      Posts
      348
      Views

      info-creaticode

      @011830-0a42ef84

      Please refer to this example:

      play.creaticode.com/projects/675378ad977fa780536fd819

      The idea is that we already know the position of the rope, then we just need to know the position of the player, then calculate the direct distance between these 2 2D coordinates.

    • The_True_Odst

      Forum update -- "someone typing"
      Feedback • forum • • The True ODST

      3
      1
      Votes
      3
      Posts
      182
      Views

      c.

      @011830-0a42ef84
      Soo… we’re tryna become discord now? (joke)

      There’s already live post updates. What are the benefits to know when someone is typing?
      Plus wouldn’t this also break the whole point of ‘invisible’?

    • The_True_Odst

      Help and suggestions for my 3D skate game -- Skate Free
      Feedback • feedback 3d animations coding issues • • The True ODST

      3
      1
      Votes
      3
      Posts
      188
      Views

      info-creaticode

      @011830-0a42ef84

      Thanks for sharing your project. Here are some high level comments:

      You can not mix 3D physics blocks and “set speed” blocks. If you are controlling objects using the 3D physics engine, you have to delegate all movements to the engine, and only use blocks in the “3D physics” category to make objects move/turn.

      We can’t add the animations you requested since they are not available in the mixamo.com library. You will have to use the animations available now.

      For specific questions on individual blocks, can you please try to ask XO first?

    • The_True_Odst

      Updating an object's X, Y, and Z directions in a 3D scene using variables
      Help • • The True ODST

      2
      1
      Votes
      2
      Posts
      138
      Views

      info-creaticode

      @011830-0a42ef84

      Here is an example project for setting the diretion/speed of a 3D object, then read its direction/speed using the object property reporter block:

      play.creaticode.com/projects/674a8a9751e4206da361b2cb

      8b132bd9-3ea9-4663-9e53-d93d31808dfa-image.png

    • The_True_Odst

      Object Locking -- Costume Creator
      Feedback • • The True ODST

      9
      0
      Votes
      9
      Posts
      401
      Views

      info-creaticode

      @011830-0a42ef84

      In the costume editor, you can hold down the SHIFT key, then click any shape to select or deselect by itself, while keeping the other selection unchanged.

    • The_True_Odst

      Onion Layering -- Costume Creator
      Feedback • • The True ODST

      9
      1
      Votes
      9
      Posts
      428
      Views

      The_True_Odst

      @catty I’m answering what you are asking, what are you not getting?

    • The_True_Odst

      Clone animations
      Help • • The True ODST

      10
      0
      Votes
      10
      Posts
      505
      Views

      info-creaticode

      @011830-0a42ef84

      You can try to unhide the basic sprite and trigger this stack of blocks manually, and you should see the animations. If you are not seeing the same animation in games, then it must be due to other reasons.

      You might want to read about how to debug here and try these techniques:

      https://www.forum.creaticode.com/topic/1568/how-to-debug

    • The_True_Odst

      Shake screen
      Feedback • • The True ODST

      10
      1
      Votes
      10
      Posts
      484
      Views

      info-creaticode

      @011830-0a42ef84

      Please check out this new block:

      https://www.forum.creaticode.com/topic/1653/shake-screen

    • The_True_Odst

      Shows the Creaticode screen when I place DJ in -- "goofy Tower Defense test room"
      Help • • The True ODST

      27
      0
      Votes
      27
      Posts
      1196
      Views

      info-creaticode

      @011830-0a42ef84

      Can you please reload the page, and make sure you are logged in, and then try XO again? We have made some improvement to XO, but we are not sure if they would resolve your specific issue. Thanks

    • The_True_Odst

      Set rotation speed for "motion" category
      Feedback • • The True ODST

      18
      0
      Votes
      18
      Posts
      687
      Views

      info-creaticode

      @011830-0a42ef84

      This is a fun game.

      So let’s solve one problem at a time. To limit the rotation speed, you can try to use a loop to repeatedly rotate the sprite a little bit towards the target’s direction.

      Here is a demo project:

      play.creaticode.com/projects/67351d4fef35162a42f8bc50

      As you can see, in a forever loop, we take 3 steps:

      calculate angle difference between current direction and the desired direction normalize that difference to within -180 and 180 rotate for up to the speed limit

      This is what you will get as you move the mouse:

      speedlimit.gif

    • The_True_Odst

      Goofy Tower Defense
      Project Showcase • • The True ODST

      61
      1
      Votes
      61
      Posts
      3467
      Views

      The_True_Odst

      Added a mini boss: Summoner

      (type /summon summoner to spawn it)

      https://play.creaticode.com/projects/6730fb66bf68856fe9840816

      Please tell me any bugs you find. The launcher might be a bit bugged with summoner, I don’t know how to fix it

    • The_True_Odst

      Launching a ball using a drag system -- help
      Help • drag launching • • The True ODST

      6
      1
      Votes
      6
      Posts
      333
      Views

      info-creaticode

      @011830-0a42ef84

      Your project is loading fine now.

      There is one issue that you need to fix. Since you are working with the 2D physice engine, you need to use blocks from the “2D physics” category. Currently it is using the “apply force” block for 3D physics. You can tell the color is different for 3D related blocks.

      9b0e661d-799e-4689-b71a-90326b8cba4d-image.png

    • The_True_Odst

      What does this mean? (premium blocks)
      Help • • The True ODST

      5
      0
      Votes
      5
      Posts
      253
      Views

      info-creaticode

      @011830-0a42ef84

      There is no premium limitation at the moment, so please ignore this message.

    • The_True_Odst

      Officially leaving CreatiCode (or at least going to stop going on here a lot)
      General Discussion • leaving bye • • The True ODST

      3
      2
      Votes
      3
      Posts
      207
      Views

      c.

      @011830-0a42ef84
      Have fun.
      Farewell.

    • The_True_Odst

      "Important Forum Announcement" - Question
      Help • question forum • • The True ODST

      15
      2
      Votes
      15
      Posts
      952
      Views

      c.

      @011830-0a42ef84
      CC said that there are enough mods. And if we’re overwhelmed, they’ll add another one.

    • The_True_Odst

      How much different is CreatiCode from Scartch.mit?
      Help • • The True ODST

      6
      1
      Votes
      6
      Posts
      343
      Views

      c.

      @jeffreyrb03-gmail lol alr. not that shocking.
      but I devoted to that website until some idiots (joking I love them but its annoying at times) decided to block it, so I moved here.

      I also may or may not have used the forums for 3+ years, aswell…

    • The_True_Odst

      "When This Sprite Clicked" on a clone
      Help • • The True ODST

      3
      0
      Votes
      3
      Posts
      173
      Views

      info-creaticode

      @011830-0a42ef84

      The “when this sprite clicked” block works for clones, since clones are also sprites.

      Also, this is a good question that you can ask our AI assistant “CreatiCode XO”, so you do not have to wait for answers here.

      For example, you can ask XO this question: how to make a clone of a sprite say “hi” when it is clicked?

      One possible response is the following program with explanations:

      6348e856-f188-43bc-bab5-1bb10a05eb28-image.png

      Explanation:

      Create Clone: The create clone of [myself v] with ID [1] block creates a clone of the sprite with a unique ID (in this case, ‘1’). You can use any ID you’d like.

      When I Start as a Clone: This block initializes the behavior for clones. It ensures the following script applies only to clones, not the original sprite.

      When This Sprite Clicked: This block detects when any clone is clicked.

      Say Block: The say [hi] for (2) seconds block makes the sprite say “hi” for 2 seconds when clicked.

    • The_True_Odst

      Using an AI other than CreatiCode if you can't find what you are looking for
      Feedback • • The True ODST

      19
      -2
      Votes
      19
      Posts
      1012
      Views

      The_True_Odst

      @info-creaticode Does this mean it is not recommended to use other sites for AI generated images?
      If so, what if the match you wanted doesn’t show up on the CreatiCode AI gen site?

    • The_True_Odst

      XO chat isn't showing
      Help • • The True ODST

      2
      0
      Votes
      2
      Posts
      135
      Views

      info-creaticode

      @011830-0a42ef84

      It is working normally now. Can you please try to reload the page?

    • The_True_Odst

      On the topic of Chatrooms:
      Help • • The True ODST

      7
      1
      Votes
      7
      Posts
      409
      Views

      1

      @011830-0a42ef84 i support that, but Idk if Creaticode would say on the matter.

    • The_True_Odst

      AI for card game
      Help • • The True ODST

      2
      0
      Votes
      2
      Posts
      152
      Views

      info-creaticode

      @011830-0a42ef84

      This would be an interesting game/tutorial. We can do it but it will take a while on the queue of things. If you want to start now, you can try to use our AI assistant “XO”. It is pretty good at handling project planning, but usually you get better results if you divide your request into small questions.

    • The_True_Odst

      Are weapons allowed in Creaticode?
      General Discussion • • The True ODST

      41
      0
      Votes
      41
      Posts
      2217
      Views

      info-creaticode

      Thanks for the feedback everyone! Looks like this feature is a bit too complicated. We’ll keep the strict requirements for now until we find a better solution.

    • The_True_Odst

      Viewing Remixes
      Help • • The True ODST

      11
      1
      Votes
      11
      Posts
      633
      Views

      info-creaticode

      @011830-0a42ef84

      Now you should see one remix from us.

    • The_True_Odst

      Making a Horror game!
      Test • • The True ODST

      4
      0
      Votes
      4
      Posts
      296
      Views

      The_True_Odst

      Resend:

      I need help with entities. Right now I have the shadow entity. Here is his stats:

      He hates light
      gives your a 5 second time to make him leave before he attacks.
      he is an insta killing entity

      If anyone is willing to list entity ideas, you will get credits and it would help me out a bunch! thank you.
      (description of game listed here to help you make entity types)

      investigation of stereotypical murders
      haunted house
      grim detective type player
      game theme is dark and daunting

      note that pictures will also help depict the character. If you do not post a picture of entity, please describe the character’s traits, characteristics and attributes if you can. Thank you.

    • The_True_Odst

      There should be both types of resize
      Feedback • feature-request • • The True ODST

      17
      0
      Votes
      17
      Posts
      883
      Views

      c.

      @info-creaticode said in There should be both types of resize:

      @011830-0a42ef84

      Can you try to describe it? Are you trying to make it an oval? making it larger? Maybe a screenshot?

      ^
      Or record it and go to ezgif.com to make it a gif. 🙂 (make sure it’s short btw)

    • The_True_Odst

      Problem with the Dashboard
      Help • • The True ODST

      5
      0
      Votes
      5
      Posts
      287
      Views

      info-creaticode

      @011830-0a42ef84

      These problems will be fixed within 2 days. Sorry.

    • The_True_Odst

      What's the "horror" limit?
      Help • • The True ODST

      11
      0
      Votes
      11
      Posts
      600
      Views

      info-creaticode

      @011830-0a42ef84

      That should be fine. thanks for checking

    • The_True_Odst

      What Programming language does Creaticode use?
      Help • • The True ODST

      5
      0
      Votes
      5
      Posts
      328
      Views

      info-creaticode

      @011830-0a42ef84 No, I don’t think it’s possible to

    • The_True_Odst

      The Sprite rotation isn't working
      Help • • The True ODST

      4
      0
      Votes
      4
      Posts
      275
      Views

      info-creaticode

      @011830-0a42ef84

      Not sure I get your point. I have updated the demo project to place the arrow at x=100 and y=100. It still correctly points tot he green ball.

      Maybe you can share your project?

    • The_True_Odst

      Putting Scratch Projects in Creaticode
      Help • • The True ODST

      3
      0
      Votes
      3
      Posts
      200
      Views

      info-creaticode

      @011830-0a42ef84

      Please follow these steps:

      Step 1: On the MIT scratch website, select “File” -> “Save to your computer”, which will download an “*.sb3” file. Note its location on your computer.

      beee791f-d5a6-40ce-904e-dcfb322038dc-image.png
       

      Step 2: On the CreatiCode website, create a new project.

      Step 3: Select “File” -> “Load from your computer”, then select the sb3 file, then it should load the project with the correct blocks/assets/name:

      efbabe1f-921a-4d61-ba32-00cf66ab5b30-image.png
       

      Note that if you are not the author of the original Scratch project, please add a link to that original project in the “Notes and Credits” area.

    • The_True_Odst

      reputation
      Help • • The True ODST

      9
      0
      Votes
      9
      Posts
      555
      Views

      ThatsJustSix

      @shrukin Im learning it too, its sum like a promotion system.

    • The_True_Odst

      Challenge
      Test • • The True ODST

      2
      0
      Votes
      2
      Posts
      1115
      Views

      The_True_Odst

      @011830-0a42ef84
      Finished my first level, Seven Seas. You should go check it out

    • The_True_Odst

      Lag Bug
      Help • • The True ODST

      3
      0
      Votes
      3
      Posts
      255
      Views

      The_True_Odst

      @info-creaticode I figured it out
      I added a FPS counter. It stayed at 60fps most of the time there, but every now and then it doesn’t.
      (I might get an upgrade on my computer soon)

    • The_True_Odst

      Is the layering bugged?
      Help • • The True ODST

      5
      0
      Votes
      5
      Posts
      352
      Views

      The_True_Odst

      @info-creaticode Thank you,
      Could you look at my Chaos Assault? I may need pointers for the game, and even though it has 1900 blocks, speed running can take like 10 seconds
      https://play.creaticode.com/projects/65df52f8237e664e4f02aba3

    • The_True_Odst

      My friend can't sign into creaticode forum
      Help • • The True ODST

      3
      0
      Votes
      3
      Posts
      242
      Views

      The_True_Odst

      @info-creaticode
      Ok just did

    • The_True_Odst

      help with the AI code helper
      Help • • The True ODST

      2
      0
      Votes
      2
      Posts
      162
      Views

      info-creaticode

      @011830-0a42ef84

      Sorry about that. We will put in a fix later today.

    • The_True_Odst

      Scrolling background
      Help • • The True ODST

      6
      0
      Votes
      6
      Posts
      392
      Views

      Shrukin

      @011830-0a42ef84 Here you go.

      https://play.creaticode.com/projects/65fc67af12caa07f9f90c24e

    • The_True_Odst

      Chaos Assault [Placeholder]
      Help • • The True ODST

      7
      0
      Votes
      7
      Posts
      362
      Views

      The_True_Odst

      @shrukin
      I added enemies on the test game, about to switch it to the actual one

    • The_True_Odst

      Creaticode Premium
      General Discussion • • The True ODST

      10
      0
      Votes
      10
      Posts
      950
      Views

      The_True_Odst

      @info-creaticode
      ok thank you

    • The_True_Odst

      (not sure if the category is right) My first game
      Test • • The True ODST

      4
      0
      Votes
      4
      Posts
      1150
      Views

      The_True_Odst

      @106809-mygccs That is a pretty old game, I abandoned it a while ago, all that code is pretty novice.

    • The_True_Odst

      Adding curators(2)
      Help • • The True ODST

      1
      0
      Votes
      1
      Posts
      129
      Views

      No one has replied