Hey
I am still new to construct2.
I have a very simple php file on my localhost that does the following:
<?php
echo "success";
?>
For construct2, I have a single layout with a text object called "Text"
My event sheet is:
-System->On start of layout-> AJAX.Request my php link
-AJAX->On Complete->Text->Set text to ->AJAX.Lastdata
I cant get an answer at all. It doesn't complete the event On Complete
Please help.
If you need a screenshot of the game and php do let me know
Thanks you