The Dink Network

Reply to Re: Position of text

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:
 
 
September 16th 2013, 08:05 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
Oh, but there's a trick for that, too. The sp_strength() and sp_defense() attributes of a text sprite control the x and y offset of the text relative to the depth dot of its "parent". I forgot which of the two is x, and which is y, but pretty sure it's in dinkc.chm, on the sp_strength() and sp_defense() pages.

Alternatively, first say() an empty text, or just spaces, then get its sp_x() and sp_y(), then say_[stop_]xy() all following lines at whatever coordinates. Maybe that works.