Try _SETALPHA to set all pixels, then _CLEARCOLOR to clear certain ones. Should give the desired transparency.
fading a few translucent images in and out.
Well that's a neat effect. If I use _INSTRREV() in the code, will it reappear?What is the use of _instrrev() in this code Pete?
Pete
No built-in solution exists as of yet then.
The use? Ah, humor. _INSTRREV() is the new reverse function to INSTR(). So, I thought if I inserted that at the end of your code, I could get the .png to reappear. :D
Pete
Is there an official place to submit feature requests?
The use? Ah, humor. _INSTRREV() is the new reverse function to INSTR(). So, I thought if I inserted that at the end of your code, I could get the .png to reappear. :DOh man! You are always happy and want to make everyone laugh with your jokes.
Pete
Is this what you want?Code: QB64: [Select]
The use? Ah, humor. _INSTRREV() is the new reverse function to INSTR(). So, I thought if I inserted that at the end of your code, I could get the .png to reappear. :DIf I do a DIR listing with INSTRREV will I be able to see deleted files?
Pete