Jump to content


Scaric101

Member Since 23 Oct 2011
Offline Last Active Private

Posts I've Made

In Topic: Score above the player's head

26 October 2011 - 12:19 PM

Guys, never mind, I have figured it out on my own, do the platform game tutorial

In Topic: Score above the player's head

26 October 2011 - 08:29 AM

Information about object: Score

Sprite: <no sprite>
Solid: false
Visible: true
Depth: 0
Persistent: false
Parent: <no parent>
Mask: <same as sprite>

Draw Event:
set the drawing color to 255
set the font for drawing text to Scoring and align center
at position (view_xview,view_yview) draw the value of score with caption

Here is some more additional information, thanks everyone for helping me but the last prob is half of the score is hidden the other half is shows. E.g. Instead of showing Score:10 it shows re:10. Have anyone got any suggestions?

In Topic: Score above the player's head

26 October 2011 - 06:48 AM

Nope, it does not work. The text isn't appearing on the screen. Maybe I have to set the text up someway

In Topic: Score above the player's head

26 October 2011 - 06:39 AM

Here is some information about what you said to do


Information about object: Score

Sprite: <no sprite>
Solid: false
Visible: true
Depth: 0
Persistent: false
Parent: <no parent>
Mask: <same as sprite>

Create Event:
execute code:

draw_text(view_xview[0],view_yview[0]-14,score)

In Topic: Score above the player's head

26 October 2011 - 06:38 AM

It does not work, if you need any additional info i am here to help