CLear or flush Layer

Find quick help here to get you started with Hollywood
Post Reply
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

CLear or flush Layer

Post by sinisrus »

Hello,

Is it possible to clear or flush layer?
i dont see function for this

Thank you
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: CLear or flush Layer

Post by Allanon »

Hi,
I don't have Hollywood here with me but IIRC you have to use SelectLayer() & Cls
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: CLear or flush Layer

Post by sinisrus »

Allanon

Cls clear all
Me i find juste for clear the selected layer

Thank you for your help :-)
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: CLear or flush Layer

Post by sinisrus »

Solved :-)

SelectAlphaChannel(Brush1)
SetAlphaIntensity(0)
Cls
EndSelect

SelectLayer(1,#SELMODE_COMBO)
DisplayBrush(Brush1,0,0)
EndSelect
Post Reply