guys instead of the value "healthpoints" put "health'; without the quotes it works
BeforeItComesOut 3 weeks ago
@BeforeItComesOut It will work no matter which one of those you use aslong as you spell everything right and do the same in all codes that require it
TJE135 1 week ago
ERROR in
action number 1
of Step Event
for object Mainenemy:
Error in code at line 1:
if healthpoints < 1 {instance_destroy()} ^
at position 4: Unknown variable healthpoints
It doesn't work I need help!!!!!!!!!!!
ZoLaPro 3 months ago
can i do this in lite?
popmusicrocks121 6 months ago
___________________________________________
FATAL ERROR in
for object MainEnemy:
COMPILATION ERROR in code action
Error in code at line 1: If healthpoints < 1 {instance_destroy()} ^
at position 4: Assignment operator expected.
help!?!?!
Mr70016 6 months ago
@Mr70016 I figured it out by copying and pasting ur code just make the i in if lowercase.
runejughead 6 months ago
This Tutorial really helped me thank you ^.^
XxUnamedHeroxX 8 months ago
I cant do parent =(
358themaster 8 months ago
wtf i looked though all my codes and my hp is 6 and when it gos < 1 it should die but i get a error before i can lunch it
FreeStyleBrah 11 months ago
Comment removed
zsakker 11 months ago
My bullets shoot from the corner of the screen! Please Help!
Coolo1pokemon 1 year ago
hey dude, you know that in spanish coolo also known as culo means butt. dumbass........
Stickfigureguy1001 9 months ago
@Coolo1pokemon check the box in "create instance of object bullet" to relative
My bullets shoot from the corner of the screen! Please Help!
how do you make a path on game maker 8.0 lite?
kickme10101 1 year ago
@kickme10101 change to advance mode
ImpactedBlood 1 year ago
@BlueLemonKnight I put if healthpoints < 1 {instance_destroy()}
it says error in code one unknow varialble healthpoints
lorddemios2 1 year ago
@lorddemios2 Well have you made health different on two different codes :P
BlueLemonKnight 1 year ago
@BlueLemonKnight that didnt work for me how do i make it work it still says error in line 1
vncbass7 1 year ago
WTF!!!! I ENTERED THE CODE EXACTLY LIKE YOU AND IT SAID
Error in code at line 1: if healthpoints < 1 {instance_destroy()} ^
WANT AM I DOING WRONG THIS IS THE CODE I PUT IT!
if healthpoints < 1 {instance_destroy()}
wowbob22123 1 year ago
@wowbob22123
Try change healthpoints to global.healthpoints
HuumeKauppias 1 year ago
@HuumeKauppias didnt work -_-
@wowbob22123 Watch tutorial again ;)
Awesome tutorial. Haha.
And I love your username. Idk why. Don't question me. ;)
xmikywayx 1 year ago
@xmikywayx :D
thx
weanine 1 year ago
I dont understand how you did the negative in this video when doing the code to subtract 2 healthpoints from the enemy when colliding with the enemy. The 2 symbols look different, one is a - and the other one is like a negative symbol...
Melph93 2 years ago
Oh figured it out
this is great and you guys are idiots, if you think he's going to fast..... press pause or go back....
bgross87 2 years ago 5
thanks
BlueLemonKnight 2 years ago
U give me a headek, hearthattack and make me throw up in the same time. Slow down next time! :P
DJPetomatick 2 years ago
I got an error in if healthpoints < 1 (instance_destroy())
Hogan7198 2 years ago
You forgot the = and added to many paranthesis to the instance_destroy()
if healthpoints <= 1 instance_destroy()
thats too (or to?) much in short time
xXJUMPSTYLERXx1990 2 years ago
When I put in the tower and I click anywhere. A tower appears wherever I click.
MrCandlish 2 years ago
I did that on purpose for a temporary thing. in 4 tutorial i will show you how to make placing and not being able to place on track etc
Oh ,thks !
Ovelsicat 2 years ago
I heard you can use paths and timelines to make cutscenes. That's the awesome part of advanced mode.
Bluenuhvok765 2 years ago
cool. know whats funny u posted this comment 30 seconds ago.
What gamemaker you use ?
Mine doesn't have such like path and etc !
Where did u download it ?
Do you have it on advance mode? you probably are using simple. I'm using game maker 7 but 6 is fine too
theonlinegamers 2 years ago
@BlueLemonKnight Hey do the codes for 6 work with 8.0 if not i screwed up
of Step Event
for object main enemy:
Error in code at line 2: ^
at position 1: Variable name expected.
SaberBlade12 1 year ago
@SaberBlade12 make the main enemy like this main_enemy
spaces screw stuff up for some reason
how do you do the part where you copy the road piece at 6:10 and put it up in the top left corner?
Godistheanswertolife 2 years ago
I copied it from the down sprite one
guys instead of the value "healthpoints" put "health'; without the quotes it works
BeforeItComesOut 3 weeks ago
@BeforeItComesOut It will work no matter which one of those you use aslong as you spell everything right and do the same in all codes that require it
TJE135 1 week ago
ERROR in
action number 1
of Step Event
for object Mainenemy:
Error in code at line 1:
if healthpoints < 1 {instance_destroy()} ^
at position 4: Unknown variable healthpoints
It doesn't work I need help!!!!!!!!!!!
ZoLaPro 3 months ago
can i do this in lite?
popmusicrocks121 6 months ago
___________________________________________
FATAL ERROR in
action number 1
of Step Event
for object MainEnemy:
COMPILATION ERROR in code action
Error in code at line 1: If healthpoints < 1 {instance_destroy()} ^
at position 4: Assignment operator expected.
help!?!?!
Mr70016 6 months ago
@Mr70016 I figured it out by copying and pasting ur code just make the i in if lowercase.
runejughead 6 months ago
This Tutorial really helped me thank you ^.^
XxUnamedHeroxX 8 months ago
I cant do parent =(
358themaster 8 months ago
wtf i looked though all my codes and my hp is 6 and when it gos < 1 it should die but i get a error before i can lunch it
FreeStyleBrah 11 months ago
Comment removed
zsakker 11 months ago
My bullets shoot from the corner of the screen! Please Help!
Coolo1pokemon 1 year ago
hey dude, you know that in spanish coolo also known as culo means butt. dumbass........
Stickfigureguy1001 9 months ago
@Coolo1pokemon check the box in "create instance of object bullet" to relative
Mr70016 6 months ago
My bullets shoot from the corner of the screen! Please Help!
Coolo1pokemon 1 year ago
how do you make a path on game maker 8.0 lite?
kickme10101 1 year ago
@kickme10101 change to advance mode
ImpactedBlood 1 year ago
@BlueLemonKnight I put if healthpoints < 1 {instance_destroy()}
it says error in code one unknow varialble healthpoints
lorddemios2 1 year ago
@lorddemios2 Well have you made health different on two different codes :P
BlueLemonKnight 1 year ago
@BlueLemonKnight that didnt work for me how do i make it work it still says error in line 1
vncbass7 1 year ago
WTF!!!! I ENTERED THE CODE EXACTLY LIKE YOU AND IT SAID
___________________________________________
ERROR in
action number 1
of Step Event
for object MainEnemy:
Error in code at line 1: if healthpoints < 1 {instance_destroy()} ^
at position 4: Unknown variable healthpoints
WANT AM I DOING WRONG THIS IS THE CODE I PUT IT!
if healthpoints < 1 {instance_destroy()}
wowbob22123 1 year ago
@wowbob22123
Try change healthpoints to global.healthpoints
HuumeKauppias 1 year ago
@HuumeKauppias didnt work -_-
wowbob22123 1 year ago
@wowbob22123 Watch tutorial again ;)
HuumeKauppias 1 year ago
Awesome tutorial. Haha.
And I love your username. Idk why. Don't question me. ;)
xmikywayx 1 year ago
@xmikywayx :D
BlueLemonKnight 1 year ago
thx
weanine 1 year ago
I dont understand how you did the negative in this video when doing the code to subtract 2 healthpoints from the enemy when colliding with the enemy. The 2 symbols look different, one is a - and the other one is like a negative symbol...
Melph93 2 years ago
Oh figured it out
Melph93 2 years ago
this is great and you guys are idiots, if you think he's going to fast..... press pause or go back....
bgross87 2 years ago 5
thanks
BlueLemonKnight 2 years ago
U give me a headek, hearthattack and make me throw up in the same time. Slow down next time! :P
DJPetomatick 2 years ago
I got an error in if healthpoints < 1 (instance_destroy())
Hogan7198 2 years ago
You forgot the = and added to many paranthesis to the instance_destroy()
if healthpoints <= 1 instance_destroy()
BlueLemonKnight 2 years ago
thats too (or to?) much in short time
xXJUMPSTYLERXx1990 2 years ago
When I put in the tower and I click anywhere. A tower appears wherever I click.
MrCandlish 2 years ago
I did that on purpose for a temporary thing. in 4 tutorial i will show you how to make placing and not being able to place on track etc
BlueLemonKnight 2 years ago
Oh ,thks !
Ovelsicat 2 years ago
I heard you can use paths and timelines to make cutscenes. That's the awesome part of advanced mode.
Bluenuhvok765 2 years ago
cool. know whats funny u posted this comment 30 seconds ago.
BlueLemonKnight 2 years ago
What gamemaker you use ?
Mine doesn't have such like path and etc !
Where did u download it ?
Ovelsicat 2 years ago
Do you have it on advance mode? you probably are using simple. I'm using game maker 7 but 6 is fine too
BlueLemonKnight 2 years ago
Comment removed
theonlinegamers 2 years ago
@BlueLemonKnight Hey do the codes for 6 work with 8.0 if not i screwed up
FATAL ERROR in
action number 1
of Step Event
for object main enemy:
COMPILATION ERROR in code action
Error in code at line 2: ^
at position 1: Variable name expected.
SaberBlade12 1 year ago
@SaberBlade12 make the main enemy like this main_enemy
spaces screw stuff up for some reason
BlueLemonKnight 1 year ago
how do you do the part where you copy the road piece at 6:10 and put it up in the top left corner?
Godistheanswertolife 2 years ago
I copied it from the down sprite one
BlueLemonKnight 2 years ago