How to create a Boss in game guru - Coding youro own games it's easier than you think

Channel:
Subscribers:
32,000
Published on ● Video Link: https://www.youtube.com/watch?v=CKLYNJNMcIU



Duration: 5:55
3,714 views
126


Here is the script
for more scripts check out my site.

in the INIT
pointerImage2 = LoadImage ( "stuff\\healthbar0.png" )
pointerSprite2 = CreateSprite ( pointerImage2 )

pointerImage1 = LoadImage ( "stuff\\healthbar1.png" )
pointerSprite1 = CreateSprite ( pointerImage1 )

XO= 25
YO = 10

XO1= 25.15
YO1 = 10.3

SetSpritePosition ( pointerSprite2 , XO , YO)
SetSpritePosition ( pointerSprite1 , XO1 , YO1)

this goes in the MAIN
Boss = g_Entity[e]['health']
SetSpriteSize ( pointerSprite1 , Boss/24.55, 7 )
Panel(15,7,70,20)
TextColor(18,14,1, "BOSS: " ,255,145,0 )







Tags:
game guru
healthbar
boss fight
battle
guru
3D game
unity
unreal engine
RPG
LUA
script
C#
coding your own games