liamdawe's Forum Posts

  • I just mean a generic way to use print screen to grab an image.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • this is all sounds too confusing to me, i cant really be assed with it

  • Ah i didn't know that, i will give it a go then see what i can come up with.

    What would be a good way to check the login then, do i need to open the downloaded file and check it for a string saying "loggedin" ?

  • That is fine but how do i let the desktop app now if they have been able to login, echoing "loggedin" is fine on the script, but it doesnt exactly tell the desktop app that they are ok now does it?

  • So if i tell it on startup to download "text.php?name=test"

    And have my php file add "test" to a database field if it is there, it should work then your saying?

    But there is no way to check if something was right, for example if i wanted the user to login, i can't check if username or password is wrong from the one in the database.

  • Viewty is the 3rd phone I'm considering.. what's wrong with it?

    Didn't come with memory so had to buy a card, to which it only supports up to 2GB cards, the camera even tho 5MP is pretty crap, the pictures are always crappy quality in any light. You can't save messages. The touch screen gets highly annoying after a while, etc etc.

  • I wish i got that fone instead of my stupid LG Viewty, which isn't half bad, but it's still pretty lame.

  • You could try using the Download object to download a page such as myfile.php?data=1234...

    But that wouldn't actually do anything useful, i wouldn't be able to send anything back to the page so the database gets updated with what i do on the desktop version?

  • I made a thread about it before this so let us continue discussion in there.

    My only other feature request is a mysql/php object to easily handle dealing with files on a webserver.

  • Your right, strange it didn't work ealier but it does now, here is my attatched files below, note that i update the weidth and height, yet the sprite stretches to a stupid size, then u have to click again to get it to load!

  • It supports JPEG and PNG - tried it just now.

    I tried loading a png and a jpg image and then sending to sprite, wouldn't work, only worked with bmp extension to the image.

  • Heres one i think is essential :: Allow the image manipulation to load and save not just BMP, we need support for more JPEG/JPG at least.

  • I receive this error when i try the example

  • Will there ever be a way to make a game communicate with a php file.

    For instance i am making a web-rpg and it would be so much more awesome if i could make a desktop game that can communicate with it.

  • Hi all when i load an image and then copy to the sprite nothing seems to happen, anyone else getting this?

    Edit > Found out why it has been answered before, only supports fricken bmp which are crappy

    I also found really wierd behaviour for copying to sprite, it makes the sprite massive, then you load it again and then it finally loads the image.