-
Creating your own asynchronous server... •--•
by StormyStudio ·4. It's read through, unique game id generated, time stamps added and it's all stored in my 'Main-Games-Table'. -
I want to do a jump move like this
by agueis ·Well , i change the image actor when he jumps, i also spawn an umbrella actor, i want to know how i destroy the umbrella actor when he hero actor collide when the ground i try with a timer but works b -
How to spawn set number of actors for each level
by tatiang ·Just change the counter attribute to game.level and add a spawn behavior inside of the loop. -
How to spawn set number of actors for each level
by 11XIndustries ·I want to spawn one actor for level 1, two actors for level 2 and so on up to level 15. -
I have a problem with a spawn actor.
by agueis ·Hellow Neil T, it´s not so easy because the actor hero size is different of the actor hero with the umbrella choosing change image, and if i only spawn the umbrella is difficult to the umbrella follow -
I have a problem with a spawn actor.
by Neil T ·why not just change image rather than spawn actor, and add attributes affecting the gravity to the riule when changing image? -
Looking for some professional services
by stueynet ·Ok I have boiled this down a bit further. I have gone in a done a lot of optimization myself. The main thing I need now is for someone to optimize my enemy spawning. I believe the main issue in the ga -
Spawning actors randomly with some of them being rarer than other
by jamie_c ·When you are picking your random amount to spawn adjust your random numbers as needed, for example: -
Problem with chain reaction algorythm
by muffles ·Spawn Actor2; -
Spawning actors randomly with some of them being rarer than other
by Barking_Apps ·I have 3 actors actor 1, actor 2 and actor 3. I wish to spawn these actors randomly (which I can do easily) however I wish to make actor 1 spawn a lot every 3 seconds in fact. Actor 2 needs to be more -
I have a problem with a spawn actor.
by agueis ·Hello i have created an actor that when jumping two times in the second hop takes(spawn an actor with an umbrella) an umbrella to descend more slow, all correct, but as the character with the umbrella -
Spawn blocks of obstacles and coins
by OramsDesign ·My initial idea was to make blocks of land, say 12, and each is visually different and had a different array of obstacles and coins above it (eg, block 4 would have a trash can to jump over, and a sem -
How to make it so the the actors from 2 different random spawners won't collide?
by justinodunn ·Saw that, but how do I do it when I have different spawners? that spawn different actors? also for the table with the locations of spawn in the video, do you have to write them down based on the size -
Spawn Actor is not displaying!
by Pyrite ·Help please, also Spawn Actor is in the thing I want spawned. -
Spawn Actor is not displaying!
by gyroscope ·So when this screen runs, can you describe exactly what you want to happen? Which actor has the spawn behaviour, and which actor is spawning? Why can't you give exact x and y positions in the spawn in -
Spawn Actor is not displaying!
by gyroscope ·OK, a question, where is the actor on-stage that has this Spawn Behaviour in it? Can you tell me its x and y position? -
Spawn Actor is not displaying!
by Pyrite ·Here is my Spawn Actor Behavoir: -
Display Text not working?
by Pyrite ·Uhhhh, I have problems with Spawn Actor not working. Any other way? -
Creating your own asynchronous server... •--•
by StormyStudio ·new game table to the server... this generates a unique Game instance ID, checks it is definately unique... then adds it to the 'All active Games Table'... it has info like Player1's ID, what version -
Leaderboard like functionality for android?
by vipasane ·Data you would need to collect [unique username/identifier], [score/time] + plus some authentication token to prevent misuse of your service, this json would be sent for example to your cloud hosted s