Posted By: billwillman
How to clip video bmp in sprite - 06/21/07 04:59
I use Media_play function ,I want to set video to entity(sprite),when it runs,i can hear voice,and can see the video in sprite.But Maybe the video's size is very large,the sprite's size is small. I don't want to change the sprite's size,so video's size must change,how to change this size?
Thanks!!
code:
action sprite1
{
media_play("aa.avi",bmp_for_entity(my,0),100);
media_start(media_handle);
}
Thanks!!
code:
action sprite1
{
media_play("aa.avi",bmp_for_entity(my,0),100);
media_start(media_handle);
}