importing gif animations

Started by tommyc, Mon 22/11/2004 17:26:07

Previous topic - Next topic

tommyc

i want to run my gif aniamtion in game but whne i import it it imports all the frames how to i make it animate agian

there is loads of frames due to transition and im lazy if it takes ages know of any easyer ways
and do FLC aniamtion work the same

Radiant

In the view manager, create a view. Name it something appropriate
From the sprite manager, select all the frames you want.
Right-click on any of them, then select 'assign to view'.
Select the view you just created. Loop 0 for the first animation.
Then in any room, create an object.
In the script editor, under 'enter room (before plugin)', add
Code: ags

SetObjectView (0, THE_VIEW_YOU_JUST_CREATED);
AnimateObject (0, 0, 5, 1);



SMF spam blocked by CleanTalk