Guys I need help with my game ASAP!

thadil95

  • Posts: 4
http://tempsend.com/9B885B1A5C

I've uploaded the .stencyl file.

What the problem is, the scene transitioning is really off and I don't have the vehicles on the road with collision to hit my crocodile.

I'm basically making GTA1 but with a crocodile eating people.

Thank you

Frostfire

  • Posts: 23
If you could, upload an example to the stencyl  arcade and then post it here so that we can figure out exactly what it is that you're looking for. 

yoplalala

  • *
  • Posts: 1632
I've downloaded your game but I don't understand where you want us to help.

Can you describe more the problem / what you would want  ? It looks like you have deactivated plenty of things.

mebloo

  • Posts: 128
The scene transitioning is a bit weird. The behaviour you created cannot work properly because during transitioning, your actor would still be inside the region until the next scene really replaces the current one.

I'm far from being an expert yet, I've just started to learn how to use Stencyl but I'm training by doing a little "2D Zelda" work to experiment. In the same way you did, I created a behaviour associated to each of my scene thant handles the detection and the transitioning of the hero. But I went in a different direction. I'm not using regions (I prefer to keep them for doors for example) I'm using screen or scene boundaries instead.

You must pay attention because - in the same way I must have faced it - it is possible that your logic still runs before and during the transitioning. As far as I'm concerned, if I were to get to the screen on the right for example, my hero would go by two screens instead of one. And in an earlier version, I also had my character transitioning back and forth between two screens haha ^^

Try to define a proper way of transitioning, you never know, it could solve your second problem.

thadil95

  • Posts: 4
http://tempsend.com/4D148C5E60

O.K. guys, I've made an updated version of the game.

I basically need the transitioning to go from stage to stage in sync like I have in most of the levels. I'm struggling with the remaining. For example when I go to the next scene I want my crocodile to use the X/Y attribute and remain in the axis for the next scene, if that made any sense.

[BTW GUYS IF YOU MODIFY PLEASE DONT USE ANY BEHAVIOURS AS I NEED TO EXPLAIN WHATS GOING ON. SO JUST EVENTS PLEASE!!! Also am using version 8733]

Also I need the start and end game scenes adding, I've been at it for hours and deleted it lol.

My deadline is at 5pm today so its GG if I can't do it haha

Stencyl community, I need a HERO! XD

« Last Edit: December 18, 2015, 02:18:13 am by thadil95 »

yoplalala

  • *
  • Posts: 1632
there's a block " create an another in the next scene" which can help you.
If you're going right/left, keep the y and change the x
if you're going up/down, keep the x and change the y

thadil95

  • Posts: 4
gg i saw this late, i handed it in now