View Single Post
  #25  
Old 03-16-2003, 07:04 PM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Quote:
Originally posted by Devil


Do you really think you should be saying that...
Why shouldn't he be saying that is the question.
Oh and SoulBlade, the black on black looks really bad with the letters, try this:
NPC Code:

if (playerenters){
setstring Letters,S,D,Z,X;
this.screenx=(screenwidth/2)-300;
this.screeny=(screenheight/2)+200;
timeout=0.05;}
if (timeout){
Draw();
timeout=0.05;}
function Draw(){
tokenize #s(Letters);
for (this.a=0;this.a<=tokenscount;this.a++) {
for (this.b=0;this.b<=tokenscount;this.b++) {
showtext 300+this.a,this.screenx+this.a*15,this.screeny,Ver dana,b,#t(this.a);
showtext 305+this.b,this.screenx+this.b*15+1,this.screeny+1 ,Verdana,b,#t(this.b);
changeimgzoom 300+this.a,0.6;
changeimgvis 300+this.a,5+this.a;
changeimgzoom 305+this.b,0.6;
changeimgvis 305+this.b,4+this.b;
changeimgcolors 305+this.b,0,0,0,1;
}
}
}

__________________
Reply With Quote