TiredSundew5639's Recent Forum Activity

  • I am also thinking that maybe I should replace one of the attacks with a sea cucumber since it is able to liquify itself and spit out its poisonous internal organs at predators, so should I replace an attack and if so, which one?

  • Thank you so much, it works now.

  • I decided to make an Undertale fight, but Sans has been replaced with a star nosed mole and the attacks are going to be different animals attacks (mantis shrimp, bombardier beetle, bullet ant, etc) I am trying to make this a game, but I am not that good with coding, I am trying to make 24 different animal attacks, and I could not find anything online about making a Sans fight on Editor Construct 3. Any help would be nice since I am a 14 year old boy who is trying to be a zoologist. Story: same as Undertale but it is not humans and monsters who went to war, it was humans and animals. If you do genocide, than Snubs tries to defeat the evil "poacher" and he is not alone, he has assembled a few animals to avenge the fallen. Please inform me if you have any ideas for animal attacks and/ or dialogue or other things. The animal attacks are

    mantis shrimps,

    a tentacled snake,

    a velvet worm,

    a few dung beetles (the strongest animal in terms of body weight),

    a type of mite that is the fastest animal in terms of body lengths per second,

    a dracula ant and trap jaw ant (the two creatures that strike faster than the mantis shrimp)

    a pistol shrimp and goby,

    a bombardier beetle,

    an electric eel,

    an ant lion,

    a colony of bullet ants,

    a male platypus (because they are the only ones that sting and it is the most painful sting in the world, not even morphine can stop the pain and it lasts for months),

    an axolotl just to rub in the fact that the player is in agony from the bullet ant and platypus,

    a swarm of christmas island red crabs,

    a darwin's bark spider,

    a blue ringed octopus,

    a tarantula hawk,

    a lammergeier,

    a few limpets,

    a planarian flatworm that everytime you touch it, it gets cut in half and each half turns into a new flatworm,

    a saltwater crocodile,

    a few water bears,

    a few alpine ibexes,

    and a dragon fish

    edit: a bunch of these animals I have listed have been removed and then replaced, like the saltwater crocodile being replaced by a darwin ground finch since it is has one of if not the strongest bite force for its size.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hey I am having trouble making my game called Snubs Fight (like Sans from Undertale) and for some reason it is not working like I would like it to, for example, on the beginning of it I want the animation "eyes closed" to start and him saying "it is a beautiful day outside", but for some reason even though I added code for him to say it on the start of the layout, it just immediately does "should be burning in hell" even though I clearly coded it so that it would not do that yet until it says "on days like these, poachers like you..." and the "Animal Fact" sprite is not appearing from the fade behavior but Snubs is fading out. Although I did want Snubs to fade out, the animal fact is not appearing. So I am just confused as to why it is not playing in the order I put it in and I have discovered that sometimes, it goes for the bottom code first and not the top for some reason. I know this is asking for a lot and I am just a 14 year old boy, but I need some help.

    here is the code that is annoying me (I did not use the script, I just used the add event)

    {"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"block","conditions":[{"id":"on-start-of-layout","objectClass":"System"}],"actions":[{"id":"set-animation","objectClass":"Snubs","parameters":{"animation":"\"eyes closed\"","from":"beginning"}},{"id":"typewriter-text","objectClass":"SnubsDialogue","parameters":{"text":"\"it's a beautiful day outside\"","duration":"3"}}]}]}

    {"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"block","conditions":[{"id":"compare-text","objectClass":"SnubsDialogue","parameters":{"text-to-compare":"\"it's a beautiful day outside\"","case-sensitivity":"ignore-case"}}],"actions":[{"id":"typewriter-text","objectClass":"SnubsDialogue","parameters":{"text":"\"birds are singing, flowers are blooming...\"","duration":"3"}}]}]}

    {"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"block","conditions":[{"id":"compare-text","objectClass":"SnubsDialogue","parameters":{"text-to-compare":"\"birds are singing, flowers are blooming...\"","case-sensitivity":"ignore-case"}}],"actions":[{"id":"typewriter-text","objectClass":"SnubsDialogue","parameters":{"text":"\"on days like these, poachers like you...\"","duration":"3"}}]}]}

    {"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"block","conditions":[{"id":"compare-text","objectClass":"SnubsDialogue","parameters":{"text-to-compare":"\"on days like these, poachers like you...\"","case-sensitivity":"ignore-case"}}],"actions":[{"id":"typewriter-text","objectClass":"SnubsDialogue","parameters":{"text":"\"should be burning in hell.\"","duration":"3"}},{"id":"set-animation","objectClass":"Snubs","parameters":{"animation":"\"serious face\"","from":"beginning"}}]}]}

    {"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"block","conditions":[{"id":"compare-text","objectClass":"SnubsDialogue","parameters":{"text-to-compare":"\"should be burning in hell.\"","case-sensitivity":"ignore-case"}}],"actions":[{"id":"set-fade-out-time","objectClass":"AnimalFact","behaviorType":"Fade","parameters":{"fade-out-time":"5"}},{"id":"set-text","objectClass":"AnimalFact","parameters":{"text":"\"The mantis shrimp is able to punch so quick that creates cavitation bubbles in the water, causing light and heat. The force of the punch is about the same as a .22 caliber gunshot, allowing it to easily punch throw its hard shelled prey and even a quarter inch of glass.\""}},{"id":"set-wait-time","objectClass":"Snubs","behaviorType":"Fade","parameters":{"wait-time":"7"}},{"id":"set-fade-out-time","objectClass":"Snubs","behaviorType":"Fade","parameters":{"fade-out-time":"5"}},{"id":"wait","objectClass":"System","parameters":{"seconds":"10"}},{"id":"set-fade-in-time","objectClass":"Snubs","behaviorType":"Fade","parameters":{"fade-in-time":"0"}},{"id":"set-fade-in-time","objectClass":"AnimalFact","behaviorType":"Fade","parameters":{"fade-in-time":"0"}},{"id":"set-collisions-enabled","objectClass":"MantisShrimp1","parameters":{"collisions":"enabled"}},{"id":"set-collisions-enabled","objectClass":"MantisShrimp2","parameters":{"collisions":"enabled"}},{"id":"set-visible","objectClass":"MantisShrimp1","parameters":{"visibility":"visible"}},{"id":"set-visible","objectClass":"MantisShrimp2","parameters":{"visibility":"visible"}},{"id":"set-animation","objectClass":"MantisShrimp1","parameters":{"animation":"\"punch\"","from":"beginning"}},{"id":"set-animation","objectClass":"MantisShrimp2","parameters":{"animation":"\"punch\"","from":"beginning"}}]}]}

TiredSundew5639's avatar

TiredSundew5639

Member since 21 Jan, 2020

Twitter
TiredSundew5639 has 1 followers

Trophy Case

  • 4-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

6/44
How to earn trophies