Hello!
I'm working on a Scaleform HUD and my ActionScript (which is directly copied from https://www.youtube.com/watch?v=E8oM808ETWs) is having some really interesting errors. The screenshot below shows them:
http://i40.photobucket.com/albums/e2.../as3errors.png
Here's the AS code I have:
I looked in the UDK_hud.fla file and found some of the code I have is identical to what's there (except it compiles). I have no idea what I'm doing wrong. Any help would be greatly appreciated asap. Thank you.
I'm working on a Scaleform HUD and my ActionScript (which is directly copied from https://www.youtube.com/watch?v=E8oM808ETWs) is having some really interesting errors. The screenshot below shows them:
http://i40.photobucket.com/albums/e2.../as3errors.png
Here's the AS code I have:
Code:
import flash.external.ExternalInterface; import gfx.motion.Tween; _global.gfxExtensions=true; function init() { _root.Health._yrotation = 30; _root.Ammo._yrotation = 30; } init();
Comment