SR3d's Forum Posts

  • 4 posts
  • Hi guys,

    I'm having a problem with a project in which I only have one sprite. The size of this sprite is the same as the window's one : 1920 x 1080.

    I've loaded 600 png images in 9 different animations for this sprite but When I try to run the localhost, I get this error in the browser console :

    DOM7009 : Unable to decode image at URL: "http://localhost:50000/background-panorama-3-000.png".

    background-panorama3-000.png

    Error loading image 'http://localhost:50000/background-panorama3-000.png': [object Evnt]

    I get this for every other image. :(

    What I'm tryng to do is to fake a VR environment and I need a large number of images. I can load about 120 images but after this the browser is failing to open (red progress bar and 7009 error).

    I've tried to find a workaround with an mp.4 video and the playback time, but I can't get the same fine control as with images.

    Thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, I would love to see this plugin uploaded to the new addons exchange, if someone still holds the plugin, that would be nice to share. Thx.

  • Thanks a lot for the quick answer Mimiste, gonna try that.

  • Hi Mimiste and first of all, thank you so much for this fantastic plugin that helps Construct to be even better !

    I have one question though, I'm a bit confused on how to retrieve the lesson location value.

    At the start of my layout, I use these actions :

    • Set LMS Value "cmi.core.lesson_location" - "L1Page1" (L stands for Lesson)
    • Do LMS Commit

    (I hope this is the right syntax.) So if the player leaves the lesson here, the LMS will record it.

    But I am wondering how to retrieve this same value at start of the layout when the player reopens the lesson.

    If I use the action ScormC2 => Set LMS Value, it opens a window with 2 input zones :

    Name : Here I think I have to input : ScormC2.getLMSValue("cmi.core.lesson_location")

    Value : I don't know what to input in here ... Do I have to search for the value "L1Page1" I input earlier ? If so, I would have to test each value for each page, that would be tedious ...

  • 4 posts