Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Gaming Kitty

Pages: 1
1
Shared Resources / Re: Random Walking AI for platformers
« on: February 27, 2019, 03:56:03 pm »
Loading...

2
Ask a Question / I can't make my AI jump
« on: February 27, 2019, 03:53:33 pm »
Greetings, Stencyl-ing! I have been looking all over the forums for a post about this. I created a working Mario-like game in Stencyl, and I wanted to try adding artificial intelligence to the game. I want my AI to jump when it is about to fall off a cliff, but it is currently unable to. I want the AI to be able to beat any simple level that I build and probably will work on more complex neural networks in the future. The AI can detect when it needs to jump (I figured that out by killing the actor when it should jump). I have an actor called sensor (which is pretty much pointless now that I think about it), that is able to sense if I tile has the data "Air", which I have applied to all of the air tiles in my level. I have attached a few screenshots along with this post. In the screenshot of my scene, the black dot is where the sensor is sensing.

3
Journals / Re: A Foresty Game
« on: February 26, 2019, 02:29:11 pm »
Decent game! I would prefer if there was something that you could fight against. I also would like if you could slow down the day-night cycle because I have a potato laptop and the day-night cycle is killing the CPU. If you haven't already, you should definitely use atlases to keep the game from exploding with lag!

4
Ask a Question / Re: Can't get "Simulate key press" to work. -Solved
« on: February 25, 2019, 07:41:43 pm »
I gave you 300 views on your Error.png image because I'm bored. No need to thank me that's just personally what I fell like doing.



p.s. I used an autoclicker to continuously download your image

p.s.s. why did i do that

5
Hello there designpeg! I (unfortunately) had the same error but found a post about this error. For me, the error was I had a repeat until block that was unnecessary, so I was able to replace it. I think the repeat until block is broken in Stencyl. I hope that works for you!  :)

Pages: 1