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
0
votes
2 answers

Assets from SWC not included in SWF in Flash CS6

I have an asset FLA file that includes symbol assets.UI.something and there is a corresponding class assets/UI/something.as. When I'm publishing it into SWC, I can unzip it and see (in catalog.xml) that the symbol is there. I also have a main file…
xims
  • 1,570
  • 17
  • 22
0
votes
2 answers

How to reset variable Flash game CS6 AS3

I am coding a flash game in which the ball hits a movie clip object and this takes the user to a new scene. this works fine but when i return back to the game scene the ball moves twice as fast. How/Where do i reset the variables when returning to…
0
votes
1 answer

Is it possible to apply sound filters in Flash?

So basically i have a soundboard made in Flash CS5, is it possible to alternate the sound of the library's audio files with using Flash only? Like make the clips sound deeper or faster, thats the point. But if it's not pissbile
0
votes
1 answer

Big bug on my .fla file, can't find any reason why it's not working

i have this .fla file that before isn't playing the sniper shot sound until you click the fire button. now it play 3-4 time while the game is playing without even playing the movieclip that is supposed to play with it. PLEASE HELP!!!! i've just…
JCR10
  • 79
  • 1
  • 1
  • 9
0
votes
2 answers

flash Animted Library objects not animating in Workspace

I have several animated objects in the library which I have in my scene. When I run the timeline, any animations done in the scene will animate, but the objects in the library do not. How can I make them animate at the same time whilst keeping the…
Stefan Dunn
  • 5,363
  • 7
  • 48
  • 84
0
votes
2 answers

AS3 document class trouble

I just started using the document class in flash cs6 today... so I learned how to put things on the stage and remove it...but if I make a chain of it it doesn't really work and gives me an error here this is what I mean... public var…
tailedmouse
  • 365
  • 3
  • 16
0
votes
1 answer

How can I see the mouse coordinate in Flash Professional IDE?

I need to know where my mouse is so that I can translate the UI into code. Does Flash Professional IDE support this? If not, what is the best solution to this need?
D_S_toowhite
  • 643
  • 5
  • 17
0
votes
1 answer

Actionscript Menu trouble

I am very new to Action script. I am trying to make a game which has new game/save/load functions and I am coming across a lot of problems can somebody please help me? I will explain things from the top, so far I created a place with 3 slots each…
tailedmouse
  • 365
  • 3
  • 16
0
votes
2 answers

Flash CS6 embeded font not visible

If anyone having same problem. I have saved my flash CS5 file to new version CS6 and now the embeded fonts are not showing even in IDE I am selecting the non embed version of that font. Even then they are appearing as invisible selectable area, I…
justnajm
  • 4,422
  • 6
  • 36
  • 56
0
votes
1 answer

End of file was encountered. at flash.display::BitmapData/setPixels()

I'm trying to load a png file from the library into a bitmap data, but get an EOF error when trying to do so. End of file was encountered. at flash.display::BitmapData/setPixels() I've added comments with the values used in the code below. var…
0
votes
1 answer

Flash CS6 not displaying AS3 projects (OS X)

Flash CS6 won't display any AS3 projects while debugging anymore. When compiling for debugging it turns up white in the default "debug window" inside of Flash. If I right-click in the debugger window it says "Movie not loaded". No compiler errors…
david.emilsson
  • 2,313
  • 1
  • 20
  • 24
0
votes
1 answer

Air for iOS - Debug app without developer certificate

Is it possible to debug an AIR for iOS app without an Apple developer certificate or do I need a jailbreaked device for that? (I'm using Flash CS6 and Air 3.5 on Windows XP) Thank you. Uli
Uli
  • 2,625
  • 10
  • 46
  • 71
0
votes
1 answer

replay btn in flash cs6 using actionscript 3 is not behaving correctly

I have a flash animation that using action script at the end to stop the animation and has a button for the user to click and replay at the animation. When they click and replay the animation the last scenes that were on the screen don't disappear…
kas
  • 73
  • 2
  • 14
0
votes
1 answer

AS3 - Painless Simple Animation?

What I have are two MovieClips that I wish to move around the screen (one horizontally and the other vertically) my ideal scenario would be an android type animation like this... TranslateAnimation moveDown; if (isMainGuiVisible) { moveDown =…
Mytheral
  • 3,929
  • 7
  • 34
  • 57
0
votes
1 answer

Publishing to AIR Captive Runtime ONLY creates .tmp folder

Having a recurring issue when trying to create an AIR Captive Runtime using the latest AIR 3.5 SDK. Publishing in Windows 7 from Flash CS6. Most of the time AIR will only create a .tmp folder and NOT an .app folder And the .exe in the .tmp folder…
Bachalo
  • 6,965
  • 27
  • 95
  • 189