GameMakerHelpBlog

Friday, January 5, 2007

visible.... Funny stuff

I decided to post an easy funny thing to do with an object to make it blink and disappear and reappear it is cool....

[CODE]
//Create event
visible=1
alarm[0]=20
[/CODE]

[CODE]
//alarm0 event
visible=0
alarm[1]=5
[/CODE]

[CODE]
//alarm1 event
visible=1
alarm[0]=5
[/CODE]

it will disappear and reappear and i think it is cool for making games with health in it

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home