.png
file format. By using Incari's Image Sequence Object and Nodes, we can take these frames and combine them with Incari's Logic system..incseq
type are Image Sequences. To open the file, simply double-click it and the Image Sequence Editor will open. Here you can see all of the images of the sequence arranged in order.0
(unpressed state) and the end frame to be 5
(half-pressed state). Since we have 11
total frames in the Image Sequence, frame 5
is half-way through the frames. The PlayDirection
should be set to Forward
so the frames show in ascending order: (0,1,2,3,4,5)
.PlayDirection
is set to Backward
so it plays in descending order: (5,4,3,2,1,0)
.0
(unpressed state) and the end frame is set to 10
(fully pressed state). The PlayDirection
is set to Forward
. Remember that the start frame will not actually start at 0
and will always start from the last current frame. Since the mouse must enter the area of the button to click it, the starting frame will likely be set to 5
by the Logic while the project is playing.0
and the end frame is set to 10
, but this time the PlayDirection
is set to Backward
. Remember that the start frame will not actually reach the last frame of 0
if the mouse is still hovering over the button.