lennaert's Recent Forum Activity

  • I liked the overall looks of your game, mostly has a realy sense of finished product.

    But:

    Tekniko is right, balls in the first level take forever.

    PErsonal opinion: I didnt like the characters much, they seem a but out of place/style compared to the rest.

    Especially the canon, it kinda looks like a placeholder version.

    Game otherwise looks really neat and taken care off :)

  • oi, ....

    scaler = 0.8

    every tick

    set layoutscale lerp(1,scaler,0.1)

  • The best mentioned approaches involve setting the full screen to scale outer.

    There are quite some topics and capx's relating to this in the forum.

    generally it is setting scale outer, and have a some extra layout imagery around your layout size to reduce black lines at the sides or bottom/top.

    Scale outer will try and stretch your viewport till either the widest or highest side of your viewport matches the users window.

  • variable scaler = 1

    every tick

    system set layer scale "Background"

    lerp(LayerScale("Background"), scaler, 0.01)

    would you change the variable scaler at any one time to 2, it would gradually smooth the scale of the layer called "Background" to 2.

  • I am making a board like game which is somewhat of a cross between chess, stratego, and some fantasy characters.

    Anyways, I am in need of an AI which is better then what I have created so far.

    I need something that is able to find its way from one side of the board to an opposing player, moving one sqaure at a time.

    And, what it needs is a dynamic smart system.

    Like, it should have a variable which would determine how fast it would reach the other side/target on the board.

    IE, it could go there in a straight line, or occassionally take steps left or right.

    There is no pathfinding in this game, it is all done based on locations of the grey tiles and overlaps collision boxes pinned around the characters.

    I made my own variant of isometric tiling in this game, and it works pretty well :)

    Here is a screen shot of the game:

    <img src="https://dl.dropboxusercontent.com/u/7134196/field.png" border="0">

    I uploaded a web v ersion but its close to 50MB, so mind you and be patient when you click the link.

    It should run smooth in browsers though, chrome prefered ofc :)

    You are the side with the wizzard and knights. and you need to take out that demon and skeletons. Once done nothing really happens.

    Left click to select your character, then left click on a tile around him to move there.

    when close to an enemy, select your character, then right click the enemy to attack him.

    Atm, the enemies attack you automatically when you are in range of them, not always though.

    Anyone out there with decent AI insight able to help me out here ?

  • You cant do it with a simple ajax call   hehe

    You will need to update the PHP file itself ..

    For example, write some PHP code to catch that value you are sending and set it in a database or write it to some file.

  • Yes.

    And you will be able to upgrade them with new features from a licensed version:D

  • Yes, then you need to update the PHP file >_>

  • You send a get request with the value to the php page, and afterwards the page still shows 400.

    Thats in the PHP page you are adressing in your ajax get url.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Man, I love these, ... You can stuff so many pickings in one event controlling so many aspects, its silly.

    Though it has a flaw, either I am totally missing a picking overview in the debugger, or it does not exist.

    I would love to be able to see my pickings from an event.

    For example, I would like to see a list containing picked items as a results from all the picks in events 20

    Somewhere in the debugger:

    PICKS EVENT #20 [objectname1.uid,objectname1.uid,objectname2.uid,objectname3.uid]

    In some scenarios it could go a bit crazy, with a huge program with many sheets, but I would imagine some looped event creating the same boxes structure for sheets and picks as it does with the performance indicators in %.

    As an addition, when seeing picked events go by, it would then be good to have a pause button in the debugger.

lennaert's avatar

lennaert

Early Adopter

Member since 8 Oct, 2013

Twitter
lennaert has 13 followers

Connect with lennaert

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • RTFM Read the fabulous manual
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

25/44
How to earn trophies