Rella
Rella

Reputation: 66995

how to draw RGBA point on stage?

so we have values generator that outputs someting like FF00FF5F. We have some coordinates like 50, 300. We want to draw on stage. (I mean we opened new .fla doc in flash, pressed f9 and started coding, sorry - I am new to flash)

Upvotes: 0

Views: 208

Answers (1)

www0z0k
www0z0k

Reputation: 4434

you need BitmapData.setPixel()

Upvotes: 2

Related Questions