irina's Forum Posts

  • matriax

    Excellent work!

    Is it possible to set small angle to camera so that its not exactly 90° top down?

  • Lordshiva1948

    Thank you... ill try to adjust it to my problem.

  • I have several instances of the same object that are invisible and i would like to pick only the visible one?

    And on that event to trigger ajax post... but only once... becouse currently i have ajax flooding my table...

    Help!!!!

  • Kenthria

    Really impressive!

  • SOLVED:

    it was needed to add extra "&" to the each fillowing expression

    eg.

    "user_id="&userID &"&reg="&reg &"&os="&OS

  • this is mine ajax data

    "user_id="&userID &"reg="&reg &"os="&OS

    part my php that handles it looks like this:

    if(isset($_POST['user_id'])&&isset($_POST['reg'])&&isset($_POST['os'])){
    
         $user_id = strip_tags(mysqli_real_escape_string($link, $_POST['user_id']));
         $reg = strip_tags(mysqli_real_escape_string($link, $_POST['reg']));
         $os = strip_tags(mysqli_real_escape_string($link, $_POST['os']));
    
         $sql = mysqli_query($link, "INSERT INTO `$db`.`users` (`id`,`user_id`, `reg`, `os`) VALUES ('','$user_id', '$reg', '$os');");[/code:3gzpo2r0]
    
    it works ok for one dataset... eg. user_id it set to table as intended but how to send several items at once?
    ...becouse i get all set in user_id in one string
    
    So i assume problem is in ajax data setting... i must be doing it wrong?
  • Base

    hello,

    i have same problem...

    im trying to POST several variables in the same ajax request but no luck...

    Did you solve this?

  • How to One detect that APP was suspended or turned off and then resumed?

    tnx!

  • Gigatron

    Impressive!!!!

    iw seen what matriax has done with it.... great job!

    I am interested to se if global prespactive can be tilted on Z axis?

  • ultrafop

    Thank you for the effort but i know for those plugins and they are outdated and not maintained...

    Frankly i am looking for someone who has implemented something like this and have some expirience to share with us.

  • huh... noone?

  • Try Construct 3

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

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

    Do you have any tips for me.... im trying to set mixpanel aswell

  • Hello,

    I am looking for your tips and advices regarding the presonalized notifications based on local conditions.

    I have an app where customer can perform a search for product or service and i would like to store that string in order to perform periodicaly search for it and when product is found to send that customer back a notification (push or local?) that product is available.

    I assume that i need database to store those text strings and notification service. ...But how to connect those two?

    Any ideas what to use? Mixpanel or Onesignal + Firebase or my own server MySQL or mongoDB?

    What is the bast solution to achieve this?

    Thanx!

  • I used their install instructions and their onesignal-cordova-plugin. 2.3.2

    None of notifications has arrived on old tablet version 4.1.1.

    On phone with Android 5.0.2 they arrive but sometimes they dont... cant figure out why

  • matrixreal

    Hi

    I'w just managed it

    Trying to implement on both... but for now im testing on Android.

    Only problem i have is that messages dont arrive... well atleest majority of them... from 10 sent messages 2 have arrived.

    So i am a bit confused right now.