
Roland
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by Roland
-
-
You can delete objects on the stage with the delete key...
but is there a way to add new objects on the stage?
I was working with the AS2 version - I am not familiar with AS3 yet.
I tried to attach a new movieclip with a button but it messes it up:
on(click){ var a:MovieClip = _root.attachMovie("pic_mc", "test_mc", this.getNextHighestDepth(), {_x:25, _y:25}); }
Adding scalable objects (Text, MC) [SOLVED]
in TransformManager (Flash)
Posted
Thanks, thats awesome!
works great