Nope, whenever I do that with an alpha-PNG all I get a black picture. :/ And "save as" with photobucket saves and html file...

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Mandle on Sun 01/03/2015 15:05:59* Mandle just read your mind...scary eh?
function oBackpack_Interact()
{
// Grabs backpack and adds it to inventory
cJake.Walk(mouse.x, mouse.y, eBlock, eWalkableAreas);
Player_Add_Inv(iBackpack);
oBackpack.ChangeView(26); // Sets the Backpack character as blank/invisible view
oBackpack.Solid=false;
oBackpack.Clickable=false;
oBackpack.FollowCharacter(cJake, FOLLOW_EXACTLY);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 1.979 seconds with 15 queries.