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 / error 100007

Author
Message
gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 5th Jul 2004 13:19
okay something is wrong when i trie to test it it won't let me it says error 100007.the code is below.

jacob warren
Jeku
Moderator
21
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Vancouver, British Columbia, Canada
Posted: 5th Jul 2004 13:28
Quote: "load image "fallen destiny title.jpg",1
load music "MeetGodOfLife.mid",1
play music 1
paste image 1,100,200
do
loop
if escapekey
end"


Yo, you have a funky forever loop going on there. You should stick then "if escapekey then end" part after the do but before the loop. If you don't, your proggie won't quit, even if you press escapekey.

CattleRustler
Retired Moderator
21
Years of Service
User Offline
Joined: 8th Aug 2003
Location: case modding at overclock.net
Posted: 5th Jul 2004 13:30
maybe...

load image "fallen destiny title.jpg",1
load music "MeetGodOfLife.mid",1
play music 1
paste image 1,100,200
do
if spacekey()=1 then end
loop


esc will Break from execution anyway so you don't need a condition test for it. See if the above runs. If not it could be a media problem.


* DBP_NETLIB_v1.4.3 - July, 2004 * Click Logo
gothboy 101
20
Years of Service
User Offline
Joined: 31st May 2004
Location: Watonga, ok, usa
Posted: 6th Jul 2004 09:04
cattle rustler thank you

jacob warren

Login to post a reply

Server time is: 2024-09-22 16:33:03
Your offset time is: 2024-09-22 16:33:03