nez05's Forum Posts

  • 7 posts
  • My events are:

    On start of layout > Set sprite to Canvas, Canvas paste object

    On button pressed > Canvas save image

    Canvas on saved image > Invoke download of Canvas.SavedImageURL

    The image saves great exactly what I need except rather than download the image, I want to save it to my server. Every time I send the Canvas.SavedImageURL, the php cannot read or wrong format and is not an image that the server can save.

    Do I have to add an extra step before being able to use the Canvas.SavedImageURL data?

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • dop2000

    Thank you so much!

  • For my leaderboard I have setup, I am using the following to set text from the results of the Array:

    - Array for each X element: Array set value at Array.CurX to tokenat(Ajax.LastData, Array.CurX, "|")

    - System for each Text: Text set text to uppercase(Array.At(Text.IID))

    It all works fine as it should, the problem I am experiencing is the first value to appear from the Array, looks like it has a line break before it, so it shows in a different place. It is not because I have the text box alignment wrong, as the default text shows correctly, it's only after the array has come through the text seems to jump down.

    I was unable to attach a video showing the problem, so I have included my working file: https://www.dropbox.com/s/h6fq1i01ojh3o80/LeaderboardTest.c3p?dl=0

    The problem is visible on the first line when previewing.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • AllanR

    Wow, thank you! This also helps me understand more about arrays and the setup

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 7 posts