zoddTHEimmortal's Forum Posts

  • 13 posts
  • I thought I had thanked you, my apologies

    Thanks!

  • Hi I'm having problems trying to use the or operator when checking a value in an array. What I want to do is filter out a list so that only potions are shown rather then the entire inventory.

    <img src="http://img46.imageshack.us/img46/5524/hm4b.png" border="0" />

    It doesn't seem to be working as intended, it just populates the list with nothing in it

  • That should be sufficient enough for my needs :D Thanks!

  • Is this possible?

  • Ahh I knew it would be something like this. Thank you!

  • Hi Guys

    I'm having a slight problem with retrieving elements from an array and displaying them in a list. I've noticed that elements beyond 9 (10,11,12) won't show. I've included a few pictures

    Here is the code

    <img src="http://s8.postimg.org/hnea3w26d/pic1.png" border="0" />

    Clicking on potion

    <img src="http://s8.postimg.org/hbwtr4lqd/pic2.png" border="0" />

    Clicking on Armour. Note, they're selectable but they are not shown

    <img src="http://s8.postimg.org/i2pjwwo3p/pic3.png" border="0" />

    I've also tried to use,(x,y) style of setting them in the array but this way would not let the jlist show the elements.

    Thanks in advance!

  • Thanks! This is exactly what I was looking for

  • Awesome cheers for the reply. I play somewhat competitively so I understand a lot of the design/logic that goes into fighting games. I'm planning to do a remake of dbz hyperdimension since I can find these sprites easily enough. I'll be giving it a more of a marvel vs capcom feel to it.

  • Hey Guys

    I'm about to start a new project that will be a fighting game of some sort.

    Is there any fighting games made using construct 2? Would really like to get some sort of direction rather than jumping straight into the deep end. I can see how complex a game like this could be.

    Cheers!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am fairly new to construct as well. Yes I wanted to use a global since I was assumed that the scope of an instance variable was only within the layout it was created in.

  • Thanks for the reply. I've got it working now

    :)

  • Hi everyone

    I am a computer science major in my last year at university. I always wanted to create games as a job and thought that I might start developing a few of my own.

    Construct 2 was really appealing to me since it had an excellent and easy to use interface, since I am mainly just concerned with the game design process at this stage I thought this engine would be a great platform to start from since I could get a game up and running fairly quickly.

    Looking forward to learning and possibly even teaching people about contruct!

    Cheers!

  • Hi

    I'm curious to know how to keep an objects position after I trigger an event that switches to another layout. e.g A player object walks to the shop door which lead's to a layout which is the inside the shop. When the player exits the shop I would like the player's to be standing near the door.

    I was thinking along the lines of using global variables to set the players position. And saving them once he entered the shop, then reloading them once he exits it.

    Sorry if this isn't so clear.

    Thanks in advance!

  • 13 posts