Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Pic.ScreenLoad
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Kelsey




PostPosted: Wed Dec 15, 2004 4:42 pm   Post subject: Pic.ScreenLoad

code:

for count:100..600 by 5
cls
Pic.ScreenLoad("picture.bmp",count,0,picCopy)
delay(100)
end for


Nothing shows up Shocked . Any help as to why?
Sponsor
Sponsor
Sponsor
sponsor
Cervantes




PostPosted: Wed Dec 15, 2004 4:54 pm   Post subject: (No subject)

Do you have "picture.bmp" in the same folder as your program? If not, this might help to illustrate the problem:
code:

for count : 100 .. 600 by 5
    cls
    Pic.ScreenLoad ("picture.bmp", count, 0, picCopy)
    put Error.LastMsg
    delay (100)
end for
Kelsey




PostPosted: Wed Dec 15, 2004 5:46 pm   Post subject: (No subject)

Thanks so much!
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: