Video memory player created by Combo
Category: Other
Current rating
Added: 22 October 2008
Created by: Combo
Version: 0
Game description: This prog(yes, this is a prog - NOT A GAME. But still was made for fun:D) lets you to view fragments from your video memory. Saving is enabled but a bit bugged(not my fault), so sometimes it is better to use... (more)
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.









SamXt said about 1 year ago
A YEAR AGO O_O
WoWwav said about 1 year ago
Wait min!!
Did I just see sponge bob?
Combo said over 3 years ago
90% of prog is declaring of surfaces then just drawing them. Try to do the following:
create a room
create an object
create an insance of it in the room
make creation code for object:
sur=surface_create(200,200)
add code for draw event:
draw_surface(sur) //dun remember the exact arguments, i think u need x and y coords also
u might also want to copy code from creation event to the space bar event, this will let you to browse other parts of your video memory by tapping space bar.
Serenade said over 3 years ago
Cool, how does it work though? What codes did you use to make it?