
07-19-2007, 09:04 PM
|
|
That Guy
|
 |
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
|
|
|
The first parameter is the sprite you want to attach a sprite to. The second is the sprite you're going to attach to the first. The last two are the x/y you want to attach the second sprite to in relation to the first. In your example, sprite 170 would be attached to sprite 100 up and to the left a bit. The difference between ATTACHSPRITE and ATTACHSPRITE2 is whether the second sprite gets attached above or below the first. |
|
|
|