tgeorgemihai's Forum Posts

  • Thanks, I've found some nice examples in Frequently Asked Questions, but it would take me too much time ... I will probably implement it later (in update).

    What about Ads ? What Ads provider should I use ? Priority is the Tizen platform.

  • How can I implement Leaderboards (online high-scores) or what service should I use ?

    What Ads publisher should I use ? The game will be published first on Tizen and after that on Android, WindowsPhone8 and maybe other platforms.

  • I am developing a decent game for mobile platforms and runs quite good (50-60 fps)on LG Optimus 2X (Android/CocoonJS) and Nokia Lumia 520 (WindowsPhone8/InternetExprorer10). It runs decent (20-25 fps) even on Nokia Lumia 800 (WindowsPhone7.5/InternetExprorer9).

    I tried it on some LowEnd Android phones and I still get over 40 fps.

    At the moment I only have Main_Menu, Debug_Level and GameOver_Screen. Hope It will not slow down so much after adding 30-50 levels <img src="smileys/smiley24.gif" border="0" align="middle" />

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Ok, so there is no direct way to do this, only workarounds ?

    In that case I will probabbly use the Group Events method since I like to have a "clean code".

    Still, thanks @newt for your method. I'm sure that will come in handy <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Hello, I would like to hear more details about Appbackr.

    I have a game in development that I intend to send it to Tizen competition. With the new option from C2 export I heard of Appbackr .

    Can I use it to generate .wgt file ? Can I participate to the Tizen App Challenge with the .wgt file from Appbackr ?

    Are there any hidden clauses ?

    What about:

    scirra.com/blog/123/make-money-from-your-games

    After I submit my app to Xchange, will I still be the "owner" of the app, or I share rights with Appbackr ?

    I've read the "Terms and conditions", but I'm still a little confused ...

  • I managed to run the emulator on Windows 8 64bit .

    My config: Intel i5-3330S, 8GB RAM 1600MHz, Nvidia GTX650 Ti 1GB.

    With Hardware Virtualization enabled (CPU + GPU) runs 1280x720 at 20-30fps (at best). A SSD would be good since my HDD is used at 100% when the emulator is running.

  • I will try to keep this as short as possible <img src="smileys/smiley1.gif" border="0" align="middle" />

    Construct 2 is the first software I bought in a long time (and I don't usually buy software).

    First of all, most of us are hobbyists and in best case Indie. What we need ? We need easy software (less coding) and tools as cheap as we can get. Quick comparison of 3 engines that I tested before:

    In the performance order (the things you can do with the engine):

    Unity3D > GameMaker:Studio > Construct 2

    Features/price ratio:

    Unity3D > Construct 2 > GameMaker:Studio

    Construct 2 for nice 2D games done fast, available in browser and almost on all platforms. A disadvantage that I see is that exports only HTML5 and in order to port your game on other platforms, you will need 3rd party tools.

    Unity3D for better quality games but you need coding skills (C#, Javascript or Boo) and more time to spend. Also for Indies is free until they reach 100.000$ if they put Unity3D logo at the start of their game.

    But if you want to make a decent commercial game you will need at least one good programmer and one graphical artist (it's very hard for only one person to make a good game).

    GameMaker:Studio if you want to spend more money, learn a proprietary programming language and have headache using the Layout editor. With Unity3D bringing default support for 2D there will be dark days for GameMaker:Studio.

  • Hello, I've encountered the following problem:

    <img src="http://oi39.tinypic.com/rabtrb.jpg" border="0" />

    I have a Pause Screen on a layer that is set to be invisible until the pause button is pressed. I also have a lot of objects in my game that can be touched. The problem is that I can touch the objects and the buttons regardless if the layer is visible or not.

    I've found this workaround:

    scirra.com/forum/suggestion-layer-input-option_topic65704.html

    But I would like to not be forced to add another condition (check if Pause Menu is visible) to any touchable object from my game.

  • Ok, next is the PowerUp Timer

    Here is my code:

    <img src="http://s23.postimg.org/vk4218wvv/Power_Up_Timer.jpg" border="0" />

    Is there any way to include actions from the second condition inside the first condition ?

  • Thanks all, I've already purchased and activated my license from Scirra.com <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Ok, done <img src="smileys/smiley20.gif" border="0" align="middle" />

    I've got myself the Personal License. Let's hope things go well and I will upgrade to Business License <img src="smileys/smiley4.gif" border="0" align="middle" />

    Quick small question:

    My family name contains two "a". In the license name should I use "a" or "a" ? Could there be some issues in the future if I use "a" ?

  • First I want to say that I had read the stuff about optimisation:

    scirra.com/blog/83/optimisation-dont-waste-your-time

    scirra.com/manual/34/best-practices

    scirra.com/manual/134/performance-tips

    But I want to make my "ode as "clean" as I can.

    So I have the following questions:

    1. Health, lifes and Game Over screen:

    Every Tick:

    -Update the HUD information about Health

    -Check if the Health is 0 -> restart the layout and place the Player at SavePoint

    -Check if Lifes is 0 -> go to Game Over layout

    or

    To make a function that will be used every time the player is hit by the enemy

    • Substract 1 from Health
    • Update the HUD information about Health
    • Check if the Health is 0 -> restart the layout and place the Player at SavePoint
    • Check if Lifes is 0 -> go to Game Over layout

    or

    Have the previous instructions in every collision with an enemy (sounds kind of dumb but is still an option)

    2. Player collide with object or the object collide with the player

    Should I check if the Player has the collision with the Object/Enemy and then execute the actions ?

    or

    Should I check if the Object/Enemy has the collision with the Player and then execute the action ?

    3. Pop-up Menu

    For Pop-up Menu (like the About Menu or Pause Menu) I made a layer above all layers and made it invisible by default. When About or Pause is activated, the layer becomes visible.

    Is this the recommended way or is there a better method ?

  • 1. Yes, I know that Steam applications usualy have various issues/limitations. It happened to me I tried GM:S Free that had a compiling issue (pretty serious problem) and I and other users could not roll back to an older version and had to wait 1-2 weeks for the fix. As a workaround, the Steam users can now receive a standalone key if they want (still the layout editor is a mess, the interface looks like win98/dos, still has some bugs and the worst of all: the comunity is very agresive, if you point something about the issues you get downvotes or worst)

    Long story short: So the Steam version does not have any advantage over the standalone version, only disadvantages.

    2. Ok, then I will use my mail.

    3. Still not sure 100% what it means, but I will let it unchecked since I don't have any official business (at lest not yet).

    4. Well... at least I tried <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Hello ,

    For around 2 months I am "playing" with Construct 2 Free. Recently I used a "borrowed" license only to test it's CocoonJS/Android export since I was planning to buy the Personal license anyway. It seems that the time has come in order to join the Tizen competition (already tested the Tizen emulator, and works decent ... small issues with the text positioning).

    I have the following questions:

    <img src="smileys/smiley1.gif" border="0" align="middle" /> I am planning to buy it from Scirra.com . Is there any advantage to buy it from Steam ?

    <img src="smileys/smiley4.gif" border="0" align="middle" /> In the license content there is the "Email" tag. Can be changed later (if I change my email adress) or it doesn't matter that much ?

    <img src="smileys/smiley17.gif" border="0" align="middle" /> What means "This payment is being made for a business" from the step "Review & Payment" of the license purchase ?

    <img src="smileys/smiley2.gif" border="0" align="middle" /> Is there any gift voucher I can use ?

  • Hello,

    How do I use linked lists (nodes) in Construct 2 ? I am talking about en.wikipedia.org/wiki/Node_%28computer_science%29 to a nodes list.

    How can I do the following list using nodes ?

    <img src="http://s23.postimg.org/54p80v1vf/nodes.jpg" border="0" />

    Or should I continue to use array as an workaround <img src="smileys/smiley2.gif" border="0" align="middle" /> ?