korbaach's Recent Forum Activity

  • 1. the text linked to the bar is still offset (it keeps floating a bit to the right)

    the same problem as with bar sprite..click on text object and set

    [quote:rsarlnc9]2. when I slide my page/layout (I use a slide function in my app) to get to the chart, the year text in the list keeps shrinking.

    try this..click on list object..set

    [quote:rsarlnc9] Also, I was wondering, how can I put a space area between each bar...

    in example i use bar sprite (h=250px;w=22px)...so in code

    if you replace 22 with 30..you'll have a 8px space between each bar...

  • locohost I copy your Xml code in text file and this is the result

  • from what I can see from the picture..you probably did not put bar origin image point on bottom..

    If I'm wrong, please upload simple capx...

  • if you add something like this?

    If I understood correctly

    Each animation has 4 frames for each direction ...

    your animation looks like

    so..if frame is 0..Bullet angle =0*90=0;...frame 1=1*90=90;...frame 2=2*90=180;...frame 3=3*90=270

  • >On item "Settings" exists -- array load from JSON string "Settings" (to load the data)

    but it is not working...what i'm missing?

    On item "settings" get.....Array load from JSON string LocalStorage.ItemValue

    sliders.capx

  • What further change would be needed so that questions which are correctly answered are not asked again? I.e. only unanswered or incorrectly answered questions are able to be asked?

    Ok.

    so..now.. when you answer on question(correct or not,irrelevant)..that question does not appear in game again..

    do you know why?

    in example..event 4..function "RandomizeQuestionOrder"...have 2 loops

    so..after second loop,"ArrayQuestionOrder" looks similar to this(4,9,2,10,5,1,7,6,8,3)

    (first question is no4,then no9..etc)

    then.. in second function

    after you set question....action- delete inex 0 from ArrayQuestionOrder..delete that question

    (first question is no4,then no9..etc)

    so..you always ask question on index 0..ask-delete..ask again ..but now the question

    that was the second(index 1), is first(on index 0)...

    to prevent this..just move action in

    now..only if answer is correct you will delete that question...

    but..what will happen if the answer is incorrect..nothing.

    .you would be constantly asked the same question,until you answer correctly..

    so you need ..if answer is incorrect

    you push that question on end of the line

  • just close node </cards

  • I would like to use sprites for the answers instead of text objects...

    even simpler..just instead of text store frames...

    so you need one "SpriteAnswers" with many frames as you need(0,1,2,3...44....77...254...)..

    and then just follow pattern..

    [quote:1r62q9ir]

    FINDaLLpIC.capx

  • Try Construct 3

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

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

    ..don't worry guannstar ... I did not forget, just a different time zone

    so first...

    How could I make it so that when you input data, the data on the graph only shows up if it's the correct year (2015)?

    ..If I correctly understood,you want something like this

    gRAPHbAR_4.capx

    i use Array(12,11,1)...x(width)=12(months); y(height)=11(years..2010...2020);..z(depth)=1

    to store data for each year...

    second..

    can you please explain to me exactly how you created the twelve month buttons by using only one object?

    I use button.iid Common features

    so you can do something like this

    if you click on button with iid=0 you will activate only bar with iid=0..etc..

    you'll also notice that I used bar.iid to store values inside array...set value on(bar.iid,row)..

    so..frirst if bar is "active" that's meen...array set value on (0,row)..second ..(1,row)...etc..

  • ..ball does not move by clicking the button

    are you sure?

    ball move 1 pix..so...if you hold the button down ball moves..if not..ball stop..

    ..but it seems that's not what you wanted..

    try this one... bouncingBall_2.capx

  • [quote:ceruq7tq]tokenat(src, index, separator)

    Return the Nth token from src, splitting the string by separator. For example, tokenat("apples|oranges|bananas", 1, "|") returns oranges.

korbaach's avatar

korbaach

Member since 9 Sep, 2014

Twitter
korbaach has 3 followers

Trophy Case

  • 10-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

12/44
How to earn trophies