Quote:
|
Originally Posted by pixel3
Thanks.. can somebody explain what starting frame, frame rate and scrolling speed do ?
|
Sprite index is the sprite you're going to use:
Code:
new sprite;
public plugin_precache() {
sprite = precache_model("sprites/sprite.spr");
}
Starting frame is the frame that the sprite will start at :p
Frame rate is the number of frames per second I'm guessing.
I'm not sure about the last one. I rarely use temp entity events/messages.
__________________