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
3
votes
3 answers

Sim Controller not opening when testing app on desktop Flash Pro CS6

I am publishing an app on AIR for Android 3.2 in Flash Pro CS6. Everything was working fine, but then all of the sudden the Sim Controller stopped coming up when I test my movie. The app makes pretty heavy use of the swipe feature, and without the…
Jim
  • 3,821
  • 1
  • 28
  • 60
3
votes
2 answers

AS3 - Recording a click with playHeadTime and using the time

I am fairly new to AS3 so any help would be appriciated. Basically I am trying to make something similar to the Hazard Perception test, where you click and it records weather you clicked at the right time or not. What I have so far is this: import…
jjhilly
  • 31
  • 3
3
votes
1 answer

How do I get Hit Detection to work in Flash?

Ives tried many hit detections and none of them seem to work for me. I've tried hittest hittestobject hitarea. When my object (which is a or b movie-clip goes fully into c movie clip i want c to move 300 x direction. Does not need to be pin point…
Liam Thomas
  • 71
  • 1
  • 5
3
votes
1 answer

Calculate a trajectory for an object, when given an angle and a velocity in flash

I am trying to launch a cannonball from a cannon and have it follow a realistic path. The angle of fire changes depending on the orientation of the cannon (automatically orientates to mouse pointer). So what I'm trying to figure out, is how to move…
JohnW
  • 345
  • 1
  • 7
  • 15
3
votes
1 answer

How to set the registration point in the Flash CS6 Spritesheet export function?

I am trying to adjust the Spritesheet exported JSON file so I can import the sprites with their position at their registration point. In Flash I just add the offset which is frame.offsetInSource to the position but that doesn't works... This is how…
tversteeg
  • 4,717
  • 10
  • 42
  • 77
2
votes
2 answers

How to change your app's target API using flash CS6

I tried uploading APK to google play but get this error: Your app currently targets API level 21 and must target at least API level 26 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API…
DakFlash
  • 23
  • 4
2
votes
0 answers

Flash Actionscript 2.0 localToGlobal co-ordinate issues

I don't know if anyone here is old enough to remember ActionScript 2.0 but unfortunately I find myself stuck with it as the game I am writing a mod for (Skyrim) still uses AS2 for UI. I am using Greensock TweenLite/TimeLineLite for my…
Dunc Smith
  • 21
  • 2
2
votes
1 answer

AddChild to the stage only once when revisiting frame

I have two frames. In the first frame you can click a button to go to the next frame. In the first frame I want to add menu1 to the stage just once. If we go to the next frame and then back to the first frame, the menu1 should not be created again…
Jack
  • 57
  • 7
2
votes
2 answers

ActionScript 3.0 sound not working

So having trouble making sound on keyboard press I have the imports: import flash.net.URLRequest; import flash.media.Sound; I have the variables private var soundDownRequest:URLRequest = new URLRequest ("SoundDown.mp3"); private var downSound:Sound…
2
votes
1 answer

When I add a button, why does the dynamic text disappear?

I have a problem where I have some dynamic text which works perfectly fine, but the moment I add a button it disappears. I don't have any special fonts. I've searched for this problem everywhere but I can't Find anyone else with the same problem. If…
2
votes
1 answer

Error creating files when publishing IOS AIR

Hey everyone so I have this issue now to when I try to publish my Game using Adobe AIR IOS 22.0 Flash CS6 on my iPhone I get this Error"Usage error incorrect arguments...Have conflicting package paths paths Everything was working fine before I am…
Nathan
  • 536
  • 4
  • 21
2
votes
1 answer

How to loop through frame number and if true then ignore that frame number?

Hey guys so I am struggling the best way to approach this situation. So I have 5 frames in my ovenScreen.mcChar movie clip. Each is a character that the player can unlock. If the player has enough coins then they can go to the prize screen to get a…
Nathan
  • 536
  • 4
  • 21
2
votes
1 answer

How do I create a speed boost in CS6 AS2?

I'm using Flash CS6 with AS2. I'm in a Game Design class here in High School and we have learned some basic coding. I am currently trying to add a "speed boost" feature when you press the shift button. You're supposed to be able to press it and that…
Joshweiser
  • 21
  • 3
2
votes
0 answers

How to setup Fresh Planet Ane Google Play Game Services Correctly?

Hey everyone so I've been at this for days now. I am setting up the Google Play Game Services ANE from Fresh Planet using Flash CS6 and Flash Develop with the latest Adobe AIR 17.0. I have the ANE connected to the library path in Flash CS6 also…
Nathan
  • 536
  • 4
  • 21
2
votes
1 answer

Checking for straight combination in poker

I want to check for a straight combination in a poker game. So, I have this array: var tempArr:Array = new Array; I have this for sorting the array: for (i = 0; i < 7; i++) { tempArr[i] = pValue[i]; } tempArr.sort( Array.NUMERIC ); pValue…
hotarufire
  • 23
  • 2
1
2
3
57 58