Radkampfwagen's Forum Posts

  • Nice!

    will be making the cover ASAP

  • Yes of coarse, just saw this today.

    Post some screenshots and give me the link to the game if you have one.

  • I think the reason why the cat returns to default speed is because you coded:

    on animation == run → set speed

    then later-

    is jumping → set animation to jump

    (so the speed is only set whilst the animation is "run" and I noticed on your 13th event, "run" cant be activated whilst airborne )

    --------------------------------

    and I think the reason why the cat jumps straight down is because the player isn't holding right- the code is a little bit messy so something might be stopping it.

    --------------------------------

    i havent had much time today, but if you dont understand anything say so and ill look into it much deeper.

    Radkampfwagen

  • Could you show us the Events you are using?

  • You're The Best!

    everything working now.

    Thanks a lot dop2000

  • I used Browser.execJS because I wanted to get the time for London and I wasnt sure about how to do it with Date plug=in.

    This is all the AJAX I use:

    + System: On start of layout

    -> AJAX: Request "https://api.aladhan.com/v1/timingsByCity?city=Blackburn&country=United%20Kingdom&method=2" (tag "")

    + AJAX: On "" completed

    -> JSON: Parse JSON string AJAX.LastData

    -> TextSunrise: Set text to "Sunrise:" &newline&JSON.Get("data.timings.Sunrise")

    -> TextSunset: Set text to "Sunset:"&newline&JSON.Get("data.timings.Sunset")

    + TextTime: Text is "00:00" (Ignore case)

    -> Timer: Start Timer "TimerMidnight" for 1 (Once)

    -> AJAX: Request "https://api.aladhan.com/v1/timingsByCity?city=Blackburn&country=United%20Kingdom&method=2" (tag "")

    heres the link:

    api.aladhan.com/v1/timingsByCity

    Also will this trigger once?

    + TextTime: Text is "00:00:00" (Ignore case)

    rather that "00:00"?

  • Ok well I'm trying out Date plugin and I'm trying to make this app that tells you when its sunrise and how long it will be in.(SS below)

    Well all I can't do is find out how to check the difference between the current time and sunrise then output the answer in minutes.

    Thanks,

    Radkampfwagen

  • Hey Ashley do I get rewarded for reporting bugs

    even if they are major?

  • hey Ashley,

    well I just discovered that the layout shows correctly for the versions before r450 heres a video below:

    drive.google.com/file/d/1Q2zfLjuuHYkSfIqxQZLL-_KkdJKTyftN/view

  • Youre playing that Poki game!

    well yesterday - 12 h ago - edge was acting weird for me like UI showing wrong colours, so i installed chrome and its better.

    heres how it looks for me:

  • this what you want?

    this will ofcourse work only if you have scroll-look behaviour

    Good?

  • I'm not sure how to download those files and open on C3

    click

    Menu → Project → Save As → Download a copy

    then upload to Gdrive and copypaste link here

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey Ashley

    Well im trying different versions of Construct 3 (e.g. r458,r457) but i still cant view the layout for any projects (either my files or examples).

  • Here:

    Edit: oh forgot to add "move along path"

    so

    Player - on pathfinding path found → Player - move along path