Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text Variations v.2
#1
This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


This script lets you draw text in different ways.

Draw Text like this-

Code:
self.contents.draw_text(x,y,w,h,text,align,type)

or like this using the Rect.new function (wasn't supported in version 1)

Code:
self.contents.draw_text(rect,text,align,type)

type = how text should be shown. automaticly set to 0

0 = Normal
1 = Outlined
2 = Shadowed
3 = Outlined + Shadowed
4 = 3d
5 = 3d + Shadowed
6 = Blue Outline

Version 4 tests a new method I saw to define the original color, now you don't have to.

Here is the script-

Text Variations V.4
}


Possibly Related Threads…
Thread Author Replies Views Last Post
  Text over allies with AMS (SBABS v3 required) shado 0 2,303 08-23-2006, 01:00 PM
Last Post: shado
  Draw Text Fix Method SephirothSpawn 0 2,087 03-01-2006, 01:00 PM
Last Post: SephirothSpawn
  Metroid Text Sound Script Constance 0 2,200 12-21-2005, 01:00 PM
Last Post: Constance
  Different way to draw text Sheol 0 2,246 11-14-2005, 01:00 PM
Last Post: Sheol



Users browsing this thread: