iceFlashEX1's Forum Posts

  • Hello again ^^

    SO I was trying to make a character to collide with certain objects. For example, I have a sprite and 2 different boxes(which are also sprites).

    if my character is colliding with a box and it will prompt with a message saying something like "Press Button to Interact". I altered the event sheet and it was just fine.

    The event sheet looked like:

    Sprite| On Collision with box_1 => Call Prompt_Function()

    Sprite| Is Overlapping with box_1 =>

           >Keyboard| On E Pressed => Call Second_Function()

    It was working somewhat fine.

    -

    Now I tried putting a second box in the layout.

    When I altered the event sheet in order to detect whether or not it was colliding. So I just copy-pasted the code for the first box and changed the object. However it somewhat bugged out i think,

    It wasn't showing any prompts or anything, what's the problem???

  • AllanR

    Well, I actually have some knowledge on MySQL and I have a server to use within my computer. I have a WAMPServer, if that is advisable?

    However my problem though is that if I export my project into an application (either HTML5 or NodeWebKit), will it go searching around for the database or the PHP files?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I was wondering if Construct 2 can connect to outside databases and then be exported for desktop applications? I'm quite unsure about using the WebStorage in Construct when there are many variables to consider? I;m trying to work on an RPG.

  • Hello, I'm really quite new to the Construct 2 environment and the tool itself, So I really don't have much knowledge in what I'm really doing as of the moment. Though I have a background in programming ^^

    I was planning to actually make an RPG game...well just a short one. It's supposedly my thesis project.

    I was wondering how to create like a box that has choices and a pointer directing which choice is highlighted. Something like a simple "Yes or No" box and then the result would be different depending on what is selected.

    I could appreciate the help, thank you <img src="smileys/smiley1.gif" border="0" align="middle" />

  • rexrainbow

    Hello sir ^^ I'm quite new to Construct2 and just downloaded your plugins and it's really helping. However I have to ask.

    Do you have an example or an explanation as to put a column of values into an array so that the values in the array can be used across the project. I tried using the CSV2Array plugin but I dont think I'm familiar with it yet enough to know what to do with it exactly.