setdev's Forum Posts

  • Hi to all..

    I have solved all problem with get username from gplay etc..

    Now..

    The game post all data..

    Using fast Ajax...

    Now,

    I have this unique data "userid"

    One ready page with get userid and list of the restult..

    I don't remember, with ajax , from get data from url like ""userpoints.php"

    the request to send userid and get data from it in construct...

    I don't remember how to use it..

    Thank you..

  • Example capx

    Link don't Work!

  • > Hi! Anyone could reupload the plugin? I have a broken link.

    I'm not sure if these are the latest versions, C2:

    https://www.dropbox.com/s/e3w1b3bt7skrj6d/lunarray.litetween.C2.zip?dl=0

    C3:

    https://www.dropbox.com/s/76x3cwd4udud07c/LiteTween%20v.1.7_c3runtime.c3addon?dl=0

    Hi, i have put in the plugin directory of c2 and i get this error "Unable to load plugin, found GetPluginSettings global but it is not a function", can help me, thank you!

  • I know what you want!

    Example: if selected a,b,c,d action for all

    use right mouse button to the 1st and second condition and make or

    Example:

  • Can work for post result for get data from mysql ..."in my example you can see that work"..

  • Work!

  • OK!:) is work fast!

  • Hi to all.

    I have tested for more time the work of the game based on account

    and data from your mysql server.

    Many data in my test work!

    you can test it here:

    After login with your fb account, the game data come from your mysql server.

    Only using AJAX, php and mysql.

    If you want you can only integrate login page without fb , but i have it on fb.

  • yes

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • OK! The solution about uninstall 8.0 of java work fine!

    Thank you!

  • Ok! i test to uninstall java 8.

    Thank you!

  • ---------------------------

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Minifier did not output a file

    Condition: FileExists(min_js)

    File: html5.cpp

    Line: 1693

    Function: void __cdecl Exporter::DoExport(class era::IProject *,class era::ILayout *,bool,struct HWND__ *,bool,bool)

    Build: release 186 (64-bit) checked

    Component: HTML5 exporter

    (Last Win32 error: 2)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

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

    Interrompi Riprova Ignora

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

    Construct 2

  • Solved, work good protection from .htaccess

    Options -Indexes

    deny from all

    <FilesMatch '\.(jpg|png|mp4|mp3|ogg)$'>

    Order Allow,Deny

    Allow from all

    </FilesMatch>

    I test it and i post the result...

    ps: in the directory where is stored your file must put one index.html page with text "access denyed etc.." or fine work with meta redirect, when one

    go in this directory can auto have redirect to the primary home page..

  • Solved fast!

    I have put one global variable ship (number)

    if ship number=1 exec action for ship 1

    Fast copy and paste the action and put variables references to ship number...

    Use this method is fast and if you have many player sprite to use can fast

    add global variable for vehicle, for ship or other sprite you use..

    global variable=> playercar=1

    if player car=1

    do what you want

    if player car=2

    etc...etc..

  • Hi,

    I have another problem..

    I have build one inventory, one user can select the space ship...

    Like 1, 2 etc..

    If the user select space-ship 2

    i want to give the player sprite the "sprite player"

    from the global selection space-ship=2

    Is this possible?

    Thank you!