I have written some small games. I shall put them on my website as free downloads. If anyone playing them felt so inclined, they could donate what they think the game is worth by pressing the PayPal button. I have a PayPal account, that is not the problem.
The problem is that I do not know how to implement it ...
How do I trigger a visit to a website from inside the game?
The games are written in the non-GUI mode:
Global xres=GadgetWidth(Desktop()) - 6
Global yres=GadgetHeight(Desktop()) - 32
Graphics xres,yres,0,2
etc.
Is it possible? Or must I rewrite them all, using CreateWindow and CreateCanvas?
Advise me, please
Thank you for your kind attention :-)
Julian
:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:
The problem is that I do not know how to implement it ...
How do I trigger a visit to a website from inside the game?
The games are written in the non-GUI mode:
Global xres=GadgetWidth(Desktop()) - 6
Global yres=GadgetHeight(Desktop()) - 32
Graphics xres,yres,0,2
etc.
Is it possible? Or must I rewrite them all, using CreateWindow and CreateCanvas?
Advise me, please
Thank you for your kind attention :-)
Julian
:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>: