Hey All,
Just created my first animation, and it is showing up beautifully on the Game Frame. However, the speed is really fast, and the config.ini file is not slowing it down despite my hold = 800 setting. The speed seems to be much faster. Attaching the project (including the config.ini) file for reference. Here is the config.ini file pasted. Thank you!
# All of these settings are optional.
# If this file doesn’t exist, or if
# settings don’t appear in this file,
# Game Frame will use default values.
[animation]
# milliseconds to hold each frame
# (1000 = 1 sec; lower is faster)
hold = 800
# should the animation loop? If false,
# system will progress to next folder
# after the last frame is displayed.
loop = true
[translate]
# move the animation across the screen
# this many pixels per frame. Experiment
# with positive and negative numbers for
# different directions.
moveX = 0
moveY = 0
# should the movement loop?
loop = true
# begin/end scroll off screen?
panoff = true
# optionally dictate the next animation
# EXAMPLE: nextFolder = mspacman
# nextFolder = defend1
Attachments:
You must be
logged in to view attached files.