The Dink Network

Reply to Re: get_version() - Aural+?

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 8th 2010, 12:26 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
The hardcoded text is handled as a text sprite (brain 8). What cypry did was a get_sprite_with_this_brain(8,0); to get the text's sprite number. The he gets the coordinates, and kills the sprite. Finally, he used say_xy to create his custom text at the same position.