Search  

BAD TV EFFECT

HomeBrowse CategoriesFlashAnimationsAnimated BackgroundsBAD TV EFFECT
Full_screen_preview

Tv noise effect, if you know a little bit flash you can set the dimension to any size, main texture tiles from jpeg file in the library, and you can set the size manually just by removing “action” layer

P.S. there is sometimes fullscreen problem, it is not because of action scripting but because of the horizontal moving stripes, the stripes goes out of display normally and i have masked them and all, and when tripes goes out of mask area it sometimes fails to fullscreen, NOT SCRIPTING PROBLEM , the best way u manually set the size u want, u can scale it, but before please remove “action” layer in fla file

Posted 4 months ago

The resize works badly….

Posted 4 months ago

yes man sometimes it fails to fullview, but i do not know why, maybe because of bg tile:(

Posted 4 months ago

hmm one thing that would help is to make a onEnterFrame event that constantly resizes it but that might slow down the animation

Posted 4 months ago

Or maybe:

var resized = false; ... onResize(e) { resized = true; } ... onFrameEnter(e) { if (resized) validateSize(); } Posted 4 months ago

I’ve bookmarked this. Quality effect but I’ll wait until the resizing is sorted

Posted 4 months ago

very kool effect – please resolve the resize issue…

Posted 4 months ago

ok men i will resolve it, promise, there is nothing wrong with Scripting, but the tile

Posted 4 months ago

i found the fullscreen problem, please read above thanks

Posted 4 months ago