My examples Forum Home > Construct 2 General > How do I....? |
Post Reply
|
Page <1 345 |
| Author | |
Post Options
Quote Reply
Posted: 19 Apr 2012 at 4:54pm |
|
|
am I the only one who gets 2-4 fps in lemmings?
|
|
![]() |
|
Post Options
Quote Reply
Posted: 20 Apr 2012 at 1:33pm |
|
It didn't work for me too, until I changed "$HTTP_GET_VARS" to "$_GET" based on this link Only one issue though: I am running WAMP (localhost:90) and C2 preview starts in localhost:50000. The PHP files are on port 90. When I run the capx preview from C2, it sends data to the server & writes it to the file. BUT it doesn't read back! It however works properly, when I export the game as an HTML5 website and place it within WAMP. Any ideas what's happening here? I am on C2-R87 Beta. Thanks! Edited by abhishan - 20 Apr 2012 at 1:35pm |
|
![]() |
|
Post Options
Quote Reply
Posted: 20 Apr 2012 at 5:55pm |
|
|
@abhishan thanks for the fix! :D
So it really was a php update as i had guessed ;) About the localhost issue... maybe @Ashley can say something about that :O |
|
![]() |
|
Post Options
Quote Reply
Posted: 23 Apr 2012 at 4:01pm |
|
|
Someone can upload the new online high score archives fixed?
Thx! |
|
![]() |
|
Post Options
Quote Reply
Posted: 24 Apr 2012 at 3:16pm |
|
|
It Works with @abhishan method!
|
|
![]() |
|
Post Options
Quote Reply
Posted: 26 Apr 2012 at 11:37am |
|
|
Hi! How we can change the name and the score of the highscore with a variable? We want to display the player username and his score.
This is the actually code "http://myurl/post.php?name=Puntuacion_Billar&score=1" We try changing score=1 to score=Puntos but it take as text. |
|
![]() |
|
Post Options
Quote Reply
Posted: 26 Apr 2012 at 2:28pm |
|
|
give it a global variable like "http://yoururl/post.php?name=" & NAMEVARIABLE & "&score=" & SCOREVARIABLE
& or + to connect the strings, can't test it right now cause im at work |
|
![]() |
|
Post Options
Quote Reply
Posted: 03 May 2012 at 8:48am |
|
|
Thx, i will try it :)
|
|
![]() |
|
Post Options
Quote Reply
Posted: 06 May 2012 at 2:22am |
|
|
I'm almost finished with an arkenoid game I'm working on and after some google, manual and forum searches ended up here.
Am thinking this'd be rather awesome for both loading layouts on the fly and saving scores. The only question I have at the moment is the row and table names. From the example downloaded , 1,1 is blank, with row and column names in the first row and first column. Is it possible to dispense with titles/names and reference them by number instead? |
|
![]() |
|
Post Options
Quote Reply
Posted: 09 Apr 2013 at 10:00am |
|
|
Hi
Has anyone a working HISHSCORE Cheers |
|
![]() |
|
Post Reply
|
Page <1 345 |
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |