Set the blendLevel of fld 1 to 100 on mouseUp repeat with count = 100 down to 1 set the blendLevel of fld 1 to count wait 2 millisecs end repeat wait 2 seconds repeat with count = 1 to 100 set the blendLevel of fld 1 to count wait 2 millisecs end repeat end mouseUp
> From: tat...@gmail.com > Date: Fri, 16 May 2014 14:38:35 +0200 > Subject: Fade effect for a Field > To: use-livecode@lists.runrev.com > > Hi all, > > I want to make a field displaying some status text ("Record saved") that > fades from invisible to visible, stays for a few seconds and then fades out > again. > > I have seen that there seems to be a way to do this with groups, but could > I also do it with a single field? > > Thanks, > > Pascal > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode