mrtumbles's Recent Forum Activity

  • Create a new layer, and place your background on this layer. Adjust that layer's 'Parallax' to make the background scroll appropriately.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Use ceil() to round up, floor() to round down and int() to round to nearest.

  • Indeed. JSONs nest very nicely to create very complex data structures.

  • Sure - perform your 'Push back' action as you would, then set the contents individually using 'Set at x,y'. They'll all happen in the same tick

  • I would create a new dictionary called 'Master'. For each of the dictionaries you want to save, create a key named for that dictionary, and make the value of that key the dictionary's .json. When you load the Master dictionary, simply set each of your dictionaries to load the JSON from their key using Master.Get(#Dictionaryname)

    I use this technique a lot, it works perfectly

  • Quite right, yes.

  • This is admittedly simple, and broad, and you will want to adjust the 'Array.Width*2' factor. To improve on this, see if you can force it to only select items that haven't been sorted yet!

  • https://drive.google.com/open?id=0Bwizs ... 2FXaGlNbWc

    Here you go!

    For those of you who don't want to download the capx for the solve:

  • Talk about taking the fun out of making apps and games, wow. :/

    Nobody ever said publishing should be fun! If anything, publishing should be MUCH harder than it is. It's a shame the icons and splash screen are the only quality assurance issues IXDK takes off your hands.

  • 1. The resolution you input depends on how you're scaling your sprites, how you want your art to present, and what devices you're targeting. How that resolution is represented on screens that don't match the ratio of the resolution is controlled by the 'Fullscreen in browser' property. See this tutorial by Ashley for more:

    https://www.scirra.com/tutorials/73/sup ... reen-sizes

    2. This will depend on how you store your configuration options, how you control sessions, saving and loading, and so-on. Essentially, I would leave this concern for now - you can make your menu exactly how you want it, and it can be so isolated from the rest of the game as to be scrapped and re-written whenever you want. Construct 2 is a brilliant system for writing GUI.

    3. I would use a 9-patch object to make the bubble itself, and a text object over the top to display the NPC's speech.

  • Every time you recalculate the path, the object will want to stop (or at least slow down) whilst recalculation takes place. Try performing path updates less frequently, for a start. Also, when the object's view of the player is unobstructed by pathfinding blockers, there's no need to use the pathfinding anymore - you can start to use more dynamic movements instead.

    And yeah, I'd disable the sine behaviour for now until the basic movements are working.

  • I am willing to bet your collision polygons don't all match up with your origin points etc, although can't check for you as URL blocked on my current network (university wifi doesn't allow dropbox downloads apparently!)

    Check all of your collision cells. Don't be tempted to set them 'by hand' using the mouse - type in actual pixel values for each point in the boundary.

mrtumbles's avatar

mrtumbles

Member since 1 Jan, 2013

Twitter
mrtumbles has 8 followers

Connect with mrtumbles

Trophy Case

  • 11-Year Club
  • x5
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • Email Verified

Progress

14/44
How to earn trophies