Content tagged load-image

10 usages of this tag
  • 1 replies
  • 471 views
Not favoritedFavorited Favorited 0 favourites

How to load different on same sprites object instances. Currently it overwrite to all sprites .

posted 4 years ago
  • 1 replies
  • 636 views
This content is deleted
Forum Topic
Load image from url with many object instances?
Not favoritedFavorited Favorited 0 favourites

Currently I have a problem with load image from url . I have many instances of the same sprite object and want to load different images from url for each of the...

  • 2 replies
  • 704 views
Not favoritedFavorited Favorited 0 favourites

I'm trying to load a sprite from a location on disk, namely in Documents folder. Unfortunately, this doesn't work, as NW.Js dev tools gives this error : This is...

posted 4 years ago
  • 0 replies
  • 726 views
Not favoritedFavorited Favorited 0 favourites

For a long time I created my game on the Construct 2 engine for Android devices. Now I'm trying to port my code to Construct 3. There was a problem displaying t...

  • 1 replies
  • 399 views

This is for local, not web. This is for node webkit export only. This can NOT be an image file in the game folder, it has to be from any folder the player selec...

  • 0 replies
  • 394 views
This content is deleted
Forum Topic
How do I load a spritesheet from URL?
Not favoritedFavorited Favorited 0 favourites

We are in process of creating a project which requires importing many static images and animations from a server (during loading, in a loader layout) for sprite...

  • 10 replies
  • 1.77K views
This content is deleted
Forum Topic
Loading Sprites image from URL by JavaScript
Not favoritedFavorited Favorited 3 favourites

We are working on a project that we create several images dynamically and we need to set each sprite's image differently each time from different URL here is an...

  • 2 replies
  • 290 views
This content is deleted
Forum Topic
How do I load image from Subfolder on Android?
Not favoritedFavorited Favorited 0 favourites

I loaded image from url (image in Files/Images/abc.Png) in PC normally (load from URL > "Images\abc.Png). On the Android exported app, however, the image could...

  • 2 replies
  • 485 views
Not favoritedFavorited Favorited 0 favourites

I hope this post finds you all well and engaged in your creative endeavors. I'm here as a newcomer to the Construct 3 platform, excited about its potential for...

  • 3 replies
  • 269 views
This content is deleted
Forum Topic
array and push object to it
Not favoritedFavorited Favorited 0 favourites

How do I see the contents of the 'players' array, my plan is to push a player object with properties into it, is that possible? This is an example of an array c...