The Dink Network

Reply to Re: sp_clip_top/bottom/left/right

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 12th 2007, 04:54 AM
fairy.gif
Arik
Peasant He/Him
 
Yup, although it is possible to set the sprite's clipping value through scripts and then change it. In the case of I, Kara Gu's village lasers -

//bottom clip starts at 400
//But first need to initialise clip settings
//To the height and width of the sprite
sp_clip_bottom(&current_sprite, 400);
sp_clip_right(&current_sprite, 105);
//THEN you can change sp_clip_bottom and sp_clip_right