GeorgeZaharia's Recent Forum Activity

  • that is strange, i checked your video, and now every 3rd time when i jump back and forth the block on right side and i go to jump on the left where initially the player was, the up press key doesn't work, well it detects the key input but doesn't jump, there is a bug somewhere, to me that looks like a logic delay for some reason, cause if u do it slowly it never fails, but if u do it fast really fast like super-slight-tap like that's when happens on my side atleast.

    you glitched me as well lmao ... but ... if the gameplay you are after, isn't very fast paced, considering the fact it works if u don't go bananas fast on the keyboard id say is one of those things u gotta accept? :D

    Edited: the glitch happens no matter if u are near edge or not, or your falling, is just a delay logic somewhere(not in the templates event coding, cause its a very basic no delay action type of thing), and the condition considers already jumped for some reason even though visually u landed, the system still considers your 2 frames still falling(this is commonly referred as "jerking" where you visually see stuff that should been happened but actually the render is way ahead of the what actually happens).

    this might be a platform behavior glitch or logic function, id file this as a C2 bug, but it might take a while for C2 to be updated, now is a matter of testing it on C3. il be back with that.

    Edited: still happens on C3 also, but on C3 happens different, isn't about how fast u tap, but more of where you land... like you said, near the edge... so if you land near the edge of the platform, the player is considered still in the air, this might be the 2 px glitch i always seen on the animation editor in C2, it has to have something with that... that glitch basically when u crop the empty space before the latest version the animation editor would've cropped it up to the very edge of the color pixel but now it ads a 2 pixels margin around the character... and this probably cause of that... on C3 that doesn't happen on the animation editor anymore, but it seems the logic of it is somewhere in the behaviors also not only the editor itself. id file it as a bug on C3 as well, cause C2 we don't know when is going to be updated, or if there is time to focus on C3 and C2 ... till then as i said above, is one of the things you have to live with if you using that platform behavior, or just find another workaround it (like manually create the collision and character movement in the event sheet, is tedious i know... but will be more fail safe.)

  • u basically need a parabola movement, check this forum post there are some example files there also, and from that u need to change the perspective of things, and do a bit of fake-3d sort of thing.

    qarp or lerp should do it.

  • Why not just use an collision condition?

    When CAR is COLLIDING WITH PARKING SPOT

    AND CAR SPEED is less than 3

    Set CAR to rgb(whatever color)

    Or change animation frame.

    To make sure players park correctly you can make the parking spot hitbox smaller so they have to be more on the parking spot to register the collision.

    Hope this helps

    using on collision would trigger the parking the moment the edges of the parking lot and car will collide with each other, and not when the car is actually on the parking lot. that's why comparing the distance from the parking lot X thinking it would have a centered origin point is a much better suit. cause at that point the car for sure would be over the parking lot.

    think of a 200px * 200px parking lot if has the center image in middle and 100px on each side, then if the car is at a distance of 20 or less from the center it means the car is overlaping the parking lot entirely, then double checking the speed would make sure the car has slowed down to a speed of 5 or 3 that is going downwards. however if there is movement that can make the car move by using innertia and slowing down in time, like physics cars for example the speed without pressing any keys from innertia would fluctuate from positive to negative values, that's why i said abs(car.speed) meaning any value that is under 3 or 5 its turned into a positive value even if its -100 speed it becomes 100 speed, therefore not being full stopped as would move backwards at a speed of 100.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i just tested your capx file on C2 on my end works good. doesn't do any glitches. it jumps mid air while falling 1 time. as it doesn't have a double jump yet implemented.

    i can't seem to replicate your collision with moving platform glitch. the collisions on my end is on point. what is your C2 version you are using? and what machine? it might not be the events or the game.

  • Awesome andreluizgollo, ^_^ good luck on the launch!

    AllanR looks good, but i tested it only on desktop, and dragging objects (swipping to move) didn't worked for me.

  • I'm not sure about the car speed though.

    If you could try and explain it in simple terms (sorry), I would appreciate it.

    by car.speed i meant if u are using the 4 or 8 directions to move the object i think it gives u a current speed expression which u can double check if the player actually stopped on the parking lot and not moving backwards from inertia.

    not sure now what movement behavior you are using. it depends on that to keep track of the car speed . but that is more of a safety thingy.

  • I play my music intros and loops as separate files, but on its own the loop doesn't seamlessly play after the intro. Is there somehow I can use audio scheduling with music folder files? I tried using it and it acts like I didn't even put scheduling in the script.

    EDIT: I found that music files give a duration of 0 so I guess it's a matter of somehow determining the music length.

    you can use the song ended expression and play next the next song based on that, or start playing the song at 2 seconds before the song playing ends, by using the expression audio.tracklength or something like that.

    You might need to edit your music files with a audio editor, like audacity or something similar and remove the silent parts and beginning or end of songs, you will also get to know what is the actual song length from that, the schedule expression works as intended however as with any object in Construct is a matter how you use them.

    Construct offers you the tools, but isn't doing everything for you, you have to puzzle them together, and use some common sense. Have fun ^_^.

  • Every time I use Q3DSprites, they always face the camera, and I need them to not do that. Any ideas?

    i think they are locked that way. can't really remember i didn't used q3d in a while now.

  • What is the best hosting that i can upload some php files and execute it using Ajax.

    Except 000webhost because the most hours of day is down.

    try freehosting however if you planning on having lots of calls and some memory take a premium plan from a company that you like.... i personally prefer fastcomet its premium and is going to cost some $$. The best hosting is the one you can afford and serves your needs though.

    any hosting allows you to upload php files and execute ajax... is a matter of permissions on your files and php files etc.

  • Yeah, I had checked that out before. I'm not a C3 user yet but it is interesting. That game is more along the lines of Legend of Zelda, though. I'm really talking about something akin to Final Fantasy, Dragon Quest, etc. Those games are far more complex and random and that's what I'm looking into.

    the game mechanics don't change, but the graphics, the demonoir offers you the logic and mechanics of a rpg gameplay, you can take those and do ur pseudo 3d with C2 or C3 and make whatever game you want, you have to remember games are like puzzles ... its a bunch of random pieces that are arranged in different ways, yet their goal is the same.

    Also if you are thinking Final Fantasy 3D or dragon quest 3D you might find it a bit difficult to do in Construct as its a 2D game engine and not a 3D one.

  • Hi There

    Does by any chance we have now such a plugin for appsflyer, I just wanted to check here, before opening new topic?

    Thanks!

    no there is none, and it won't be anytime soon.

    Because appsflyer doesn't offer a public api/SDK, they can do the plugin themselves but you have to request them and maybe sometime in the future they will consider it.

    just use google analytics has all the features appsflyer does + some more.

  • as Maverick1912 said you can use that approach but it will repeat the songs, to make it random yet not repeating you have to keep track of last 2 or 3 songs that have been played then exclude them from the next list of random selection.

GeorgeZaharia's avatar

GeorgeZaharia

Member since 30 Jun, 2014

Twitter
GeorgeZaharia has 35 followers

Trophy Case

  • 10-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    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
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.