v2k's Forum Posts

  • Can i have a demo file please,So that i can get exact view.

  • hi lennaert,

                 Thanks for the help and small correction the thing is like i need to post the username to to URL and that URL i need to fetch to a textbook

    Ex)I am entering into a site through login and need to get like below link and is there any way in construct2 to change URL based on login as shown below.

         www.v2kkindom.com/?username=v2k

    How can i post the username to URL and that URL how can see in a textbox ?

  • Hi guys,

         I am having a problem in getting data.

    If the user enter's his name in the text-box and clicks submit button that username has to store in URL and how can i fetch that URL username into a further levels text-box's.

  • Hi all,

         I have faced a problem in my game. The actual thing is that i can able to store my score in database through firefox & chrome by clicking on button to highscore but not able store my score in IE9(internet explorer)

                 

                      Is there any way to store my score into database through IE9 ?please help guys .

    Thanks in advance

  • Thank you so much LittleStain it's working :). Sorry once again if i trouble you.

    i have tried what you said and that's fine but the thing is that Wanted total is not matching to drop down sprite images but actually it should get matched.I tried but could not get it.please help me

    Here is the link where i removed Function plugin and made it

    dropbox.com/s/e65c0ojieuk9gbt/demo1.capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • yeah thanks for that Littlestain,but the thing is after destroying i am getting the numbers through spawn and the animations are getting changed to anonther.

         

          But i actually what i need is like the numbers which i kept above the layout it has to fall down on the present screen which numbers are will be there and randomly it has to take numbers repeatedly after every 10Sec's and should match the Wanted Total to it.

  • Sorry for the inconvenience Littlestain i have tried using different stuff but could not succeed.

    Actual thing what i need is like after every 10sec's the sprite3 images that are present outside the layout has to fall down and set total score,wanted total. Sorry if i trouble you

    Please help me,and here is the dropboxlink

    dropbox.com/s/6mc7285or56561k/drop.capx

  • Hi friends,

               i have a problem in the game.i have many sprite images with the same name(sprite3) and i have kept that sprite images in the layout and also kept a time bar in it but few sprite images are out of layout .

    coming to the game==

    When i click on that sprite images it will get destroyed and when the time ticks up(that would be 10sec's) the sprite images which are present outside the layout has to fall down on the layout and need to display for every 10sec's.

              

              a b c--- sprite images outside the layout

    • --------------------------------------------------------

              1 2 3 4

              5 6 7 8----- sprite images inside the layout

    -----------------------------------------------------------

       when i click on 1,2 3, after 10 sec's the one which is present outside the layout has to fall down in inside the layout

    Can anyone help in this

    Thanks

  • yeah sure valdoss, here is the dropbox link

    if i click 3rd box the above box has to fall down as like 4,3,2.

    dropbox.com/s/nksb9f4j0a2oh5a/sample.capx

  • hi california,

              sorry,i could not get you what to do,Could you explain me in detail please.

  • hi all,

           i'm struck in the middle of a small game which i am doing.

    i have a number of boxes(with same name)if i click on the particular box it has get destroyed and the box which is present above it should fall descending on it.

    I have destroyed by clicking on it but could not make other boxes to fall down.

    i tried like

         +For each Sprite, order by sprite.Y descending

         -> Stop loop

         -> ScrollY to lerp(scrolly,Sprite.y, dt*Speed)

    but all my images are going up not falling down as naturally.

    EX:

    [1]-- think this is a box

    [2]--think this is a box

    [3] "   

    [4] "

    [5] "

    if i click on box[3] the above box should fall down on box[4] and should display like

    [1]

    [2]

    [4]

    [5]

    may be i have used the boxes with same name is this making to move all at a time..

    Thanks in advance

  • hi littlestain

           

            Narasimha is my friend who actually working on other part the game and i am doing some other part of it.

               The one which you have send is perfect with it.

    But it should tally the numbers based on the target

    Ex : If i have a target=10

    The numbers in display is

    8 3

    4 6

    but it does not match the target.How can we click on it to set the target

    My question is how to set target based on the display of numbers.

  • Thank you guys it's working well.

            But i have one problem in it.How to set the numbers based on the target it should take the numbers from the display to set the target as like

    Ex: if have some numbers in display like

    5 5 4 5 4

    4 2 3 6 9

    7 8 8 5 4

    And the target is 15.

    I have given like if the target is matched it would be invisible and that's working fine.But coming to last of it the target and the display of numbers are not matching.

    Ex: Target=9

    8 5

    4 2

    but it is not matching the display and the target.

    It should match the target what it is displaying on the screen. How should i make it to match it. Could you guys help me in this.

    Thanks in advance

  • hi all,

         I am about to develop a game where there a certain numbers with random numbers in it.

         My actual question is how do i calculate the sum of numbers based on the click on one particular element(numbers).

        EX: There would be Target of sum 15

           

         And the numbers would be like this

         

          1 5 6 7 8 8 9 9 4

          3 4 5 9 0 3 6 7 9

          6 8 6 9 4 4 3 2 1

          1 2 7 5 3 7 8 0 4

    And if i click the above numbers like 7+5+3 it should be 15

    How do i calculate the sum of numbers based on the target(15) which i click on this numbers it should tally the target.

    Could anyone please help me in solving my problem.And If you guys did not get my point please refer to the below link which is similar to it.

    ludei.com/sumon

    Thanks in advance!!

  • hi all,

          i have done a small game using construct 2 where i have strucked in middle of it. i have pinned 3 objects and used physics for it.

            when the object is dropped from top of the layer on stick1(the above stick) it has to come down based on the weight or mass of the object towards L-shaped iron rod's but failed to do and i have tried using angular velocity,rotate but it did not work.

        Could anyone help me in solving out my problem.And here the dropbox which i have done a sample which you can refer.

    dropbox.com/s/tglmky19nki57m3/weight.capx

    Thanks in advance..