1)
Sync On : Sync Rate 0
Backdrop On : Color Backdrop 0
Health = 100
Do
If leftkey() = 1
dec health
if health < 0 then health = 0
Endif
If rightkey() = 1
inc health
if health > 100 then health = 100
Endif
Box 10, 10, Health, 20, RGB(0,255,0),RGB(0,255,0),RGB(0,255,0),RGB(0,255,0)
If Health < 66 Then Box 10, 10, Health, 20, RGB(255,255,0), RGB(255,255,0), RGB(255,255,0), RGB(255,255,0)
If Health < 33 Then Box 10, 10, Health, 20, RGB(255,0,0), RGB(255,0,0), RGB(255,0,0), RGB(255,0,0)
Sync
Loop
When the health bar reaches the very left end I want my player to die (In the actually code, The players ID Number thing is 2)
2) My player walks up to a NPC (non playable Charactor) Presses (A) and they start talking he gives you 2 options
-Advice on a mission (only an example)
-Opens up the ingame store window (with various upgrades)
I'm guessing for a store window to open I would have to use a sprite/Image/Bitmap?
3) My goals by the end of the weekend are
Quote: "+Create Player : POSITION CAMERA : Control Player
+Add Health : Money : and Current XP
-Add Scene : INCLUDING Platforms and gaps"
( the + means ive done it, the - means i need to do it)
Basically i need help with the scenary, I made a test level in Cartography shop and my charactor walked straight through the walls. So any Advice/Tips/Pointers on scenary/levels is needed please
If There Is A Problem, Find The Question.
Lee Stevens 1st September 2007