Questions tagged [flash-cs6]

Flash CS6 is part of Adobe's Creative Suite released on 7 May 2012.

About Flash:
Flash is a multimedia platform used to add animation, video, and interactivity to web pages. Flash is frequently used for advertisements and games. More recently, it has been positioned as a tool for "Rich Internet Applications" ("RIAs").

861 questions
1
vote
1 answer

ColorTransform for multiple movie clips

Despite searching both the web and youtube for a solution, it remains difficult to find information on colorTransforming multiple movie clips in AS3. I found a video on youtube about colorTransform which i followed steps to create a fully functional…
lottorist
  • 11
  • 2
1
vote
1 answer

How can i get a function to use any movie clip?

I'm a little lost in understanding this kind of function, i get the feeling this has been asked a thousand times but cannot find an explanation of what the code is doing. Basically i just want a movie clip with instance name box to do something,…
Gree
  • 13
  • 2
1
vote
1 answer

Actionscript 3 call function from another/root SWF

So I have 'home.swf' and 'play.swf' when I run apps I open home.swf first. on home.swf there's button to play.. //home.swf btnPlay.addEventListener(MouseEvent.CLICK, pickPlay); function pickPlay(event:MouseEvent):void { var loader:Loader = new…
GandhyOnly
  • 325
  • 2
  • 5
  • 18
1
vote
1 answer

Writing application in flash cs6 using sprite

I am trying to write android application in flash CS6 and I'm using sprite. When I ran the application I draw in the first screen. When I move to the next screen the line that I've drawn in the first screen still remain in the next screen. My…
adda92
  • 11
  • 1
1
vote
1 answer

Autocomplete search for any word in the sentence

I'm using an autocomplete for my flash app. The autocomplete uses an external text file. When I'm typing the first word of the sentence, it display all the sentences that begins with this word. Is it possible to display all sentence that have this…
user3094896
  • 195
  • 1
  • 8
1
vote
2 answers

How to check if user clicked on smaller object before larger object?

Hey Everyone so I am currently working on a game and the objective is for the user to click on objects on the stage. But the user has to click on the largest objects first before the user clicks on the smaller objects. I wanted to make it that if…
1
vote
2 answers

Flash AS3 if/else statement not working as expected

I am trying to execute this code in flash AS3, but it's not working correctly . In the body of my If condition, I set myFlag = 2, but the if condition always is True!! Here is my code: var myFlag:int = 1; if (myFlag==1) { …
1
vote
1 answer

Actionscript 3 TypeError: Error #1006: value is not a function. Unable to find issue

I have been having trouble with AS3, most specifically with the "TypeError: Error #1006: value is not a function" error message. I'm an absolute beginner, but I've checked out the other stackOverflow questions related to Error #1006, and on other…
Ark
  • 13
  • 5
1
vote
1 answer

URLRequest is not working perfect

I want to link as3 code to a webpage. I click a button and then go to a web page. I used navigateToUrl. When I compile my fla file then the button is working perfect, going to the required webpage. But without compiling the fla file, when I…
USERRR5
  • 430
  • 2
  • 10
  • 27
1
vote
2 answers

url request is not working for an exe file

i have an exe file of a game made in construct2 tool..i am trying to run it from my as3 code using url requset..but my code is not working what should i do? here is my code.. btn1.addEventListener(MouseEvent.CLICK, f_testURLOpener); function…
USERRR5
  • 430
  • 2
  • 10
  • 27
1
vote
4 answers

stage.swapChildren(MClip1, Mclip2); not working

i have made a drag and match game where i have a rectangle circle movieclip ..when rectangle/or circle hit a specific box rectangle will always be behind circle and circle will always be over retangle,if i drag rectangle first then circle its…
USERRR5
  • 430
  • 2
  • 10
  • 27
1
vote
0 answers

Scrolling to specific portion of a page of movieclips is not working for a search option

I have a menu page for a book containing a scrollable parent movieclip which has 27 child movie clips.I had added key board input to scroll it.Now I have added a search button and an input text field in the menu page.Suppose user want to open part…
USERRR5
  • 430
  • 2
  • 10
  • 27
1
vote
1 answer

scrollable activity in as3 is not working perfect for android air

i want to make a scrollable index of particular math book for android version where i will be able to scroll a movie clip consists of 56 child movieclips(there are chapter 1 to chapter 56 child clips has made "buttons_all" parentclip) and when i…
USERRR5
  • 430
  • 2
  • 10
  • 27
1
vote
1 answer

eventlistener functions doesnot stop workning

I have made a content where in one frame I have 10 movieclips(5 color pair) equally divided into two columns.I have added three event listener to the stage mousedown, mouseup, mouse move. I have drawn lines from one movieclip to another to match one…
USERRR5
  • 430
  • 2
  • 10
  • 27
1
vote
1 answer

AS3 ArgumentError: Error #1063: Expected 0, got 1

Can anyone can help me with this issue. I have no idea with this issue. Just keep getting this issue. Already try modify from this function init(e:Event = null) to function init() or function init(e:Event) Appreciated who can help me with this. If…
tommy5115
  • 105
  • 2
  • 10