Remote Image (Construct 3 Plugins)

  • 14
    This content is deleted
    Addon
    Remote Image

    Allows you to load different remote images for each instance of a single object and store loaded image to Local Storage.

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Hi , Nice plugin , can we store the images in the animation frames of the same sprite ? like : animation frame = 0 load "x" , animation frame = 1 load "y" ? thanks Sparsha

    • Hi, this plugin has only 1 frame. If you want multiple frame animation like the official Sprite plugin, one option might be to first load all required images. Then use "Paste image" from ID/Object action one after the other, to give an animation illusion manually.

      I haven't tried this method. I can't fully recommend this method, unless we try to see how it affects memory usage.