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
1 answer

Flash Professional CS6 or Flash Builder 4.6

Recently I have been looking at Flash Professional CS6 and Flash Builder 4.6. I am trying to figure out what would be best for me, but I have no idea. When I create my apps I do all of the graphics and coding, with many graphics, and many many lines…
RMK-Jacob
  • 209
  • 1
  • 4
  • 15
0
votes
1 answer

From c++ too cs6 classes help if possible

How do i create a ac3 class which is similar to the c++ class? I'm pretty new to ac3 so converting has been a bit hard for me. When i do this i get a nested problem and also can only be one visible external class error. Anything similar so i can…
Liam Thomas
  • 71
  • 1
  • 5
0
votes
1 answer

How do i use MouseEvent.ROLL_OUT and MouseEvent.CLICK at same time in Adoble Flash CS6?

I'm making a website and I want to make MouseEvent.ROLL_OUT and then be able to click on the object i deffined as button. How can i do that? I tried this but it's not working... b2.addEventListener(MouseEvent.ROLL_OVER,…
gn66
  • 803
  • 2
  • 12
  • 33
0
votes
2 answers

Control Flash Player version in a Mac projector app?

I'm using Flash CS6 to build a Mac projector app. The app is crashing on OS X 10.5.8, and I think it's because the projector is including Flash Player 11.4, which only runs on OS X 10.6+. My question is: how do I control the version of the player…
Kevin Bray
  • 366
  • 1
  • 5
0
votes
1 answer

Any Issues Between CS6 Flash Pro and Flash Builder 4.5?

I am trying to follow this guide: http://tv.adobe.com/watch/learn-flash-professional-cs5/using-flash-pro-and-flash-builder-together/ While using CS6 Flash Pro and Flash Builder 4.5. The issue I am having is my Flash Builder code doesn't seem to have…
Mytheral
  • 3,929
  • 7
  • 34
  • 57
0
votes
1 answer

Flash Builder - Import SWC and use the buttons?

I can get the SWC into my project and I can see the various buttons it contains but.. I can't seem to get them into my custom class. I think this might be the answer but I don't know how to format the necessary import statement: Flash Builder - How…
Mytheral
  • 3,929
  • 7
  • 34
  • 57
0
votes
2 answers

Play layer 2 then go back to layer 1 frame 1 with only main code

How do i play layer 2and when finished go back to layer 1 frame 1 only in the main based code and no frame code?
Liam Thomas
  • 71
  • 1
  • 5
0
votes
0 answers

Air for iOS config panel closes when I click another tab on Flash CS6 on Windows

Whenever I try to edit configuration in Air (desktop, android or iOS) and I click in another tab, Flash loses focus and the config windows closes. I have googled for anything similiar but I haven't found anything. Does anybody knows if this is a…
Hugo A
  • 413
  • 2
  • 6
  • 23
0
votes
0 answers

How to loop round Layer and stop on frame 1?

Ive seen gotoAndPlay and gotoAndStop but is there like a gotoAndLoop till frame 1 or something? Trying to do this all outside frames (code)
Liam Thomas
  • 71
  • 1
  • 5
0
votes
1 answer

Multi-touch event handling for Android game app

I'm working on a multi touch game but I cant seem to get something to work, at the moment I have a draw Dpad in the bottom left corner, when the user touches a Dpad button a sqaure on the screen will move, when they release thier finger it stops, so…
Canvas
  • 5,779
  • 9
  • 55
  • 98
0
votes
0 answers

flash symbol/movieclip animation loss on drag operation

My scene has a tween animated symbol which is just some text. I added drag/drop functionality to the symbol via code snippets, which works finei. However when a drag operation begins the animation of the symbol stops and never resumes. Anyway at all…
nathan
  • 251
  • 1
  • 10
0
votes
3 answers

How to rotate a sprite in actionscript on its center

Okay, so ive read lots of stuff on this, and its gotten repetitive, but none of it fixes my problem or its too hard for me to understand. I am trying to get a sprite of a man, looking at him from the top down, to stare at the mouse wherever it goes…
Jonheel
  • 33
  • 1
  • 5
0
votes
1 answer

Flash and ActionScript 3: change frame based on cursor's x-axis position

If you navigate to the gallery page on this flash site you can see Tintin does as I describe. I have googled a few times but haven't been able to turn up anything. Any help is greatly appreciated, thanks! EDIT: Although, just changing a symbol's…
user1395909
  • 157
  • 1
  • 3
  • 12
0
votes
1 answer

ActionScript3 Extrenal Preloader Won't Play Movie Clip

I'm sure this a simple problem and I'm overlooking something obvious. I have an external pre-loading SWF that contains nothing but a movie clip (loader_graphic) on one layer, in the first (and only) frame; and a loading script on another layer, in…
Ty Morton
  • 733
  • 2
  • 8
  • 29
0
votes
2 answers

AS3 Frame script executing immediately rather than when specified

I have the following code which should add a MovieClip and add a frame script to the MovieClip to be executed once the clip has finished playing. The code shown below however triggers the frame script as soon as the MovieClip is added and I can't…
Simon McArdle
  • 893
  • 6
  • 21