Rich's Forum Posts

  • Looks grey/silver to me.

    Thanks for the heads up on the card, I'll grab some 2gb ones.

  • Can you remember what you did before the error came up?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just needs a flag adding to the SDK to enable the lever.

    Whether the drawing code supports rotating (as it tiles it with special coordinates I think) is another matter.

  • It should arrive within a week. Sadly I couldn't get an 8gb version, but I'll buy some cards for it.

  • You should develop such a plugin yourself; such niche ideas will be incredibly low down on priorities and may not be done for years.

    This is what the SDK is for

  • Thanks for answering my questions, I've bought one

  • You're right I missed it.

    I don't know why it doesn't change animation; if I just try

    Mouse&Keyboard: Key Right arrow is down

    System: Close application

    it doesn't close the application..

  • Maybe I'm missing something, but you never change the animation to Walking.

    A good addition to the Behaviors would be to set default animations for moving etc, but for now you have to change animations manually.

  • I think you misunderstand how PHP works. If the download object requests a page then it'll execute the script on it and download the result, in this case LOGGEDIN.

  • Yes you can,

    "SELECT * FROM `login` WHERE user='" urlencode($_GET['user']) . "';'"

    (note this is an example.. there's much better tutorials on this all over the internet)

    then see if the login was successful, and if so

    echo "LOGGEDIN";

    The download object could be modified to download a file into memory, to make this easier, but communication with PHP and ASP is possible.

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

  • Thanks The picture quality looks very good from some sample images I found.

    I'll probably side with the N95, the large screen and internal memory look great. Some more questions I couldn't get answers to though

    Is it possible to use MSN somehow?

    Is there a standard headphone jack?

  • It supports both PNG and JPEG, as evidenced by 'Save to PNG' and 'Save to JPEG'.

    However I do believe there's a small problem when copying things to Sprites, the width and height of the object is not updated.. It still appears to display okay.

  • Create a "Test.PNG" in C:\ with Paint

    System: Start of layout

    ImageManipulator: Load image "C:\Test.PNG"

    ImageManipulator: Copy image to Sprite

    That works perfectly for me. Can you create a file where it doesn't?

    Edit: As said in the other thread, the width and height of the Sprite isn't updated when an image is copied. Perhaps an option to crop/stretch to the Sprite size is necessary.

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