lionz's Forum Posts

  • not curx. if you are going to use slot IDs then you need to relate the slot ID to array X. so slot ID 1 is 1 in the array also. Then when you select the slot object which is ID 1, you take the slot_Id and then compare array x where array.x = slot.ID, then delete the contents. You should also get rid of item ID that's not needed. Think of the inventory more as the array and not the visual side.

  • You should be making use of slot_ID to relate to the array X. This makes things easier. When you select the item you look at the slot_ID and delete the item from the array X that is the same.

  • When you use actions the object instance to apply the actions to is already picked by the conditions, when you use functions the actions inside don't automatically pick the instance of the object from the previous conditions.

  • Nice! I like this game, glad it's on Steam now.

  • Not sure I understand, your old logic was fine I just said replace that line

  • You do not have permission to view this post

  • > It's create object array.at("random_chibi"). remember "random_chibi" is just a number.

    yeah a number linked to link it with the array since the frames of my sprite are 10 from 0 to 9 so array value = 0 is set to a frame as i mention above.

    sadly its not creating a sprite T_T

    Did you replace the logic as I mentioned?

  • It's create object array.at("random_chibi"). remember "random_chibi" is just a number.

  • You do not have permission to view this post

  • What you described seems fine, there must be a problem with the events somewhere but noone can guess this

  • Share the file if you want, I can debug it. Share something :D

  • There is usually no risk but if you're saying that there is a build problem in the latest beta then it's just a coincidence and you can enter a bug report. They are not here on weekends.

  • Make sure that the layouts are linked to the event sheet that contains the player movement stuff. You can then either set the player to global so when you change layout he continues through to the layout (the same object), or you can do it by having a player positioned at the entry points on each layout and go to the layout.

  • There's too much here to guess where it went wrong, it could be at any stage. Best you put your own logging in and see which values come out incorrectly then you can share the events and tell us exactly where the problem is.

  • But the log you provided does not say it failed is my point, what is the issue?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads