Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / MP3 and cursors

Author
Message
Superbeest
21
Years of Service
User Offline
Joined: 9th Mar 2003
Location: Netherlands
Posted: 11th Mar 2003 13:20
How about the use of MP3 files? Can you just use them in your program without having to pay a (huge) royalty? Or does this only count when you are planning to sell your creation on the commercial market?
And then I have a second question: how can you create cursor files for your darkbasic creations?
Magister Mundi sum!
PiratSS
21
Years of Service
User Offline
Joined: 18th Oct 2002
Location:
Posted: 11th Mar 2003 18:47
Yes, you can use them as long as you don't sell them.

to load a cursor:
`*** 1st WAY ***

`Load 25x25 image
load image "someimage.bmp",1
hide mouse
paste image 1,MouseX(),MouseY()

`*** 2nd WAY ***

`Load 25x25 image
load image "someimage.bmp",1
hide mouse
make object plain 1,25,25
texture object 1,1
ghost object on 1


Toughest line of codecol$=asc(left(Pcol$)),1+str$(rev)+chr(80)+left(right(mid(name$),1),1)
Superbeest
21
Years of Service
User Offline
Joined: 9th Mar 2003
Location: Netherlands
Posted: 11th Mar 2003 20:21
And how about the function in the IDE? That also includes a mouse cursor doesn't it?

Magister Mundi sum!

Login to post a reply

Server time is: 2024-09-19 23:02:55
Your offset time is: 2024-09-19 23:02:55