Search found 7 matches

by JustFedor
Wed Sep 13, 2017 10:12 am
Forum: Support and Development
Topic: Mother 3's Rolling Meters.
Replies: 21
Views: 12430

Re: Mother 3's Rolling Meters.

@erasio
Well, sorry then, my fault.
Being mad because of (almost) a week of trying to create that thing does not lead to anything good.
by JustFedor
Wed Sep 13, 2017 6:41 am
Forum: Support and Development
Topic: Mother 3's Rolling Meters.
Replies: 21
Views: 12430

Re: Mother 3's Rolling Meters.

Okay, I just came to say that I just finally created that thing. Thanks to raidho36 for good explanation, and understanding. grump, your solution was useless. So, if anyone needs, here's the code. meter = {} meter.__index = meter function meter:new(font, cells, init_value, speed) local o = {} o.font...
by JustFedor
Tue Sep 12, 2017 5:10 pm
Forum: Support and Development
Topic: Mother 3's Rolling Meters.
Replies: 21
Views: 12430

Re: Mother 3's Rolling Meters.

Sure thanks for help.

(Sarcasm)
by JustFedor
Tue Sep 12, 2017 4:25 pm
Forum: Support and Development
Topic: Mother 3's Rolling Meters.
Replies: 21
Views: 12430

Re: Mother 3's Rolling Meters.

So... Anyone have an idea? Sure, dude. There's a working idea with example code posted in this thread that includes pretty much everything you need, and also descriptions of an alternative implementation with quads. You should now try to adapt one of those ideas, and come back when you have more qu...
by JustFedor
Tue Sep 12, 2017 3:24 pm
Forum: Support and Development
Topic: Mother 3's Rolling Meters.
Replies: 21
Views: 12430

Re: Mother 3's Rolling Meters.

So... Anyone have an idea?
by JustFedor
Tue Sep 12, 2017 5:45 am
Forum: Support and Development
Topic: Mother 3's Rolling Meters.
Replies: 21
Views: 12430

Re: Mother 3's Rolling Meters.

The most hardest part in my opinion is actually getting these digits work by turn. For counter wheel I use ImageFont and canvas. meter = {} meter.__index = meter function meter:new(font, digits, speed, startValue) local o = {} o.font = font or love.graphics.newFont(32) o.width = o.font:getWidth(&quo...
by JustFedor
Mon Sep 11, 2017 5:55 pm
Forum: Support and Development
Topic: Mother 3's Rolling Meters.
Replies: 21
Views: 12430

Mother 3's Rolling Meters.

I want to create 3-Digit Rolling HP and MP(PP) Meters like in Mother series (Earthbound)
I tried by myself, but for about four days I coudn't make anything that works right.

I will not attach a LOVE file because of some reasons.