Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Animation Action
#16
If you look at the default ACBS demo, there is a 'ccoa' battler for a character named Wenia. He 'base' battler is a 91x91 single-image sprite. As her battler is set for ccoa strips, she has other graphic files, ala the strips. One for the 1st pose has 3 frames, it being 173x91. But the second image holds 2 frames being 182x91. And if you look at the 5th to 8th strips, they are 455x91 in size.

And you set her custom poses in the script like so:
Code:
Pose_Sprite['%Wenia'] = {'Base' =>[5,13,200,false],
    1 =>[3,8,true], 2 =>[2,4,false], 3 =>[2,12,true], 4 =>[1,4,true], 5 =>[5,4,true],
    6 =>[5,4,true], 7 =>[5,2,false], 8 =>[5,4,false], 9 =>[1,4,true], 10 =>[1,4,true],
    11 =>[1,4,true], 12 =>[5,4,false], 13 =>[1,4,true]}

In each [#,#,#] value after the base, the first value points out how many frames are in that particular spritestrip. The second value is the speed per frame and the third is if it loops. So if you want to use an 8-frame long strip for pose #10, it would be [8,4,true] instead of [1.4,true] as it appears.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
Animation Action - by justpassingby - 10-30-2017, 05:36 PM
RE: Casting Magic Action - by DerVVulfman - 10-30-2017, 11:47 PM
RE: Casting Magic Action - by justpassingby - 10-31-2017, 02:35 AM
RE: Casting Magic Action - by DerVVulfman - 10-31-2017, 03:24 AM
RE: Casting Magic Action - by justpassingby - 10-31-2017, 03:33 AM
RE: Casting Magic Action - by DerVVulfman - 10-31-2017, 03:56 AM
RE: Casting Magic Action - by justpassingby - 10-31-2017, 04:04 AM
RE: Casting Magic Action - by DerVVulfman - 11-01-2017, 03:44 AM
RE: Casting Magic Action - by justpassingby - 11-01-2017, 11:24 AM
Animation Action - by justpassingby - 11-02-2017, 02:52 PM
RE: Casting Magic Action - by Steel Beast 6Beets - 11-01-2017, 08:37 PM
RE: Casting Magic Action - by DerVVulfman - 11-01-2017, 09:17 PM
RE: Casting Magic Action - by Steel Beast 6Beets - 11-02-2017, 01:24 PM
RE: Animation Action - by DerVVulfman - 11-02-2017, 07:38 PM
RE: Animation Action - by justpassingby - 11-03-2017, 02:16 AM
RE: Animation Action - by DerVVulfman - 11-03-2017, 03:30 AM
RE: Animation Action - by justpassingby - 11-06-2017, 01:59 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Wink  Action if BGM is missing Whisper 7 10,901 06-11-2017, 12:44 AM
Last Post: Whisper
   Atoa Custom Battle System CTB animation while cast Noctis 6 9,498 01-04-2016, 03:05 PM
Last Post: Noctis
   Help editing Animation Resizer MechanicalPen 3 5,253 11-22-2012, 08:39 PM
Last Post: MechanicalPen
   Auto-play Character animation Taylor 0 2,794 05-30-2012, 11:56 AM
Last Post: Taylor
   Changing the walking animation shadow040 8 9,958 01-30-2010, 04:20 PM
Last Post: shadow040



Users browsing this thread: