(AGK version: 108.13)
Submitted: 2013-06-17 08:27:38
//Create a sprite
Player = CreateSprite(LoadImage("AnyImage.png"))

//Set the shape setting for sprite to polygon
Shape = 3

//
SetSpriteShape(Player, Shape)

//
Do
    Sync()
Loop
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.