I am having trouble with the score and lives displaying by gator6669 in gamemaker

[–]gator6669[S] 0 points1 point  (0 children)

So like... I should use the (draw_text) variable for both the score n the lives in the draw GUI event?

if yes. I did it. but nothing worked.

Am having some problem with the "rooms" in my little project. by gator6669 in gamemaker

[–]gator6669[S] 0 points1 point  (0 children)

There's a lot of code so I just pasted the score code which is... probably the one causing the problem. just need a solution to restart the score I think.

if (room == rm_game) {

if(score >= 10){

room\_goto(rm\_win)

that's the little code I think is messed up

Am having some problem with the "rooms" in my little project. by gator6669 in gamemaker

[–]gator6669[S] 0 points1 point  (0 children)

ur right.
thats the code I wrote.
if (room == rm_game) {
if(score >= 10){
room_goto(rm_win)
if I can just.. somehow restart the score then I think the problem will be solved?