Ramladu's Recent Forum Activity

  • Thanks. It seems I need to outgrown my laziness and need do things the right way going forward. :-)

    Families makes sense. I was dabbling with them this morning - having avoided them a long time.

    I suspected this was going to happen some day.

    Thanks again.

  • Thank you all!

  • Hi,

    I am looking through the forums for this but the forum search gives me an error. I will try google search - there has to be something on this already...

    I have an npc that goes left 100 pixels and right 100 pixels in a patrol fashion. It is a mother.

    I have an npc, a little boy that patrols (I use a tick event to move them) with the mother. They are both separate sprite instances of the object "NPC". It is limited and it seems like the follow behavior would be less work and give me more functionality.

    The mother has npc.uid = 2207

    The boy has npc.uid = 2208

    Using the follow command (I'd like to get rid of my custom patrol that is timed to move with the mother) for its simplicity. Is there a way I can have one instance of the sprite npc follow another instance of the sprite npc?

    I am guessing not and I have to create different sprites altogether. The way my game is set up, I have a sprite NPC that has 100 animations which are different NPC animations. I don't have separate NPC sprite objects.

  • Hi All

    I am having trouble moving my player in front of a tree and then behind the tree. I looked up a few things, checked out ChatGPT, and ended up comparing the .y value of the objects. I recorded a youtube showing my implementation and I pose a few questions about whether the event and actions are the best way to do it or if there's an optimal way. In my example, I have a simple tree and a simple player. My RPG game is much larger and I have been working off and on for years so I decided now to try to figure this front/behind stuff after avoiding it for so long.

    youtu.be/VKGtAWaDUPw

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    I loaded my game to my director and it loads up properly but when I enter a level between 1 and 6 and then hit the button, it doesn't take me to a different layout. The text input box and the button disappear.

    It works properly in the editor when I test the game as a preview.

    www2.smumn.edu/facpages/~mratajcz/game/index.html

    Is it something to do with those types of objects and maybe my browser? Any ideas I can look into?

  • Solved.

    I created a function that fires on the main event sheet for all the map levels based on start of layout. Suggested by someone who messaged me.

  • I am having difficulty setting the character's position after exiting one level (layout) and going to the next. All of my stop sign work is doing it's job identifying which layout to go to and my speech synthesis confirms this. However, the character is not being set into the new position based on the logic.

    I have made a youtube video of my project to articulate the issue.

    https://youtu.be/6GmqOXmMH9c

    Here is a quick snippet of the event.

  • Hi,

    Top-down style game.

    I have a player sprite with walking animations for left, right, up, and down. I am using a mouse click and pathfinding behavior to move the player. Works like a dream except I am currently only using one animation frame for up, one for down, ignoring left and right. Now it's time to evolve my game and adjust animations based on movement direction.

    Problem, since I am using mouse click, is there a way I can mimic the 4 direction movement so I can run an event that adjust the animation to the appropriate direction? What I am experiencing is that if I click 40 pixels down and 20 pixels to the right, it's only showing one movement since it's moving diagonally. So then it got me thinking about mimicking 8 direction movement. However, the question is the same...

    I understand that if I used the 4/8 sided movement behavior instead wherein WASD is used, I can easily adjust my animations to show the player moving left, right, up, or down, diagonal. Is there a trick to mimic this using my mouse click event instead of the 4/8 sided behavior?

    I was thinking of doing an evaluation constraint based on current location X,Y and the targeted location X,Y and which ever is greater, then use an animation based on that evaluation. Is it as easy as that or is there an optimal way?

    Thanks!

  • Hi,

    I want health bars for each of my characters on the screen.

    I've made health bars in the past with two objects, setting up multiple events and doing the numerator/denominator * bar size and it has worked okay but then I am having to manager multiple objects, etc...

    I recently discovered the progress bar object. It works a bit smoother and easier for me. (I guess personal preference, maybe a sign I am not a solid designer?) and I am wondering if there's a way to change the color from the default solid blue when there is a value in the object.

    I suspect it is not possible due to the documentation stating the following and I should therein just do the two object method I have been doing.

    "The progress bar is styled differently depending on the platform or browser, designed to match the style of the system. "

    Is it possible?

    How can it be done, I don't see any method such as progressbar.backgroundcolor, etc...?

    Thanks!

  • I got it working! That is so sweet and simpler to do than having 12 different text files,for loops, requests, etc..., just need one! Boom!

  • Thanks. That's a nice idea. I was thinking of converting(redesigning) my arrays to multidimensional. I've been doing one-way arrays for so long, it's time for me to grow, pun unintended.

  • Hi,

    I recorded a video on youtube, linked here that walks through my project and my question. youtu.be/aGWzG_T1wYc

    Essentially, I have an rpg game where I have 100 items that a player could make. Within that is up to 5 different raw materials and individual costs. Currently, I am using AJAX to pull a text file for EACH array I have. In other words, I have 12 arrays just for one item that can be made at the crafting table. Each array feeds from a unique text file. So I have 12 text files.

    Name

    Frame # from my loot sprite object

    Raw Mat 1...to 5....if there are 5.

    Raw Mat Cost for each Raw Mat for a max of 5.

    This all functions however it is very tedious because I have many, many text files. I'd rather use one massive Microsoft Excel sheet to house the data and save it as something that I can upload into my Construct 3 project and feed off that. However, I have struggled to learn XML and JSON and I cannot wrap my head around it so now I am throwing up my white flag of surrender and asking for help.

    I see there's a new CSV plugin but it seems to have limited functionality. I don't see a way to have each row be a different item# and the columns be the attributes. I'd love it if there was a way for it to work for my problem since I can make .csv files from Excel sheets.

    Thanks!

Ramladu's avatar

Ramladu

Member since 28 Jan, 2018

None one is following Ramladu yet!

Trophy Case

  • 7-Year Club
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

10/44
How to earn trophies