piotrtekien's Forum Posts

  • let's say

    On Any Click

    Do this: Request "link to start vlc and play a local video"

    how would I do that?

  • my next problem, the url calls to the link of activating a local video player that runs above the application app in the tab of the browser.

    How can I simulate this player? to test if I can close it within construct on any click?

    my code is as followed:

    On any Click

         col = 1

              trigger once> AJAX> Request "http://127.0.0.1/send-to-local.php?command=play0&filenaam=video1.mp4" (tag "video1")

    and this with col2 to col9 because it's a slideshow and on click it triggers the video in that video player that is linked through the requested link.

    So once again, my problem is. how can I simulate a player on my own computer for testing? linked to this url.

  • ah perfect, exactly what I was looking for. It's working. Thanks!

  • Hi, how can I call a URL in construct actions>browser>execute javascript?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I saw there is an action called: Execute Javascript, maybe there is a way to give that javascript file the posibility to have a command called > on any click go to new url, or go back 1 page. any ideas?

  • because I couldn't figure it out yet.

  • Hello,

    I want to do this:

    On Touched object: button> go to url: "http://127.0.0.1/send-to-local.php?command=play0&filenaam=video.mp4"

    but while the video is playing, so:

    while url is active

    on any click

    --go to url "http://127.0.0.1/send-to-local.php?command=stop0"

    and I tried the video plugin but it's glitchy on the systems, and my friend asked if I could make a construct 2 export with these commands.

    Best Regards,

    Piotr

  • I made a top 3 player version which kind of works

    but I want to make it top 5

    dl.dropbox.com/u/5147310/3%20player%20working%20version.capx

  • Hello Everyone

    I want to create a High score Loaderboards system for the game I'm making but I can't seem to make it work

    I want to make a Top 5 Leaderboards, for now I used a randomizer to generate the score, when for example No1 Player and No2 Player get the same score and you get the same score as them it doesn't move down, here is the file.

    dl.dropbox.com/u/5147310/3%20player%20working%20version2.capx

  • Hello everyone,

    I have a game that needs an offline leaderboards system, I don't want to use any plugins so that it needs internet to synchronize the scores.

    • There has to be an option to type your name
    • It shows the top ten players of the week and resets each Monday
    • There should be an option to show the Top Players of All Time
    • Everything needs to be locally saved with no internet connection available

    I hope all this is possible to create offline without an internet connection (the tablets will be local for your information)

    Thank you.