I'm going to start Atapi 2 pretty soon, and I want it to be the best it can be. So, for those of you who've played Atapi - what advice can you give me? What worked well? What could be improved? What would you like to see in the sequel?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
//sprite and surface declared globally
function HelloButton_OnClick(GUIControl *control, MouseButton button)
{
sprite = DynamicSprite.CreateFromExistingSprite(301); //Background sprite
surface = sprite.GetDrawingSurface();
surface.DrawImage(6 + 30*numSymbols, 6, HelloButton.Graphic);
surface.Release();
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.078 seconds with 14 queries.