I either missed it or this important information isn't written anywhere. In a team of two developers, does everyone have to buy their own personal license when we work on the same project?
thanks
-- Balls vs Zombies --
Balls vs Zombies is an addictive breakout-pinball-like casual game made with Construct 2.
https://www.kongregate.com/games/bitgem ... vs-zombies
664 plays
Balls vs Zombies (https://itunes.apple.com/us/app/balls-v ... &ls=1&mt=8)
$0.99 USD
Cordova
Balls vs Zombies Fun (https://itunes.apple.com/us/app/balls-v ... &ls=1&mt=8)
Free
Have fun <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":-)" title="Smile">
Develop games in your browser. Powerful, performant & highly capable.
Another update. We added some "juice" to the game. Have fun!
We have a new version. We forgot to customize the splash screen and the title screen to the new format but seemed to have fixed the crash \o/ Try the new „gravity button“
It will fall if you wait long enough because there is a micro-gravity which will pull it down sooner or later. But we know that this can be annoying so we have added two buttons for the next update of the game. One for "fast foreward" and one for "temporary gravity". We have also changed the physics from box2d to chipmunk to prevent a crash "later" in the game.
Hi,
you can play our game "Balls vs Zombies" on Scirra Arcade here:
https://www.scirra.com/arcade/shooting- ... bies-22620
Have fun
Ah, you saved me! You're right, the position is not yet set in the onCreate event. So you can imagine the event as a kind of constructor but without parameters. I am creating my "myFont" Object at a later stage now.
I have this case which is driving me crazy:
myEnemy | On created | System | Create object myFont at (myEnemy.X, myEnemy.Y) [/code:39kng7lx] I create my "myEnemy" at a valid Position != 0 (let´s say at 25, 130) but... when "myFont" is created like shown above at myEnemy.X and myEnemy.Y it is created at 0, 0... I would expect the X and Y to be correct even in the "On created" event? Please...
That´s pretty much what I was looking for... thanks. I used groups before and even used the activate/deactivate function but it did not come into my mind.
the equivalent in pseudo code would be something like:
method a { if (trigger) { return; } (...)Do something funky } method b { if (trigger) { return; } (...)Do something funky } [/code:2rxzhb32] This would be called "bad coding style" I guess. There must be a better way...
Member since 17 Dec, 2013