help with creating downloads

Blitz3D Forums/Blitz3D Beginners Area/help with creating downloads

how do i create download buttons?
thanks,
-me

You create a download button using an html package like dreamweaver or homesite.

Blitz is used for making games and apps really. HTML is for the internet websites.

button=createbutton("Download",32,32,64,24,parent)

:)