View Single Post
  #5  
Old 08-20-2009, 01:58 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by littlekinky View Post
Nice example thanks, also how to change the colour of it and also add a chat bubble ?
You'll have to write a script to draw a bubble behind the text, you will have to either:

- Use polygon in findimg, or:
- Use a bubble image, stretchx, and stretchy.

To change the color, you can change it like so:

PHP Code:
// Code
with (findimg(200)) {
  
text "Rawr.";
  
red 1;
  
green 0;
  
blue 0;
}
// Other Code 
But you should do some reading on your on now.
__________________
Quote:
Reply With Quote