Adavo's Recent Forum Activity

  • dop2000 : I finally made it. It was somehow painful because I made a decision early in my game that I am paying it right now. The issue that I had is that my tilemap was a 20x20 grid size, where my sprite (scientist/player) where a 40x40. As a consequence, and since the pathfinding works using tilemap size (20x20), it purpose me path that I couldn't move to because of the different size.

    Moving my tilemap to 40x40 (which implies to REDO EVERYTHING regarding tiles graphics and map construction) finally works. Than damned painful but... "will remember this" ;-)

    twitter.com/GamesOanaa/status/1441872831336222721

  • Ah, you need to add this behavior to Tilemap object, not to sprites.

    Ha ha . Indeed it works now :-).

    It seems that now I have a path, I need a "rex" addon "moveto" in order to indicate to the scientist to move to this place ?

    Does a tutorial exists on this addon ? :-S

    Thanks for your help

  • dop2000 : I use the R260 stable.

    Here is the only place where I use the plugin.

    Here is the behavior settings

    I don't know what I can add more to help make it works. Oh yes, maybe something that I didn't try : is it necessary that the scientist in my case need to be on the same layer as the tilemap ?

  • dop2000 : it is.

  • Hello oosyrag,

    Thanks for your message. I have since decided to give up on this project because of this issue.

    I will maybe one day go back to this project, and anyway will "soon" add online to my current offline game, just hope to be better prepared to face this kind of issue...

  • Hello,

    On C3, I have this issue : Uncaught (in promise) TypeError: this.inst.GetSdkInstance(...).GetMapHeight is not a function

    Don't know if this plugin is still compatible but seems not :-(

  • I recommend using invisible helper sprites on either side of your main sprite. Upon pressing a direction, the respective helper sprite gets "activated". If the helper sprite is in activated state and not overlapping a wall, then apply the "turn".

    Hey oosyrag,

    That's a sweet idea, and it "almost" works.

    - if the helper sprite is too big, the time that is not overlapping a wall makes it impossible to turn because the detection frame is too small.

    - if the helper sprite is too small, it's work BUT it allows also the player to be stuck since the detection sprite is not overlapping but the player is "bigger" than the overlapping area and so cannot move.

    Finally, by exploring the different possibilities, found out that I can use condition like "TileMovement can move 1 cells [direction]" which makes the trick.

    Here is the complete solution, if anyone wants to reproduce this behavior.

  • Dear construct 3 users,

    For a new project I wanted to reproduce the movement of Pacman. Here is what I want :

    - Pacman moves in one direction, and keep moving even if the user release the key.

    - Pacman keeps moving to the previous direction if the new direction is impossible, until the next possibility to move in the wished direction.

    Currently, my code very simple allows Pacman to match my first requirement but not my second one. Indeed, if I decide to move right and if there is a wall on the right, my Pacman just stop to move at all. I have no idea how I can reproduce this specific way of movement, which is quite important for my future game.

    Here is my game : easyupload.io/d0lp0n

    Thanks for your help.

    Tagged:

  • It should work. It's hard to say more without more information. Although I think there's an iOS issue where the app icon is cached the first time so won't be updated. So if you exported with the default icon, tested it, then changed the icon and exported again, iOS will keep showing the old icon. I think you have to uninstall the app, reboot the device, then reinstall the app, to get the icon to update (or something like that).

    Hello Ashley,

    Regarding the icons, I kept the same "object", just redraw it over the default icon. I have checked that the purpose of each is "App icon".

    I have exported in Xcode the project, and have seen than on the exported files, the default icons are still the old one....

  • Thanks corlenbelspar . Any other ideas about this ? I have no idea how I can change it.

  • Thanks for your answer.

    I think that I will finally give up on the full screen solution and have black border on left and right. In my specific case I was wondering how « find object in screen «  game such as apps.apple.com/fr/app/junes-journey-objets-cach%C3%A9s/id1200391796 could handle different resolution properly. It’s looks like a scale inner solution but the difference between the two background is not that big.

  • Try Construct 3

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

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

    I have replaced the default construct icon with an another image.

    I have kept the same file as default, so file naming shouldn't be a problem.

    Unfortunately, in iOS the default construct icon is still here.

    How can I specify to construct to use my image ? Is it a bug ?

Adavo's avatar

Adavo

Member since 27 Aug, 2020

None one is following Adavo yet!

Trophy Case

  • 4-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

6/44
How to earn trophies