Content tagged load-image

Report Tag

10 usages of this tag
  • 1 replies
  • 290 views
0 favourites

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

posted 3 years ago
  • 1 replies
  • 389 views
This content is deleted
Forum Topic
Load image from url with many object instances?
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
  • 470 views
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 3 years ago
  • 0 replies
  • 469 views
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
  • 214 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
  • 194 views
This content is deleted
Forum Topic
How do I load a spritesheet from URL?
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
  • 931 views
This content is deleted
Forum Topic
Loading Sprites image from URL by JavaScript
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...

posted 10 months ago
  • 2 replies
  • 149 views
This content is deleted
Forum Topic
How do I load image from Subfolder on Android?
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
  • 186 views
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
  • 115 views
This content is deleted
Forum Topic
array and push object to it
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...