Sorry guys, I forget to test my TitleLine Program. Here's the working version!


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]

Posted by Ion Eagle 2000 216.192.143.52 using Mozilla/4.7 [en] (Win98; I) on April 10, 2000 at 16:13:53:

************************************************************
*The TitleLine Program *
*Developed by Ion Eagle 2000 *
*Created for the RPG Toolkit 2.0 *
*Version 2 *
*If you need to make any alterations, please do so. *
*This was created for use in your games. *
************************************************************
#Method TitleLine()
{
#ColorRGB(255,255,255)
#Drawline(1,40,640,40)
#Delay(0.1)
#Drawline(1,41,640,41)
#Drawline(1,39,640,39)
#Delay(0.1)
#Drawline(1,42,640,42)
#Drawline(1,38,640,38)
#Delay(0.1)
#Drawline(1,43,640,43)
#Drawline(1,37,640,37)
#Delay(0.1)
#Drawline(1,44,640,44)
#Drawline(1,36,640,36)
#Delay(0.1)
#Drawline(1,45,640,45)
#Drawline(1,35,640,35)
#Delay(0.1)
#Drawline(1,46,640,46)
#Drawline(1,34,640,34)
#Delay(0.1)
#Drawline(1,47,640,47)
#Drawline(1,33,640,33)
#Delay(0.1)
#Drawline(1,48,640,48)
#Drawline(1,32,640,32)
#Drawline(1,31,640,31
#Delay(0.1)
#ColorRGB(0,0,255)
#FontSize(8)
#Text(9.7,5, P U T Y O U R G A M E ' S N A M E)
#Delay(2)
#Text(15,6, H E R E)
#Delay(3)
}



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]