This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ixe:irpl:sprites:createsprite [2025/01/11 00:07] – Updated to correct argument and included description. Argonwolf | ixe:irpl:sprites:createsprite [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
===== Examples ===== | ===== Examples ===== | ||
- | < | + | < |
+ | #Spawning a default enemy sprite and moving it to 100,100 | ||
+ | CreateSprite(" | ||
+ | SetSpritePosition(< | ||
+ | |||
+ | #spawning a custom sprite from the map's editor directory | ||
+ | CreateSprite("/ | ||
</ | </ |