11-20-2009, 06:55 PM
Well, seeing this is a spriting board and not a programming board, this example would possibly attract more attention on MFGG, the GMC, or similar sites.
Also, I checked out the example, and while it is fairly "easy" to make the text for each textbox a separate sprite, it's rather inefficient, especially when your game includes more text. Really, a better way to do something like this would be to maybe use a sprite for the box itself, but then actually type out text using draw_text. Though, I guess that's not as easy for the programmer as this is, but it would be easier for the user.
Also, I checked out the example, and while it is fairly "easy" to make the text for each textbox a separate sprite, it's rather inefficient, especially when your game includes more text. Really, a better way to do something like this would be to maybe use a sprite for the box itself, but then actually type out text using draw_text. Though, I guess that's not as easy for the programmer as this is, but it would be easier for the user.