movieclip
How to assign a value to a variable in Flash (AS3)?
Using targetCurrent -- I am able to get the name of the MovieClip a user clicks on. On function toggleClick[详细]
2023-01-11 20:27 分类:问答AS3, for loop create button inside movieclip and how to call it?
Here is my full code import fl.controls.*; var test:MovieClip = new MovieClip(); var btn:Button; for(var i:int = 1; i<=7; i++){[详细]
2023-01-11 15:55 分类:问答I have a AS3 class which extends movieClip with a dynamic image, how to make this image draggable?
I need to make an item draggable (dragable?) Sorry if my terminology is not right! I have a class where I will store variable and do calculations:[详细]
2023-01-11 07:24 分类:问答Playing a video with MPMoviePlayerController in Portrait WITHOUT Private API - Will I get rejected by Apple?
It\'s my understanding that MPMoviePlayerController movies must play in landscape orientation because the \"setOrientation:\" function is private API. Well, it occurred to me that if I were to rotate[详细]
2023-01-11 04:11 分类:问答Referencing movieclip within another movie in Flash AS3
I was creating a drap and drop simple game, dragging and dropping an item from within a movie clip. All was working fine, but then I had to add more items so I created a ScrollPane and referenced the[详细]
2023-01-07 01:58 分类:问答How do you load a folder full of png files to construct an AS3 movie clip?
I see plenty of AS3 examples of loading 1 image file into a 1 frame movieclip, but how can you 开发者_开发百科take a folder full of images, load them and treat each image as an individual frame of a s[详细]
2023-01-07 00:39 分类:问答How to edit an AVI tag?
How can I read and write the tags of an AVI f开发者_开发技巧ile?Use TagLib# library, it\'s written entirely in .net and it\'s LGPLv2[详细]
2023-01-06 19:06 分类:问答sequencial movieclip name in AS3
I\'m pretty unexperienced with Action Script but searched the forums extensively to try and find a solution to this simple problem.[详细]
2023-01-06 11:41 分类:问答How to make a MovieClip remove itself in AS3?
What is the equivalent to removeMovieClip() in AS3? Apparently 开发者_StackOverflowmany have the same question:[详细]
2023-01-06 07:40 分类:问答AS2 Dynamic MovieClip Selection
If I have moviecl开发者_C百科ips called \"test1\", \"test2\" and \"test3\" in the _root, I can use:[详细]
2023-01-06 02:23 分类:问答