zenox98's Forum Posts

  • I would suggest, jamiek, that you attach a .capx to your post with precise instructions of what is needed/what isn't working, so that a swift resolution can be obtained.

    This number of posts shouldn't really be necessary to get the answer you need, which is why a .capx is always the best option.

  • Mouse.X/Mouse.Y are not recognised although I've seen them used before. I just can't figure out what to do.

    I'm using the free version btw

    Have you added the Mouse Object to your project?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • *moved to more appropriate section - paid job.

  • I want to add some in-app purchases to my game so I inserted the IAP plugin.

    Then I searched on scirra.com for some tutorials and stuff..

    But I can't found something usefull...

    Can someone explain me how to do this?

    Kind regards,

    Niek,

    Never tried it but the Manual entry for IAP looks simple enough.

    There is also THIS tutorial from Kyatric.

  • i want to make game like Rune Factory or similar to that of Harvest Moon. But I'm not sure where to start

    please share your idea

    It's far to generic a question.

    How much experience do you have with C2?

    Have you read the manual? Completed any of the Tutorials? Searched the forum?

    There are many, many threads dealing with the basic RPG elements.

    Once you have the basics, you should be able to ask more specific questions.

  • In C2, not really. C3 will hopefully address this, but that's a long way off.

    The usual method of merging is to firstly, ensure that all of the objects that are referenced by the Events exist in the other project. You can do this by creating a new Layout and just copying and pasting the Objects from one Project to the other.

    Any Globals referenced would also need to be copied across.

    You should then be able to CTRL-C - CTRL-V Event blocks across. If you get an error, it's usually because the Events are trying to reference something you haven't copied across.

    Sounds a little long-winded, but it only takes a few minutes with practice - much quicker than re-coding from scratch.

  • I have a business license for Construct 2 and in this video tutorial im following he navigates to a repeat loop under the system tab. In my system tab i have no loop subfolder, and do not see any loops. Why is this? Where can i find the repeat loop?

    I don't understand the relevance of mentioning your business license - this doesn't affect anything.

    Loops are discussed in THIS section of the manual.

    If this isn't what you are referring to, then it would really make helping you much simpler if you include a link to the tutorial, screenshots of your code and the code from the video, and best of all your .capx.

    You can bypass the posting restrictions by adding a character in the URL, e.g.

    h*ttp//*www.mysite.com/mygame.capx[/code:l9ej9z2z]
  • *moved to a more appropriate section.

    This was in hand.

    Just waited for Tom to add extra filtering based on the text before they were deleted.

  • I suppose you could email and give your reasons for wanting to change your handle. It would obviously be up to Tom, but I don't envisage a problem, other than it's Xmas.

    It may mean that Tom may not get to the request until the New Year.

  • alguien sabe si se pueden crear personajes con magias o habilidades o incluso un arbol de habilidades ?

    Gracias

    This is an English forum so please post in English or provide an English translation.

  • Hello guys, how do i make connection between java and construct2

    example:

    i make a socketserver in java and i want to use this socketserver in my c2's game.

    thanks.

    The only thing I can think of is for you to use the C2 SDK and write your own plugin to act as a 'middle man' between the two.

    I have no idea of how - or even if - this would be possible.

    It comes down to how much interaction you would need, i.e. what information needs to pass between them.

  • *moved to a more appropriate location.

  • There is also this tutorial from Ashley: How to preview on a local network.

  • I doubt this is a bug.

    The debug inspect tab is doing significantly more work so a drop is not unusual.

    See post from Ashley HERE.

  • also I'm not seen export to android I just updated to the new beta maybe a bug there or is it on my end

    This has been known as 'Export to Cordova' for quite a while now.

    A tutorial from Ashley can be found HERE.