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

Pages: 1
1
Ask a Question / Re: Why my collision event works only once?
« on: July 17, 2014, 02:34:25 pm »
I have to spawn some tiles and actors as the player travels across the map (it can travel in only one direction and predetermined speed). And because the map is really large, I can not spawn all the tiles at one time, so I made some check points. If the player collide with the checkpoint, it will spawn some tiles and actors. Maybe there is a better solution for this, but I do not know what :(.

2
Ask a Question / Why my collision event works only once?
« on: July 16, 2014, 08:44:29 am »
Hi everyone,
I have a problem with collision event of my actor named "Check_point". The purpose of this actor is to spawn some tiles and itself when player collide with it. BUT, it spawns it only once. If you collide with the second checkpoint, wich was spawned by the 1st checkpoint, the game will pause for like less then one second and nothing is spawned. Also, there are no errors in log or something, just nothing happend. Can you please help me with it? Why it works only once?

3
Ask a Question / Collision event works once only
« on: July 09, 2014, 06:52:18 am »
Hi everyone,
I have a problem with collision event of my actor named "Check_point". The purpose of this actor is to spawn some tiles and itself when player collide with it. BUT, it spawns it only once. If you collide with the second checkpoint, wich was spawned by the 1st checkpoint, the game will pause for like less then one second and nothing is spawned. Also, there are no errors in log or something, just nothing happend. Can you please help me with it?

Pages: 1