OddConfection's Recent Forum Activity

  • I've changed your example

    dl.dropbox.com/u/90589590/Load%20reworked.capx

    Basically, you need to do the positioning when the layout starts. I use a global variable to check if it's a load and not just a normal layout start.

  • As I understand, Greenlight is indeed the place to go to be accepted, for non-game software as well. Not that it can't be in by other means, just that Greenlight accepts all types of products.

    Greenlight doesn't accept non-game software yet.

    When the question was asked in the Greenlight forums, this was the response:

    For now just hang tight. We'll be adding software support in the future.

  • The screen size in kongregate is very odd. It shows only half of the width.

    Yeah, that's odd, I'm not sure what's going on with that. For me, it displays properly but when my wife plays she gets something similar to what you described with the screen shifted over and sort of covered by the CHAT|GAME|MORE GAMES window.

    Were you logged in to Kongregate at the time?

    The game is now on Clay.io and Facebook

  • DAMN!!! why pandas?.good looking game , but panda's??.why not zombie pandas or freakin alien panda's.

    I chose pandas partly because it's not something you'd expect and partly because it's something I could draw with my average art skills <img src="smileys/smiley17.gif" border="0" align="middle" />

  • I've just released my first C2 game - Panda Hunt - on Kongregate.

    Story

    An experimental viral aphrodisiac and fertility enhancer has caused an explosion in the Panda population, now they are taking over the world.

    It's time for a Panda Hunt!

    Instructions

    Click on pandas to shoot them. Shoot Giant Pandas to clear an area, shoot Red Pandas for extra time.

    Click to play!

    Let me know what you think.

    UPDATE: The game is now on Clay.io and Facebook

  • Here's an example capx

    dl.dropbox.com/u/90589590/PinInstance.capx

    I've got 5 instances of the Ball object, but pinned only one to a Player object based on it's instance variable. The Player object has the Platform behaviour.

  • o be honest, I have found almost no cases where I can use copied instance of the same object, you almost always have to clone them so you can give them different names, or move them to different places etc. The only place I have ever used a copy is when i used it with instance variables, and then only need to operate on them in loops. But usually, you just want to grab a specific instance without the tediousness of looping through them all to find it (especially as the parameter of a function which requires you to pick an object form a list).

    Have you considered using an Instance Variable to give an instance a name instead of using named clones? You don't need to loop through all instances to find them, just check the variable as part of the condition.

    Condition

    MyObject -> Compare Instance Variable -> NameVar = WhateverYouNamedThisParticularInstance

    Action

    Whatever action you would have done to the clone, just apply to the object and it will only apply to the specific instance from the condition

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I vote for Sand, looks better to me.

  • Thanks! And WOW. What did you use to make that? Unity? It's pretty impressive! I voted for it.

    Thanks for the vote. The engine was custom built by one of our programmers, I mostly did Lua coding for quests and gameplay.

    Voted for Super Ubi Land and TowerClimb

    Keep posting your games so I can vote for them <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Cool to see a Construct game up on Steam Greenlight. Good luck with it, andreyin, I've up voted it for you <img src="smileys/smiley4.gif" border="0" align="middle">

    None of my Construct 2 games are ready enough yet, but I do have a non-Construct game on there - Dawn of Fantasy - http://steamcommunity.com/sharedfiles/filedetails/?id=92931949

    <font size="1">Hope Ashley and Tom don't think this is spam advertising by me</font>

  • 1. Put your Reload event into a Group (right-click on Event Sheet, select Add Group to create, call it Reload, then drag your event into it), then in other Events you can use the Action called System->Set group active.

    2. Performance of conditions isn't much of a worry, most of the performance is due to visual things. Check out Performance Tips if you need to improve your games performance. If you're not seeing a performance drop, don't worry about it.

    3. Try setting Parallax to 0,0 for the layer with GUI as well as Anchoring the objects

    4. Move the objects to the grey area outside your layouts design area and maybe give them the Destroy outside layout behaviour. This way the object is part of the layout but won't affect the game.

OddConfection's avatar

OddConfection

Member since 26 Jun, 2012

None one is following OddConfection yet!

Trophy Case

  • 12-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

14/44
How to earn trophies