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 - JHH1N1

Pages: 1
1
Ask a Question / Re: Scene Switching Issue, Please help, I'm new
« on: March 05, 2015, 02:39:48 pm »
Exactly, the only difference for me is that even if I load the exact scene it is still spawned semi-randomly.

2
Ask a Question / Re: Game Won't load, please help
« on: March 04, 2015, 01:52:28 pm »
So is there a way to put what I made in the background? In other words so other code runs as well.

3
Ask a Question / Re: Game Won't load, please help
« on: March 04, 2015, 01:06:37 pm »
What I'm trying to do is have a loop that checks if the PlayerMove attribute changes, if so then move the player to its respective direction then reset PlayerMove to 0. So if the player dies aka PlayerHp is = 0,  then it stops the loop. I usually work with Python so I'm probably missing something with this code.

4
Ask a Question / Re: Game Won't load, please help
« on: March 04, 2015, 03:40:42 am »
I'm sorta new, but I did create it in the settings in attribute. Do you need to define it in then event? And if I do how do go about doing it? Thank you for your time.

5
Ask a Question / Game Won't load, please help
« on: March 03, 2015, 06:53:41 pm »
I'm trying to make a game where if you hit the up arrow you move up and the same with down. So a made a game attribute called PlayerMove in which if down arrow is hit it receives a value of 2, and if the up arrow is hit, it receives a value of 1. But then when I run it it simply will not load. Here is the code for it:

6
Ask a Question / Re: Scene Switching Issue, Please help, I'm new
« on: March 03, 2015, 02:26:47 pm »
I originally used the Enters Region behavior for it, then that didn't work(it would put the ant in a seemingly random location), so then I used the event for it, still the same problem.
I just want to switch scenes without taking the same actor from scene to scene.
Thanks for helping btw.
This is the event I used for switching scenes:

7
Ask a Question / Re: Scene Switching Issue, Please help, I'm new
« on: March 03, 2015, 02:20:43 pm »
For the ants behaviors I'm using:
4 Way Movement
Camera Follow
Cannot Exit Screen
Face Direction of Motion

Then for events just 3 event that kill you based on the enemy you collide with.
Here is a screenshot of the level:

8
Ask a Question / Scene Switching Issue, Please help, I'm new
« on: March 03, 2015, 05:58:57 am »
Hi, I've been working on a game and like any game I'm using regions to switch scenes. Most of it works perfectly but all of a sudden one of my levels is having an issue. When I chose to go to the 3rd level the ant(You play as the ant) does not spawn(if that is the right word, perhaps created would be better) where I originally put it on that scene. It seems to be somewhat random where it spawns. Like I said before all my other scenes are fine except this one and I don't know where I went wrong. I'm new with Stencyl so if it's an obvious mistake please let me know for I might not know about it. Thank you for your time in reading this.

Pages: 1