Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
MOST POPULAR

Random level in Construct 2

How to create a random level in Construct 2 easily.

Well, Construct 2 or 3 users are trying to make a random level you can find the answer below. You can make it using a variable or use the expression from below as it is.

If the name of your levels is called “level” then use the expression “level”&int(random(1,5)), wherein the brackets you put the numbers twin you want to random it.

More tutorials soon.