Here is a code that works with your image sheet
load image "mmx4sheet.bmp",1
do
sync on
REM Paste the image for a visual
paste image 1,10,10
REM now make a box over the area where we want to rip.
REM These will be the coorinates used for GET IMAGE
REM after you see the box, then delete it, or else
REM get image will not work. Here, I just remmed it
REM the box is only to find the coordinates of the GET IMAGE
REM command. Once you find the coordinates, you can either
REM delete the whole box command, or just rem it like I did
REM I put a REM after it, so I remember what the coordinates are
REM for. This is more usefull when you are ripping multiple objects
REM off of one image.
`ink 5613214,0
`box 90,140,130,185 : REM this is the crouching mega man
REM get the image from the coordinates used to make the box
REM and then save the image as image 2
Get image 2,90,140,130,185
REM now clear the screen and paste the ripped image
cls
paste image 2,200,200,200
loop
sync
Try removing the cls, and un-remming the BOX command, and you will see what the box is for. The box is drawn over the image that is grabbed. The box coordinates are used in GET IMAGE.
RPGamer
Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com