pd2's Forum Posts

  • Hi,

    I'm new to construct2, and am thinking of making an Iphone and Ipad app with videos in it. I just wanted to get enough information before I start doing this as my time for this is quite limited. I needed to know if I make an app for Iphone/Ipad, will it play the videos once installed on iphone/ipad?

    Any advice on how the videos will work would be great,

    Thanks.

  • Thanks! Got it now...ok so the game plays exactly like I want! Thanks for the help!! :)

    Now that I've got dropbox and the right version, my posts will be more structured.

    I have to say, Construct 2's forum is the friendlist I've seen!

  • Hi again, it looks like construct 2 release 91 will not open .capx files but .cap files...I really don't know what to do. any ideas please?

  • Ok so I went to this link and downloaded construct 2 91, and it says that the file is incompatible with this version

    scirra.com/forum/construct-09991-released_topic40309.html

    :(( Sorry, is there another plcae I can download your version?

  • Hi there...sorry but I can't open your file because it says that it was made in construct release 91 or higher, mine is 90. I was looking to see where I can download the latest version but can't find it...:(

  • Oops sorry that was a previous file, I've uploaded the correct file on now...

  • That's great, thanks for your help! :)

  • Ah yes! Thanks, I've done that, please see the file in there.

  • Hello,

    Thanks for your reply. My office doesn't allow dropbox to be installed on the computer but I have uploaded my files on dropbox online. Please see here:

    dropbox.com/sh/syxhehh01c60t1o/W5HXn1Qplf

    I hope you can access these files?

    Thanks

  • Hi,

    I'm making a simple game, which ends showing the human cell, its parts and labels pointing to the parts of the cell(all this is a jpeg). On top of the labels, I have placed invisible boxes/sprites which if clicked should display some information (again jpegs) on these parts. So if the user clicks on say nucleus, it should reveal the nucleus information image.

    I've added a mouse event on the nucleus label, so that once clicked, it reveals the nucleus information image. This works fine for 1 image, however when I tried to do this for the next few parts of the cell, nothing happens when I click on the labels.(or I have to restart construct 2 for it to work, which is also not consistent)

    I was wondering if there is any better way to do this?

    Thanks for your help.

  • Oh! I see it now, thanks that makes sense! I'm going to try this now,Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Kittiewan,

    I've looked at your game's code, and it works very well! This might seem like a stupid question, but how/where in the events list does the title know to match up to it's picture? I mean since there are 10 pictures and 10 titles, and you have set Matched to true, but I can't see where you say that the cat's picture matches the title Cat...

    Thanks for your help again

  • Thanks Xavier, ramones and Kittiwan, this was very helpful. I'll try these suggestions tomorrow and hopefully my game should work fine.

    Thanks very much Kittiewan, for the game and source :)

  • Hi Xavier,

    Thanks for your reply. I've tried Global variable, but because my events go like this, I can't have a single global variable:

    A is on collison with Description A, add 1 to global variable

    A is dropped (not in collison with Description A), subtract 1 from global variable

    But when I do this, since there is no set number in the end, as I don't know if the players will get 5/10 or 9/10 or 1/10, I don't know what to set the final Global varioable value to be.

    What I wanted to do ideally was to create something like this:

    Object A in collion with Description A, add 1 to Global variable

    ELSE

    subtract 1 from global variable

    But I can't do this since there is no else activated in the Actions tab....

    sorry does this make sense? I would like to add my file but I can't seem to do that here?

    Thanks

  • Can someone please help? My problem with teh game is that since there are 10 different items, I can't apply instance variables...I need to put in an action which says something like once ALL the 10 objects are dragged, display the Good job screen.

    Thanks for looking.