cow_trix's Forum Posts

  • Thanks guys. I managed to get it working with an array - but r0j0hound's solution is probably the most elegant way to do it. I'll keep it in mind for future!

  • Hi there

    Here's a capx for something I've been working on:

    [solved]

    I've got a problem in that the WindowWidth expression appears to be giving me an incorrect value - either that, or something has gone wrong with events and I cannot figure out what. Can anyone see what has gone wrong here?

    Reproduced it here, and it's only apparent when the window gets quite thin:

    dl.dropbox.com/u/1378330/WindowWidthProblem2.capx

  • Hi there

    I've got a question that didn't sound hard to me when I started, but has actually turned out quite tricky. Basically I have X buttons, and I need to randomly assign them IDs from 1 to X. However, no two buttons can have the same ID.

    How can this be done with events?

    Cheers!

  • Hi there

    After saving a .capx project, and trying to reopen it, I get this message:

    Failed to open project

    Parameter specifies variable 'ToolTipEnabled' which does not appear to be an instance variable in 'PlaceableTile'

    Line 4104, column 25

    In Event sheet 1.xml

    The file may be invalid. Try checking the file in a text editor (projects are saved in xml format).

    I believe I know what happened. The object 'PlaceableTile' was part of a Family called 'ToolTips'. This family had a boolean variable 'ToolTipEnabled'. However, I removed PlaceableTile from this family after setting a default value for this variable, which might have screwed things up. I believe I used the right-click context menu to remove the PlaceableTile object from the family, which I've never done before.

    How do I fix my project? I don't want to go in there and blindy delete things and completely screw it up. To be clear, it is saved as a .capx.

  • Funny bug.

    Though all works fine on my computer.

    Does clicking "Reset dialogs" in the preferences dialog changes something ?

    Could you try updating your graphic card drivers ?

    Maybe also uninstalling/reinstalling C2 might help.

    Resetting dialogues fixed it. Thanks!

  • Hello! Just a quite annoying, although not impossible to work around, bug in r92 and r93. As you can see below:

    <img src="https://dl.dropbox.com/u/1378330/C2Bug_7-6-12.jpg" border="0" />

    I don't have an "OK" or "Cancel" button. This occurs in pretty much everything, be it adding or editing actions, conditions, etc.

    Specs:

    Windows 7

    AMD Radeon HD 6500M/5600/5700 Series

    4GB RAM

  • I'm confused what you mean by trigger?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • simwhi - Thanks! I'd be glad to. As of this moment, the game has reached 966 plays. I have earnt 0.79 USD from that. Not much! <img src="smileys/smiley17.gif" border="0" align="middle" />

    AJTilley - Cool, is it out yet? Link? Yes, I'm trying, but it doesn't work with CocoonJS and is intolerably slow with PhoneGap and AppMobi. Unfortunatly the logic takes a while, because of the way I check the array (using nested loops).

    Noga - Glad you had fun! <img src="smileys/smiley1.gif" border="0" align="middle" />

    naelian - Working on it, I'll let you know <img src="smileys/smiley2.gif" border="0" align="middle" />

  • wow, perfect game, i really like that game, you opened an eye for me on my game :)

    Thanks gokhanscar! <img src="smileys/smiley1.gif" border="0" align="middle" />

    I gotta ask, I was looking on that page and was wondering about the part where you earn money on your game... do you have to pay them each month to earn money? :o BTW LOVE your game!

    Kongregate give you a percentage of their ad revenue. You don't have to pay them, but your game does have to be popular to earn anything. Thanks! <img src="smileys/smiley1.gif" border="0" align="middle" />

    Lol 8 trillion.

    Anyway, nice idea, plays pretty easy.

    Haha, check out what the score is now! Probably didn't think the scoring system through that well. Oh well! Lesson learnt. Thanks <img src="smileys/smiley1.gif" border="0" align="middle" />

  • <center><img src="http://www.lrtw.net/Games/JewelMiner/KongregateIcon.png" border="0">

    <font size="6">Jewel Miner</font></center>

    Hey guys! Just published my first game to Kongregate. It's a little Bejeweled-derived puzzler. Does anyone know how to get the Kongregate plugin working? Can't seem to submit any statistics.

    Thanks to rexrainbow for the MoveTo plugin, and Ashley and Tom for the amazing Construct 2! <img src="smileys/smiley4.gif" border="0" align="middle">

  • Kickstarter is only open to US residents. I don't believe ol' British Scirra will be able to claim funds from a Kickstarter project. Try Indiegogo if you really want to.

  • <img src="http://www.lrtw.net/Games/RotGF/Screenshots/Banner.jpg" border="0">

    You are Felix, thief extraordinaire. It?s never been about the money ? it?s the thrill of the chase, the Great Game. But this time you?ve gotten yourself in deep. You broke the number one rule of crime ? never get attached.

    This is something I've been working on for a while that I think is just about ready to get some critique on. It's a noir-themed stealth-platformer about a young, fearless thief who gets framed for a murder. Don't want to give too much away about the story - partly because I haven't quite finished writing it yet and anything could change really.

    This game is being developed with the amazing Construct 2 engine. Everything done by myself, utilising public-domain music and sound-effects. Currently the game is going to be released free :handmoneyR: :handthumbsdownL: :noir:, so I'll be posting links to builds you can play every so often.

    <font size="5">Screenshots</font>

    <center>    </center>

    <center>    </center>

    <center><font size="5">Videos</font></center>

    Pre-Alpha Gameplay Clip (No Audio due to Camstudio being silly)

    <center><font size="5">Pre-Alpha Build (In Browser)</font></center>

    <center>It is recommended you use the latest version of Firefox or Chrome to play.</center>

  • - I only used the free version to make that example. As far as I can tell, it doesn't put any restrictions as to usage.

  • Hey gammabeam. Titanium Desktop is built to do this. It's extremely easy to do: I managed to export this fairly complex game in under a minute once I had it all set up:

    dl.dropbox.com/u/1378330/DesktopDemo.zip

  • This is one of my whackier suggestions, to be sure. However, I think it would vastly improve the flexibility and usabilit of C2 in large-scale projects.

    An "inherited layout" is one that shares the charactaristics of other layouts. I would envision it would work on a "tag" system - that is a layer with the same tag as another would be identical, e.g.

    <img src="http://dl.dropbox.com/u/1378330/c2InheritedExample.png" border="0" />

    This suggestion is to address something I've found when creating a game with many levels. If I make a change to common elements (such as the player's user interface) or introduce a mechanic that require a new object (which then requires a prototype to be present in the level), I must then make that identical change to every layout. This quickly becomes unsustainable when you have 30+ levels, and means I cannot make changes on-the-fly to common elements.

    I understand that this is probably not possible, but I think it would be a valuable feature if it is.