Hey, everyone. Me, a noob, again.
Is there a simple way (without writing classes and such) to make tooltips work over bars?
Here:
I have a working tooltips system already. Works perfectly over image- and text-buttons.
Today I discovered a fillable "Bar" thingy and want to apply tooltip to it.
It says this:
But I'm too dumb to understand what "action" should I use.
I did this:
Game runs, but when I hover over my stars bar, nothing happens.
Can you help me?
Is there a simple way (without writing classes and such) to make tooltips work over bars?
Here:
I have a working tooltips system already. Works perfectly over image- and text-buttons.
Today I discovered a fillable "Bar" thingy and want to apply tooltip to it.
It says this:
But I'm too dumb to understand what "action" should I use.
I did this:
Code:
bar:
xpos 1100 ypos 100
xysize(178,40)
value goal_points
range 100
left_bar "images/ui/star_bar_full.png"
right_bar "images/ui/star_bar_empty.png"
tooltip "points = [goal_points]"
Can you help me?