ok let say when i shoot my enemy
i want to show the damage my ship do to this eneny so im trying
set text : "+ " & player.damage
now the problem is it show only the +
Perhaps you have 'Wrapping' set on Character with a box that is 2 small ?
nah the text box is really big
it simply dont work if i use the object varriable and use a random set value on the variable
Develop games in your browser. Powerful, performant & highly capable.
Are you sure that the instance variable "Damage" of your "Player" object contains a proper number to display ?
To make sure, post your capx, it will be easier to investigate what is going on.
A basic demo of what you are asking is as follow : EXAMPLE
yeah for fixed numbers it work but i want them to be from 10 to 100 for exemple and then they dont display anymore
ok found how to do so and its
round(random(10,100))