Computer Science Canada cant put a bmp of the screen :( |
Author: | kirkwood [ Sun Dec 17, 2006 3:10 pm ] |
Post subject: | cant put a bmp of the screen :( |
well for the card game im working on, i cant put the playing cards i made on flash on the screen, i export them as bmp images, i also copyed the drawing, pasted on paint and saved it, but when i put it in my turing program, i get a 0 in the RUN screen help please ![]() |
Author: | uberwalla [ Sun Dec 17, 2006 3:19 pm ] |
Post subject: | |
var picID :int := Pic.FileNew ("pic.bmp") Pic.Draw (picID, x, y,picCopy) x/y are the coordinates for the image on the screen. the pic.bmp is there pic u want to use and it has to be in the same folder as your code |
Author: | kirkwood [ Sun Dec 17, 2006 5:36 pm ] |
Post subject: | |
ya i found out how to do it, when i went to examples that came witht he cd, i was looking for the example that lets u hook up with another comp and talk like msn xD still trying to figure out the card removal thing, im makign a texas holdem game hopefuly no 1 made 1 here, cuz my friends in my class goes he looking for marrio songs, or games, and if tsee a poker game here, they might think i cheated ![]() |