Help with Animation ?

Hello !

First: I'm not english, I don't speake very well english.

My question: I want to create a "menu" for a game.

Here is an image: http://s2.postimg.org/j80lngti1/previa.jpg


What I wanna do is that when the mouse position is over "start game" or "instruccions", I'd like
to see the text and the red line over the text. This is the line : http://s9.postimg.org/yexw9m8wr/seleccionado.png

How can I do it ? I tryed to create a rule saying that when the mouse position is over "start game", animate : and here
I put the red line, but when the mouse position is over the "start" or "instruccions", apears the red line and dissapears
the text.


Please help me !

THANKS ! : istyle3d@yahoo.es

Comments

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772
    I would make two images for each 'state' of the button. One with just the word and one with the word and the line through it. Keep them exactly the same pixel dimensions, height and width.

    Build your menu using just the regular text graphics.

    Then in your game do a rule for each text button like:

    When touch is INSIDE -> Change image to text with the line through it.

    Otherwise

    Change image to text without the line through it.
  • iStyle3DiStyle3D Member Posts: 36
    Ok THANKS Jamie ! Since I started to use GameSalad, you'r the guy who every time helped me. Thanks A lot !
Sign In or Register to comment.