Frame by Frame Script?

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
meltedtoons
Posts: 159
Joined: Mon Oct 05, 2009 6:06 am

Frame by Frame Script?

Post by meltedtoons »

I remember reading about it couple of months ago, anyone know?
User avatar
neeters_guy
Posts: 1626
Joined: Mon Sep 14, 2009 7:33 pm
Contact:

Post by neeters_guy »

This is not much information to go on. Did you try searching for the terms "fbf" or "frame by frame"?
Are you possibly talking about these two posts:
Frame by frame idea
A single image layer to "play" an image sequence!
User avatar
heyvern
Posts: 7042
Joined: Fri Sep 02, 2005 4:49 am

Post by heyvern »

I was working on a script for "drawing" or "painting" frame by frame and having it save images to a folder to work with my other recent script that loads an image sequence into one image layer.

However due to a recent HUGE GIGANTIC project with a deadline so short I could slide it under a door I haven't had time to work on it. :)

-vern
User avatar
funksmaname
Posts: 3174
Joined: Tue May 29, 2007 11:31 am
Location: New Zealand

Post by funksmaname »

The way you have to think of frame by frame in AS is more like 'layer by layer' - its a little convoluted but helps you get your head around it?

create a layer, and put in your first frame of animation.
create anohter layer on top and draw frame two.
hide frame one, and create a new layer for frame 3 etc.

Once you have all your frames, put them in a switch layer (doing the above inside a switch layer hides your previous frame so is a bit annoying), then you can either put lay them out manually (boring) or use one of Rylander's two fantasticly relevant scripts to do it automatically:
Loop Switch which puts out your switches in layer order with some other options like spacing etc
and
Random switch which randomises your switch layer assignments, should this be relevant

While you're there, check out his other scripts... some nice supersimple workflow ones i love in there - my particualr faves 'select parent' and 'two ways to frame 0'
DELETED

Post by DELETED »

DELETED
Post Reply