Thread: Jagen, o Jagen.
View Single Post
  #18  
Old 05-23-2004, 08:10 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
HTML Code:
if (playerenters) {
  showtext 0,screenwidth/2,screenheight/2,,c,HAPPY BIRTHDAY JAGEN!!!;
  changeimgvis 0,4;
  changeimgzoom 0,3;
  timeout = .05;
}
if (timeout) {
  this.a += .1;
  changeimgcolors 0,sin(this.a),sin(this.a+pi/4),sin(this.a+pi/2),1;
  timeout = .1;
}
^present^
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote