Content tagged sprite

Report Tag

353 usages of this tag
  • 2 replies
  • 735 views
This content is deleted
Forum Topic
How do I spawn sprite on random tiled background?
0 favourites

I have 9 tile backgrounds (as shown in the picture), how can I spawn a sprite/player on a random tiled background? Thanks so much in advance!

  • 2 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I set my Sprite's animation in JavaScript?
0 favourites

If I have mySprite instance, what do I call on it to change its animation? I found this API doc for Sprite instances, but animations didn't come up:

posted 5 years ago
  • 5 replies
  • 471 views
This content is deleted
Forum Topic
What's this marker on a sprite?
0 favourites

What's the small marker way off to the side of the sprite here?

posted 5 years ago
  • 9 replies
  • 1.8K views
This content is deleted
Forum Topic
How do I select a specific instance?
0 favourites

I'm trying to create an animation to explain the TCP 3-way handshake with Packet sprites travelling between two servers. I have two instances of a sprite called...

posted 5 years ago
  • 12 replies
  • 1.4K views
0 favourites

I'm making a very simple shooter game and want the game to randomly spawn three different types of enemy. The enemy's attributes are all identical; The only dif...

  • 2 replies
  • 409 views
This content is deleted
Forum Topic
How do I anchor one instance to another instance?
0 favourites

I know there's a Anchor behavior, is there something similar that will let me anchor a sprite to another sprite so it moves with it? I'd like to be able to have...

posted 5 years ago
  • 3 replies
  • 563 views
This content is deleted
Forum Topic
How do I set Pin Mode dynamically?
0 favourites

I have two sprites, several instances of each. I want to set the pin mode based on instance variable of the object that spawned it. How can I set/change Pin Mod...

  • 4 replies
  • 527 views
This content is deleted
Forum Topic
How often are functions called?
0 favourites

I'd assumed that function calls worked the same as other actions in an event. It seems that this isn't the case though. As the actions above and below the funct...

posted 5 years ago
  • 2 replies
  • 2K views
This content is deleted
Forum Topic
How do I count the number of instances?
0 favourites

Is there a function to get the number of instances of an object type are created?

posted 5 years ago
  • 4 replies
  • 1.9K views
0 favourites

How do I move a SPRITE with my mouse (instead of arrow keys)? I would like to make a game using the mouse to move a player. Does anyone know how to do that? I h...