- Joined
- Aug 11, 2010
- Messages
- 628
- Reaction score
- 1
- Trophies
- 0
- Age
- 36
- Location
- In the middle of gun fire.
- Website
- www.awsomisoft.com
- XP
- 220
- Country

Hi All!
It has been a long time since I announced there would be sprites, and now I have! I was able to implement sprite systems, and now finally people can create sprites in DS App Studio. Here is a screenshot of the sample I will be adding, but it will be a little different from this screenshot:
To use sprites, all you have to do is import them into DS App Studio, then you have to create an object using the addobject function:
Sprite systems will improve, such as sprite animation systems and alpha features.
It has been a long time since I announced there would be sprites, and now I have! I was able to implement sprite systems, and now finally people can create sprites in DS App Studio. Here is a screenshot of the sample I will be adding, but it will be a little different from this screenshot:
To use sprites, all you have to do is import them into DS App Studio, then you have to create an object using the addobject function:
Code:
addobject("spritename", locationx, locationy, "objectname");
Sprite systems will improve, such as sprite animation systems and alpha features.





