<div style="border-left-style: solid; border-left-color: green; border-left-width: 5px; padding-left: 10px; margin: 0px;"><font color="green">Game Maker</font>
I have actually been working in Game Maker a bit lately, on my winter game, which I kind of want to finish I think. It is going good except for one little thing that I haven't figured out. My current problem is, why does the object turn invisible when I use "draw_sprite(sprite,subimage,x,y)" on an object that has a sprite set to it? I have come across things similar to this before, but I have almost always (actually, always to my knowledge) found a way to get it to work, but I can't figure this out. So it would be a big help if someone knew something i could do about this, I am trying to draw an animation.</div><div style="border-left-style: solid; border-left-color: blue; border-left-width: 5px; padding-left: 10px; margin: 0px;"><font color="blue">Computer</font>I patched my uxtheme.dll or whatever it is called, so know I can use unsigned themes. I got this thweet one that is basic, but cool. It has like two shades of black and an interesting green color to it. Yup, SpySweeper, this other virus scanning software, and another thing where removed from my computer and replaced with Norton stuff, which I <i>think</i> is better than the deal I had before as far as that goes. I got a new Christmas avatar, which is actually the third one that I have made.</div><div style="border-left-style: solid; border-left-color: red; border-left-width: 5px; padding-left: 10px; margin: 0px;"><font color="red">Thanksgiving</font>Yum, stuffing…is…awesome! We went to my grandparents house. There was tons of people there, but the stuffing was great. Lol, it is one of the best parts of Thanksgiving dinner. Yup yup, that is about it I guess, kthxbi.</div>
Because you're drawing over the sprite, put this in your draw function.
draw_sprite_ext(sprite_index,image_index,x,y,image_xscale,image_yscale,image_angle,image_blend,image_alpha)Ok, sweet, thanks.
Edit: Well, actually, that doesn't seem to work, I just tried it. Gah, I will try it more tomorrow.Post the source?
It would be better if he would…
Ok, I figured it out.