标签: adobe-animate

SWF 的精灵内部出现间隙

我正在使用 Adob​​e Animate 为我的游戏绘制资源,但是,精灵的不同部分之间会出现小间隙。如何修复它?

它在 Adob​​e Animate 中的显示方式与在游戏中的显示方式的比较:

预期的 实际的

预期的 实际的

flash haxe sprite openfl adobe-animate

5
推荐指数
1
解决办法
124
查看次数

Adobe Animate ReferenceError:错误#1069:在_上找不到属性loopMode,并且没有默认值

当我向Adobe Animate 2019中的MovieClip添加.as类时遇到以下错误:

ReferenceError: Error #1069: Property loopMode not found on Symbol1 and there is no default value.
at privatePkg::___LayerProp___$/executeFrameHelper()[C:\Program Files\Adobe\Adobe Animate CC 2019\Common\Configuration\Camera\Flash\privatePkg\___LayerProp___.as:87]
at privatePkg::___LayerProp___/executeFrame()[C:\Program Files\Adobe\Adobe Animate CC 2019\Common\Configuration\Camera\Flash\privatePkg\___LayerProp___.as:68]
at Symbol1/applyLayerZdepthAndEffects()[Symbol1::frame1:17]
at Symbol1/frame1()[Symbol1::frame1:10]
at runtime::ContentPlayer/loadInitialContent()
at runtime::ContentPlayer/playRawContent()
at runtime::ContentPlayer/playContent()
at runtime::AppRunner/run()
at ADLAppEntry/run()
at global/runtime::ADLEntry()


ReferenceError: Error #1069: Property loopMode not found on Symbol1 and there is no default value.
at privatePkg::___LayerProp___$/executeFrameHelper()[C:\Program Files\Adobe\Adobe Animate CC 2019\Common\Configuration\Camera\Flash\privatePkg\___LayerProp___.as:87]
at privatePkg::___LayerProp___/executeFrame()[C:\Program Files\Adobe\Adobe Animate CC 2019\Common\Configuration\Camera\Flash\privatePkg\___LayerProp___.as:68]
at privatePkg::___LayerProp___/enterFrame()[C:\Program Files\Adobe\Adobe Animate CC 2019\Common\Configuration\Camera\Flash\privatePkg\___LayerProp___.as:63]
ReferenceError: …
Run Code Online (Sandbox Code Playgroud)

actionscript class actionscript-3 movieclip adobe-animate

1
推荐指数
1
解决办法
322
查看次数