nvedia's Forum Posts

  • 4 posts
  • ok, here is a quick sample...

    if the equation is wrong the answer is always 42. if you click it, the bubble turns red. if the equation is correct the bubble disappears.

    the sprite font only has + and -

    and the random distribution of correct / wrong answers isn't very good, but it should get you started.

    https://www.rieperts.com/games/forum/MathBubbles.c3p

    Sorry for the late reply AllanR as I was updating construct 3 as it was giving the error

    Yes bartallyun, I will try your suggestions too

    Thanks a lot, it works as expected and exactly what I intended to do!

  • Thanks newt for the reply

    This is how I am generating images using imagemagick

    oval.png is the base image

    convert oval.png -resize 240x240 -pointsize 72 -gravity center -annotate 0 1+10=11 correct1.png

    convert oval.png -resize 240x240 -pointsize 72 -gravity center -annotate 0 3+13=16 correct2.png

    convert oval.png -resize 240x240 -pointsize 72 -gravity center -annotate 0 11+14=25 correct3.png

    etc

    Is there a way I can write text inside a Sprite dynamically?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am making a balloon pop game where there would be ovals flying from down to up and it will have both wrong and right answers

    Clicking on right is reward and wrong would have your score decreased

    Sprite right_answer - eg 1+2=3 , 4+5=9 etc

    Sprite wrong_answer - eg 1+3 = 7, 2+8 = 15

    I used imagemagick to create 1000 pictures(using random numbers) added it to the frames in the sprite and then used "Set animation frame" to random to pick individual frames

    But it looks like game would become very big this way

    Is there a way to generate the images dynamically using construct 3 or are there better ways to do what I am trying to achieve?

  • Just wanted to check on the game and see thats its removed?

  • 4 posts