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

Detecting Collision and Reflecting the MovieClips in Flash AS2

I'm working on a small game which involves two players. There are two Spaceships(MovieClips) and a ball. The problem i'm facing is that i want to reflect the two spaceships as soon as they collide(same with spaceship-ball collision).
-1
votes
2 answers

Multiplayer flash games

How to enable multiple key press detection in adobe flash professional cs6. (basically making a multi-player game)
Shagun Sodhani
  • 3,535
  • 4
  • 30
  • 41
-1
votes
1 answer

flash sound malfunction

Problem summary: A sound (stream) placed inside a movie clip that is within another movie clip will start playing continuously when I use the play control to jump around on the main timeline. Details: I am using Flash CS3 but the same issue occurs…
Braeburn
  • 21
  • 1
  • 6
-1
votes
2 answers

How to make an animated analog clock run twice as fast as another while starting at the same initial time

How does one start two animated analog clocks displaying the same initial time, then make one twice as fast as the other so that one second becomes a half-second, et cetera so that it races past the "real-time" clock? The trick is that they need to…
Dylan
  • 495
  • 1
  • 6
  • 19
-2
votes
1 answer

Tile based movement on Actionscript 2.0 (adobe flash cs6)

So I have got this problem where I do not know how to possible code tile based movement in 4 directions (NSWE) for action script 2.0. I have this code but it is dynamic movement, which makes the char move in all 8 directions (NW,NE,SW,SE N,S,W,E).…
Ryu
  • 3
  • 1
-2
votes
1 answer

can you explain me as3 randomly swap shapes' positions

I copy some code and want to use it but I don't understand. this code is about How to randomly swap shapes' positions in specific locations. anyone can explain in simple how this code works? function randomSort(a:*, b:*):Number { if…
Tamara
  • 23
  • 7
-2
votes
1 answer

Adding Flash animation to an android studio Project

Is it possible to add an animation flash to my android studio project?
-2
votes
1 answer

Adobe Flash - Access of possible undefined property COMPLETE

I want to loop some video in flash, I found this code but get "Access of possible undefined property COMPLETE through a reference with static type Class" when I try to run it. video.source="video.flv"; import fl.video.*; function…
Aaron Owen
  • 33
  • 4
-2
votes
2 answers

Error in File Class?

I have a button at the stage of the name "butdin" And add him as the class : I want to when you press the Menu button in the file show Why button does not work.. package { import flash.display.MovieClip; import flash.system.fscommand; import…
FlashGirl
  • 53
  • 11
-2
votes
1 answer

Checkboxes to be checked based on the file and stored in the file in as3

I have 5 checkboxes, 1 button, and a text file. In my text file the values are stored like this: 1,0,0,0,1 When I run the program, the first and last checkboxes need to be checked and the others need to be unchecked. If I check or uncheck any of…
Peiman3D
  • 15
  • 3
-2
votes
1 answer

Can we change stage size dynamically?

Am working on flash cs6 and AIR 14.I developed one app i want to adjust that app to all android and ios devices.for that i want to change my stage size dynamically according to screen resolution of device.Is it possible to do that.if yes how ?
Usha Kommuri
  • 71
  • 1
  • 11
-2
votes
1 answer

ActionScript 3.0 How do I make it once you click a object it goes to next scene?

I am making a simple flash game. How would I make the user to go the next scene when the zombie is clicked?
-2
votes
1 answer

button activity delay in as3

I'm actually new to as3, and I am developing a snakes and ladders game. I already got everything working. Only thing is, when the dice is still on the roll, the chip is already on the move, advancing on each tile. For example, the random number is…
-2
votes
1 answer

I need help linking an app to another and opening a URL

I really need help with an android application that I am trying to make for my personal use. I want to use adobe flash pro. I can make the GUI, but I just need the code that makes it all work. This is my intention: When I click on a button, it…
-2
votes
1 answer

1084: Syntax error: expecting rightbrace before end of program

So I keep getting this error, debugger wont run but rather just shows this error in a compiler box. Thing has been driving me crazy for days now so I decided to post it here. So it says: Scene 1, Layer 'powerups', Frame 1 1084: Syntax error:…
Dominiko
  • 45
  • 2
  • 4
  • 9
1 2 3
57
58