joxevc's Recent Forum Activity

  • It makes sense now, thank you!

  • Hi all,

    I've noticed that form elements (textbox, button, etc...) are still visible even if there's a layer on top.

    I wonder if there is no way to hide them but hiding the form layer...

    Here is a test example

    https://drive.google.com/file/d/1fc01AirBFKRxFrZZIHKw814JvQllcgKR/view?usp=sharing

    Thanks in advance you for your help

  • Hi all,

    I'm trying to do something as simple as changing the mouse pointer when moving over some objects.

    I'm using 16x16 sprites for that.

    Mouse pointer will go back to normal if not over those objects.

    My problem is that sometimes the mousepointer does not change to normal when moving outside those objects.

    Here's a simple test example.

    https://drive.google.com/file/d/1PSqaDx9k29mYXjnUF-AqpwTDDnEcIvHL/view?usp=sharing

    Thanks in advance for your help,

  • Ok thank you, it makes sense

    since tap is defined as a touch and release in quick succession in the same location and with a moving sprite I supose it's difficult to happen!

    I've tried with touch and works fine!

  • Hi all,

    I'm just trying to detect tap on a moving sprite but it fails so often. I wonder why? I'm using a 48,48 sprite... is it too small??

    I'm using bullet behavior to move the sprite.

    Here's my example:

    https://dl.dropboxusercontent.com/u/718 ... Bullet.zip

    thank's in advance for your help,

  • Hi all,

    A newbie trying to use an external API using AJAX...

    Need to set the Access-Control-Allow-Headers (to at least "X-SecretKey, Content-Type").

    How can I do that?

    Thanks in advance,

  • got it, it was so easy!!

    I forgot to set headers before post data... XD

  • Hi all,

    I'm trying to use PlayFab API using AJAX but I dont get any response....

    In the API documentation this is the example I have:

    POST https://[TitleID].playfabapi.com/Client/RegisterPlayFabUser

    Content-Type: application/json;

    {

    "TitleId": "1",

    "Username": "theuser",

    "Email": "me@here.com",

    "Password": "thepassword"

    }

    How would you do to use this API with AJAX?

    Has any of you tried PlayFab API with C2 with success???

    Thanks in advance

  • Looks a bit hidden now!! Thank you all !

  • Hi All!

    I recently updated C2 and now when I try to export to Android I don't see how to...

    I only have (cordova, blackberry, tizen and Amazon app store)

    I don't see cocoon and other options I saw before

    Any idea of what's happening?

  • Ohh how easy it was!

    This is my Php code

    <?php

    header('Access-Control-Allow-Origin: *');

    header('Access-Control-Allow-Methods: GET, POST');

    echo "Hello World";

    ?>

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Using Ajax I'm trying to get data from a php file with no results. Since the php file is in another domain I guess I have to enable Cross-domain. I try header('Access-Control-Allow-Origin: *') but it does not work.

    It would be nice to have the source code of a working php file

    Does any of you have a working example of that????

    Thanks in advance!

joxevc's avatar

joxevc

Member since 17 Jan, 2014

None one is following joxevc yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies