crynof's Forum Posts

  • Hi!

    How can to move a object position if this object is near of other object?

    Example, if a floating coin (like mario), is near from a box (overhead), move the coin in x or y position to leave to overhead.

    And other question.

    If i have a score, how can to save this score for a specific player and to make a ranking?

    Thanks!

  • Hi!

    I need to change the colour background through the time, for example, start with green and in 10 seconds change to blue, and after 10 sec more change to yellow etc etc.

    How can i to make that?, if is possible with gradient between color and color.

    All of that in tiled background

    If you know the game geometry dash you understand the idea.

    Thanks!

  • Thanks you korbaach, recently i saw the example, and i have a question. ¿When the player finish the math operation and appears the new boxes, the layout or game has to be reset or not?, If that is true, how can to continue the game and put this boxes instantly?, or other way, preestablish the boxes before in default positions?

    Thanks!

  • yes some like that, and i use this game base to modify and create my game, you shared it to me a days ago

    You have this game more complete like in the image??, how can make some like that??

    Many Thanks!

  • Now the images is showing

  • maybe in webpage source code allow to show the links, because the post dont allow.

  • Hi!

    I have a game of math operations.

    The game have 5 box, When the player hit the first box, throw a random number, the second box, throw a operator (+,-,*,/), third box throw a second number, and then appears 2 box with 2 possible solutions.

    In each hit to a box, the variable hit sums 1, and in the four hit the code decide if the last box beaten is correct or wrong, and after restart the layout and all box and variables.

    My game should to have many box, not only 5, because is a platform game that the camera follow the player movement to right, and while the player go forward, the boxes are left behind like the coins in mario bros, but after to resolve a math operation with the first 5 boxes, should to appears 5 boxes more, but my problem is that the numbers continues to appears in the first 5 boxes, and not in the next 5 boxes.

    the images (the img code not works with these links :S

    In the image i still not put the next boxes, but i tested before.

    How can i to move the numbers sprites in the position of the next boxes?

    Thanks you!!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks you, your solution works!

  • Hi!

    I want to show the score sprite in to screen while the player is in movement. When the player is in movement, the screen follow the player in the same direction, like in game Geometry Dash, but the objects that score sprites not follow the screen and i lose that objects.

    How can set the sprites to follow the screen and remain static in specific position (corner).

    Thanks

  • But i will not to use the arrow, i wil to use the touch, only for jump. The scroll to seems that not move the screen :S

  • Hi, i want to create a platform game like geometry dash, where the camera follows the moving object.

    Example: A box moving to right, and camera moving to right also.

    I create a game where that works, because i create a box with platform behavior and the event System Every Tick, Simulate platform pressing right.

    Now i create other game that have many objects, like boxs, score sprites, live sprites, functions, and when i create the same function for the box simulate to pressing right, the box moves to right but the camera remains static.

    Whats parameter i should to change for make the camera follows the object in movement??

    Something layers?, layout?, or behaviors?

    Thanks

  • Thanks you, but ¿ is posible use a randoms numbers assigned to sprites?, for example once time the first coin gets 2 and in other moment gets 5, currently when the game restart. I not want create sprites of numbers, because when i operate for example 3 x 6, this result give 18, and i cannot to create a sprite for each number of range 1-100. For this raeson i want to asign random values in coins.

    Is possible?

  • Hello, I want to create objects that can to be operated like,for example, sum, subtract, divide and multiply. The idea is the following one: A box that jumps must clash with coins (as mario bros). These coins have numbers as for example as 2. After must hit with another coin with an operator as +, then must hit with another coin with the second number as 3. Finally 2 coins must appear with 2 possible solutions, example 5 and 7. If it hits with the coin that contains 5, the game continues, if it hits with the coin that contains 7, the game ends. ¿How I can assign numbers to the sprites of coins that can operate and give a result?

    Thats is an example (the image not shows complete, please open the image in other tab)

    Thanks

  • Hi

    I want to create a game like geometry dash but with mathematics operations. The idea is that the player touch a object with the box (this object should be a random number), can to save a value and then resolve to decide if win or lose.

    This is the idea.

    The player made to jump the box avoid obstacles. In the game appears other objects thats contains a random number that the player should be colision to save this value, after should appears other object with random or specific operator ( + - * / ) and save the value, then other object with second number, Finally should to appears 2 possible number (one correct and other wrong). If the player colision the correct number can be continue, but if crash with the wrong number, the player object has be destroy and lose.

    Then my queston is: How can i to create a objects or random sprite and save your value to operate?

    Thanks you!

  • Hi!, i want to create a game like Geometry Dash, and each user stack a score. Thats users belongs a team that stack global scores (sum of all user scores). The idea is save in DB this global scores for each team of way to generate a competition between many teams.

    This is for a Thesis project and, the major motivation of users of study are the colaboration, for that i need to stack your scores ( all in one) to motivate a colaboration. The teams or factions are because i need a reason to justify the colaboration.

    How can i create user accounts and save thats scores in Database with Construct 2??

    Many Thanks