Content tagged beginner

Report Tag

72 usages of this tag
  • 0 replies
  • 410 views
0 favourites

Has started a new "let's make a game" series on youtube. Everything explained very cleraly so beginners can understand what's happening. 1st episode is up, go a...

  • 3 replies
  • 1.6K views

So i'm currently working on a vertical platformer where you have to make it as far as possible by jumping to opposite walls. I want to make it so that if I tap...

posted 5 years ago
  • 5 replies
  • 2.4K views
This content is deleted
Forum Topic
How to customize a progress bar object?
0 favourites

I'm a bit familiar with usual functions of Construct 2, but I can't get around customizing a progress bar. I see that it's a common thing in games, but I have n...

  • 4 replies
  • 714 views
This content is deleted
Forum Topic
How do I control sprite with keyboard input?
0 favourites

I really like this Construct games called little office trouble. I want to create a game with similar mechanics with this game I wonder how to make a sprite lik...

posted 5 years ago
  • 2 replies
  • 1.3K views
This content is deleted
Forum Topic
Picking objects with scripts.
0 favourites

Messing around with the scripting feature a bit, and one thing that I can't figure out is how to pick objects by for example a variable, or by position, or is w...

posted 5 years ago
  • 2 replies
  • 442 views
This content is deleted
Forum Topic
How do I set my Strength Bar Animation?
0 favourites

I'am having a problem with my Strength Bar, so, I have 9 animations, each animation with a power force, and when I press "Space" to jump, I want that Strength B...

posted 5 years ago
  • 3 replies
  • 426 views
This content is deleted
Forum Topic
Exchange two object positions
0 favourites

I hope someone can help me with this. What I want to do is when an object1 is placed on top of object2, object2 position will be in the previous origin position...

  • 1 replies
  • 1.1K views
0 favourites

I want to draw doodle/comic-like assets and not pixel art.I usually start with the default 250 x 250 canvas size of the sprite editor then crop the excess part...

posted 5 years ago
  • 3 replies
  • 491 views
This content is deleted
Forum Topic
Local storage issues
0 favourites

It's my first time using local storage and i'm using it for my game to know - if a player will play the game for the first time or not. (the layout should turn...

posted 5 years ago
  • 10 replies
  • 2.1K views
This content is deleted
Forum Topic
Sorting Array values from LARGEST to SMALLEST
0 favourites

It seems that the sort action of an array just sorts alphabetically? (see photo) 16 > 2? Can anyone provide me how will I achieve to sort my values from LARGEST...