greenleafvt's Recent Forum Activity

  • Thanks again Dop2000,

    That solves many problems.

    I tried sprite.count and nodecount to try and get the number of tiles moved. Can you think of a better way of doing this with you system.

  • Can someone point me to a tutorial on grid movement with mouse and or touch control? I get the tilemap grid movement and have had some luck using move to UID of sprite. However The movement is not on the grid and I would like to count the grid squares - to count as a turn.

    The game Stone Shard has a good example of what I'm trying to do. Many examples out that use keyboard but has anyone done it with a mouse?

    Also using solids and pathfinding. Isometric as well that makes is interesting lol

  • Got something kind of working maybe something like this could work:

    drive.google.com/file/d/13C1WHPrQZ7ut7sRFdCG-KfD8T-ng2jyg/view

  • No to avoid the distortion like this:

    drive.google.com/file/d/17Y65WjFTS7MOgnMe4-LMpMjyvFUvJq3l/view

    Rotate around but keep distortion. So it seems to be at 45 degree angle.

    sketchfab.com/3d-models/medieval-low-poly-windmill-9eff0831c2f74c2c909b6fda65493287

  • So squishing the x value of a sprite makes it fit much better in to an isometric type game. Things like signs are fine to photoshop skew at a 45 degree angle so they look a little 3D. However I ran into a problem with things that move. Imagine a windmill. Think about blade turns and would look weird if it was 2d - would be nice to force the squish to the just the x value. How can I make the sprite Rotate but then dynamically squish x value to make it fit in an isometric kind of environment?

  • Yep, I forgot that global layer for GUI doesn't lock layer scale... seems as it does with parallax but anyways set both to 0,0 and working great now thanks. Also thank for the delta time point don't notice a difference but maybe down the line it will save resources.

  • Try Construct 3

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

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

    Made a lerp to layout size that works great zooms to character on start of layout (except not on start of layout) just every tick and that works fine and then the player controls zoom. Except it effects the GUI. So changed it to layer scale (4 layers needed) and cant get it to work. Is their a way to exclude the GUI layers or whats wrong with the layer scale in a lerp. Seems to work some times but is instant want it to slowly zoom in on the "camera target" Thought the .01 would have the same effect as it does in the layout version.

    Lets say:

    Every tick lerp(layer(0),1.5,.01)

    lerp(layer(1),1.5,.01)

    lerp(layer(2),1.5,.01)

    lerp(layer(3),1.5,.01)

    Any ideas?

  • Yeah! Ok Thanks the distance(PLAYER.X, PLAYER.Y, Squares.X, Squares.Y) I'll need to study a little but it works great, Setting dist as a var is probably what I missed but its probably the best practice I would guess.

    Thanks for your help!

  • I'm guessing I need to use lerp between the character position an the color sprite but confused on how to translate that to the RGB value. The complexity comes from doing it on both the x and y axis. Any ideas are greatly appreciated.

  • Hi Dop2000 again,

    So I made a crude example of what I'm trying to figure out:

    drive.google.com/file/d/15CAMQy3kAiRhmlkLfnC81FZsXv1qYbTr/view

    As you move the black box around it sets the color from you example to green / red / blue however I'm puzzled how to ad the inverse (when your not on a color square... Alway only works only for the last in an inverse or else statement.

    Thanks for your help but what I was asking was the possibility of somehow fading between these colors. So if the black "player" in my capx example moves closer to the red square the "overlay" would slowly increase to 100% when it was finally overlapped then fade to 0 as you moved away. Same for the other squares. The closer you get to blue the more the "B" var would go up.

    Almost like you would have zones the the color overlay would slowly become active based on your distance from a sprite point.

    I know overlap is not the way to go - just for example.

    Cheers!

  • So this one is a little hard to describe. Imagine I want to have a green screen overlay for a swamp type area and then overlay a red screen effect for an area that has fire or magma type setting what approach would you you do to have a smooth transition between the effects? The idea is setting the mood for a section of the game. Think of the screen slowly getting more yellow as you get to a magma source etc.. What would be the best method for CPU performance.

    Thinking a box that was the whole screen area that just changed RGB based on player distance to a sprite but may be going in the wrong direction.

    Massive PNG overlays for an area is probably a bad waste of disk space and CPU. Any ideas? Thanks.

  • Is it possible to set the animation frames of a sprite to everything in a folder? For instance if their was a user uploads folder that then became the frames of an animation?

    Im guessing you would get the images loaded from url but is their a way to load them into the animation frames in construct?

greenleafvt's avatar

greenleafvt

Member since 23 Apr, 2015

None one is following greenleafvt yet!

Trophy Case

  • 9-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

13/44
How to earn trophies