How to draw (brush/anim/layer/sprite) to Display?

Discuss any general programming issues here
Post Reply
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

How to draw (brush/anim/layer/sprite) to Display?

Post by Bugala »

I am making this tilebased Map. I was just about to make a routine that fills the screen with map[x][y]... info.

However, looking through all the graphics functions (Anim, Brush, Layer, Sprite), I could not find a single way to use any of these to actually Draw to the Display.


Is it truly so that only way for me to draw a map in Hollywood is to fill the display with, in this case, 480 of size 64x64 brushes?
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: How to draw (brush/anim/layer/sprite) to Display?

Post by Bugala »

Just noticed Artblinks comment on my thread of tilebased map at:
viewtopic.php?f=10&t=285

Seems he has one way to do the map, but i would still rather like having possiblity to simply just draw the block to the display without needing to make any complicated solutions.
Post Reply