actionscript 3 - Vectorian Giotto import flash.external.ExternalInterface syntax error? -


i'm creating scaleform hud udk, , created. problem want healthbar , weapons bar rotate give 3d effect. when try 2 errors:

on line 1, characters 1-2, syntax error: i

on line 6, characters 1-10, syntax error: intrinsic

import flash.external.externalinterface import gfx.motion.tween _global.gfxextension = true;  function init() {     _root.healthbar._yrotation = 30;     _root.weapons._yrotation = 30; }  init(); 

is because actionscript 3.0? how convert 2.0? thank you

take @ thread, talks challenges using externalinterface: http://forums.epicgames.com/threads/802762-developing-scaleform-ui-with-vectorian-giotto


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -