If I'm understanding correctly, you want me to send you a small version of just a few of the frames of the game. Is that correct? If so, here's a link to a pared down mfa:
https://www.dropbox.com/s/actenduwqr...0TEST.mfa?dl=0
Does that work?
If I'm understanding correctly, you want me to send you a small version of just a few of the frames of the game. Is that correct? If so, here's a link to a pared down mfa:
https://www.dropbox.com/s/actenduwqr...0TEST.mfa?dl=0
Does that work?
Thanks this is what i want.
Just check something in this button you have
// * submit clicked
// + submit is visible
// Get object : Add POST data "email" = Edittext$( "Edit Box teacher email" )
// Get object : Add POST data "password" = Edittext$( "password" )
// Get object : Get URL Edittext$( "Edit Box Script URL" )
// searching : Reappear
// searching : Flash during 01''-00
i will check why is this not working meanwhile
make a new event line from this original (deactivate the original)
and make the new one
// * submit clicked
// Get object : Add POST data "email" = Edittext$( "Edit Box teacher email" )
// Get object : Add POST data "password" = Edittext$( "password" )
// Get object : Get URL Edittext$( "Edit Box Script URL" )
// searching : Reappear
// searching : Flash during 01''-00
without checking if button is visible
test and let me know if it works for you there.
========================
change this for all your buttons and test
Regards,
Fernando Vivolo
... new things are coming ...
Hi Fernando,
The button to start the game from the title page wasn't even working on the iPhones I tried and it also uses the "if visible" condition. Are you seeing that work now? I have that in place to prevent accidental clicks. I've noticed in HTML5 that clicking an ASB on one frame will often trigger a click on an ASB on the next frame, so the "if visible" condition prevents that from happening. Why would an "if visible" condition cause the event to not work on some iPhones? Also, I don't have an iPhone so I have to borrow one to test. The program works great on my iPad though....
Building here your mfa work flawless in all my Apple devices iPad Air 2 (14.4.5) and iPhone 5s (12.5.5) but using your link No, so make some local testing here and let you know.
======================================
@brett i upload your mfa built as single file to my server and here is the link please test and let me know.
http://www.g2f2media.com/TestCell/
Regards,
Fernando Vivolo
... new things are coming ...
Hi Fernando,
Did you change any of the programming, or did you publish exactly what I sent? I'm wondering if the issue has something to do with cached files on Cloudflare... Would iPhones be caching old versions more than other devices?
@breet is exactly what you sent me and build the MFA as single file, and developer mode.
Not sure but your MFA in localhost mode, local server and my web service seems to work OK.
What i notice from your server is that sometimes iPad mentioned to have problem to connect to it.
so maybe this is causing some kind of conflict? Actually no a clue, i strongly recommend you to search in internet if anyone had similar issue.
Does my link work OK?
i am attaching here your MFA built with 293.10 and the one posted in my website
please compare to the one you build there.
Regards,
Fernando Vivolo
... new things are coming ...
Thanks Fernando,
Yes, your link works well. I'm still not sure what's going on, but thanks for your efforts. I'll try to post here if I figure it out. Thanks!