mounikadoddla's Forum Posts

  • Hi,

    Iam working on a game like space shooter.In this i want to increase the levels as the score increases gradually.for every increase of level the layout should change .

    i wrote the steps in the event sheet i.e I took global variables for both level=1 and score=0

    for eg: when score=500 --->set level to 2,

    go to layout 2

    when score=1000 ---->set level to 3,

    go to layout 3

    individually in every eventsheet by using a move plugin and also i tried by writing all the levels in single event sheet by including it in every sheet but both are not working

    but when iam debugging my game it is not working properly if i run my game suppose 10 times only once it is working but 90% the events are not working.in global variable "level" is not setting the values by increasing the score.

    so please can any one help me how to fix this,how should i write the code so that it shouldn't overwrite by writing the events for other functionality.

    Thanks in Advance

  • Hi,

    I want to develop ludo game by using construct2 but i am not understanding how to fix the dice functionality and four players coins functionality.I have searched a lot for sample and tutorials but i didn't find any sample by using construct2. so if any one have any idea please send me the sample of this functionality or else tell me how to do this.

    Thanks in advance

  • Hi,

    I want to develop the ludo game in construct2 i have searched a lot but i didn't find any sample or tutorial,so please give me an idea how to develop my game using construct2 by providing me a sample.

    Thanks in advance

  • hi,

    Iam working on a game in which i required the functionality of coins when the player collide the box and the box will be opened and then the coins should come up in rotating and scrolling manner.

    so please can anyone help me how to do this functionality.

    Thanks in advance.

  • hi,

    i have tried by applying torque to the wheels which are of physics behaviour but there is no change in the car movement .I have stucked at this point

    so please can u tell me the steps clearly to get the bouncing movement in the car same as in hill climb race.

    Thanks in advance

  • could u please provide me a sample capx file

  • hi,

    In my game iam using a car , i want hill climb race car behaviour to the car in my game i.e (like short bouncing).so please can u help me how to do this

    hi,

    In my game i am using a car ,i want hill climb race car behaviour to that i.e (when car jumps it should look like short bouncing).so please can u help me how to do that

  • Hi,

    I have followed the steps what u have said full screen is fixing but not defaultly to every screen. When the same changes which I have done like increasing the background and sizes of the sprites when it is going to the small screen mobile then the sprites which are at the both ends of the layout are going into the screen. I want to fix it defaultly to every screen whether it is small or big screen,it should fix perfectly.

    Please tell me what to do.

  • I have used the scale outer but it is going to the side in the output i.e (the layout completely moving to the right side of the screen) and I have also tried by increasing the window and layout sizes but it is not fixing to the screen of mobiles still there are gaps to the sides and also top and bottom.

    Please tell me the solution clearly to fix it

  • Hi,

    I want to make hill climb kind of game. But i just got stuck up in designing platform.How we are supposed to design platform i mean land for vehicle.Are we supposed to place brick by brick how we do for platform game? Or else do we have to do this differently?

    Please help me.

    Thank you.

  • Hi,

    In my game I took the potrait 16:9 but when I'm checking output in mobile there are gaps on bothsides of the layout

    so I want fix the layout to fullscreen to any type of mobile. please help me to fix this

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    i am working on a maths game which have 3 choice

    I got a bug i.e in 3 choice 1 is result and remaining 2 will generate randomly like result+5 and result+8

    but sometimes in these 2 choices one option is generating as same as result

    so this is my bug can u please help me how to fix this

  • Hi,

    In my game iam using the health bar ,it will subtract 20 from health for every 0.5 sec

    when it is decreasing it should decrease smoothly but it is not working smoothly after decreasing health bar showing like a sudden stop for a sec

    can u please tell me how to fix heathbar for smooth movement

  • Hi,

    I have a sprite with 3 animation frames.I have placed this sprite in three different positions.I want to set this sprite animations randomly.No two frames should be shown at a time.(ie. each time it should show three frames but in different positions).

    Please help me as i am very new to construct 2.

    Thanks in advance.