Content tagged how-do-i

Similar Tags

Report Tag

134 usages of this tag
  • 0 replies
  • 54 views
This content is deleted
Forum Topic
How do I sync multiplayer with the host?
0 favourites

I'm making a multiplayer horror game, and I've set up multiplayer. However, the players wont sync with the host. Any clue how to make it work?

  • 1 replies
  • 84 views
This content is deleted
Forum Topic
How do I this?
0 favourites

I'm making a horror game I want when I collect x number of items the game ends but how do I do that?

  • 2 replies
  • 111 views
This content is deleted
Forum Topic
How to add spinning(size,rotate)box around sprite ??
1 favourites

I wish I can find a solution here. I'm doing a game for kids that drag and drop item to mix and match but I tried to add spinner around the objects by different...

posted 4 months ago
  • 6 replies
  • 305 views
This content is deleted
Forum Topic
(new to javascript) how to fix this code
0 favourites

Function onCollisionBetweenSprites() {. If (sprite.X === sprite2.X && sprite.Y === sprite2.Y ) {. Wood += 1; }. }. Is there a mistake here? I'm trying to make s...

  • 2 replies
  • 86 views
0 favourites

I've decided to work with C2 again for a new project (without MIDI lol) and want to make an Sprite by the name of "bounds", which with one animation is a circle...

  • 7 replies
  • 98 views
0 favourites

So. I want to store 30 names. Then I want to call a random name on a creature spawned. I could use dictionary and insert a name line by line. Then random(1,30)...

posted 1 months ago
  • 2 replies
  • 65 views
This content is deleted
Forum Topic
How do I randomize text strings with arrays?
0 favourites

posted 1 months ago
  • 3 replies
  • 52 views
This content is deleted
Forum Topic
How do I charge my player ultimate with variables
0 favourites

I'm almost done with my game and I need some help. Here's my question: How can I charge my player's ultimate in this specific way? The variable "bossHP" is equa...

  • 6 replies
  • 102 views
This content is deleted
Forum Topic
How do i subtract from an especific instance variable?
0 favourites

I want to create a "respawn" object. It will be able to spawn monsters and once those are destroyed it will spawn more. Well, this part I managed to create, but...

posted 27 days ago
  • 17 replies
  • 165 views
0 favourites

I want the camera to zoom between two objects, they're seperate sprites. Trying to add co-op to my game. The camera is a seperate object aswell.

Similar Tags