Page 1 of 1

How do nofades work?

PostPosted: November 27th, 2010, 12:01 pm
by xonenine
in Build 127 the various nofade, nofadeout, etc. don't seem to work.I tried all the variations, 'less I am writing it wrong:

Code: Select All Code
Layer 2 modify(xx) aclashow nofade


Thanks, xonenine. :)

Re: nofades

PostPosted: November 27th, 2010, 7:21 pm
by Cliff Cawley
xonenine Wrote:in Build 127 the various nofade, nofadeout, etc. don't seem to work.I tried all the variations, 'less I am writing it wrong


You need to add the nofade to the target layer. Its a property that you assign to it.

Triggering Object:
Code: Select All Code
Layer 2 modify(xx) aclashow


Target Object:
Code: Select All Code
id(xx) nofade


Cliff :)

Re: How do nofades work?

PostPosted: November 27th, 2010, 10:58 pm
by xonenine
Awesome, works fine, thanks Cliff!

xonenine. :)