delusan's Forum Posts

  • Thank you koorbach. When I run debug mode, I can see the data from the file when i click on 'ajax', but when i click 'array' the 3 array values are empty.

  • how do i load data from a json file into an array? Having trouble following the tutorials/manual on this. I can get the data into my program, but not into the array object. My array remains empty. Can anyone give a simplified step by step way of doing it?

  • Got it oosyrag. Thank you!

  • Sprite starts on Layout 1 at x0,y0. Player moves it to x100,y100. This movement triggers layout 2 (the sprite is not used in layout 2). When clicking a button on Layout 2 to return to Layout 1, the sprite shows up back init's original position of 0,0 rather than at its last moved to position of 100,100. How do I return to Layout 1 with the sprite showing at the last moved to position of 100,100?

  • Two separate .capx files, each containing 2 or more layouts and event sheets. Can I combine them into one project?

  • Having difficulty following the Construct manual Edge Scrolling Tutorial. What or where is 'scroll X', and what or where is 'scrollX'? How do I access them or create them? How do I place 'System Set scroll X to scrollX+scrollrate' as an action? I cant find any such events or actions. I'm using Construct 2 release 216 personal license.

  • Very very embarrassed zenox98 - in Form Controls - right in front of my eyes.

  • Thank you, plinkie. Do you know anything of a 'choose file' plugin?

  • The subject line pretty much says it. I want to change the original image to another image which shows 'damage'. Have heard of a 'file chooser' plugin that I think does that, but couldnt find it anywhere. Are there also other ways to do it?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for the reply again xxstyxx. The sprite is limited to a 1 hex move per turn in this game anyway, so ill go with the clicking on a direction arrow for now. I can see how your method would be useful for larger hex movements tho.

  • Using a .png image of a map with hex grid included in the png image. Essentailly, Im trying to move the image to another spot on the map image by clicking inside one of the "hexes", and have the image centered inside that particular "hex". Maybe I'll just set up 6 direction arrows and clicking on one of them in the direction i want to move will move the sprite a certain distance in that direction which keeps it within the new "hex".

  • Using a hex grid map, how do I have a sprite move to the center of a hex that I click on?

  • Thank you, Jayjay for your very helpful solution. Your reply also led me to this tutorial by Kyatric - . Thanks again for the great learning experience!

  • I'm trying to load a .jpg image from my hard drive into an object image without any success. Heres what I have been trying ...

    System: On start of layout

    Add Action: sprClouds Load image from "C:/GameImages/cloudsLight.jpg" (Keep current size)

    With this code the object image remains blank when the program is run. What am I doing wrong?

  • Thank you little Stain - so simple.