In the example "Jumping Balls2" given with Gideros.
In the function "Ball: onEnterFrame (event)" I would like to know the name of ball that uses this function
I thought I could recover proporiété self.name in the funcrion "Ball: onEnterFrame (event)"
And the function "Ball: init (texture)" to the statement "self.name = self: GetName ()" - but getName does not exist!
@-)
Comments
Likes: AhBadiane
Thx BJG