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

Adobe Flash Professional CS6: ActionScript 2.0 Class Property Problem and Compile Error Display

EDIT: This happens to me every time when there's a SWF file that comes with packages of ActionScript files and folders, when I convert them to FLAs by using JPEX Flash Decompiler that is in ActionScript 2.0. When I open the converted FLA on any…
RedFire
  • 1
  • 2
0
votes
1 answer

randomize Nested symbols for coin blocks

I have a MovieClip object called coinblock1. Problem: Coinblock1 has 6 frames and I want to choose a random frame number from this MC object. I want to use this number to later update some other variables by using an IF statement. Variables to…
0
votes
0 answers

Show integer numbers on textbox in Flash AS2

I'm making a game and I need a text box to show only whole numbers, such as "999" and not "999.58". This is messing up the image because it's too big and it's outside the text box and there's also no need for the player to see the decimals. I'm…
Eddy Cpr
  • 1
  • 1
0
votes
1 answer

HitTestObject between a Jelly and a character

I have a code for a character and a Jelly. Character: up_btn.addEventListener(MouseEvent.CLICK, function(){ character.y-=10; }) down_btn.addEventListener(MouseEvent.CLICK, function(){ …
0
votes
0 answers

2 same errors in one script

I have 2 errors: TypeError: Error #1009: Cannot access a property or method of a null object reference. at BlowfishPong_fla::MainTimeline/countTime()[BlowfishPong_fla.MainTimeline::frame79:75] TypeError: Error #1009: Cannot access a property or…
0
votes
0 answers

Not all text is being displayed when using on-screen keypad

Created a keypad in Flash cs6 following a tutorial. Once done the "1" key and the "4" key work--those numbers show up in the display. The rest of the numbers, however, do not. For example, if I click the 1, 2, 3, and 4 buttons the display only shows…
0
votes
0 answers

Editting an SWF file that has embedded fonts in Flash CS6

I am trying to edit a UI SWF file for a video game (Fallout 4) that contains the fonts that the other UI files use in-game. Basically, replacing the fonts with a modified .ttf file I edited in FontForge. The font files cannot have their names…
Rylan
  • 3
  • 3
0
votes
0 answers

ActionScript 3 How do I "move" coins when a player movieclip touches it

So let's say I have a circle object that I can move around in an open field, essentially I want to know if its possible to move the coin to a random spot, giving it an illusion of collecting a coin and spawning a new one. However I can't seem to…
0
votes
1 answer

AS3 How to add adMob to Adobe Flash/Animate?

AS3 How to add adMob to Adobe Flash/Animate? Please help me to figure out how to add adMMob to my Actionscript 3 app. There isn't a well-written documentation on how to do it. I only found a youtube video that explains it but still it was not well…
0
votes
0 answers

Sound Function Doesn't work on TouchEvent

When I'm trying to add a sound to TouchEvent Function the sound doesn't work on the Android emulator. But it works fine if I replace the TouchEvent with MouseEvent and test it on Adobe Animate. What am I doing wrong? Multitouch.inputMode =…
0
votes
1 answer

Using Actionscript 3.0 to play audio from dropbox

Just looking for some advice and hoping someone can point me in the right direction. I'm trying to create a Flash MP3 player that can play music stored on DropBox. Never used ActionScript before so kind of learning as I go... From what I've read so…
ElCodes
  • 21
  • 6
0
votes
4 answers

how to call just 2 value in array randomly specific location flash

I've 3 mc. I want to call 2 of them on stage randomly in specific locations. I don't know how to call them. I just tried with array. I think array is the best way but still confused. this's code I tried : import flash.geom.Point; var Batumc:batu_mc…
Tamara
  • 23
  • 7
0
votes
1 answer

how to make object move in specific position flash as3

I make an mc object. this object can move right and left with keyboard. details are when I push rightkey it moves to right position in certain coordinate and when I push leftkey it moves to left position in certain coordinate. I want the object just…
Tamara
  • 23
  • 7
0
votes
0 answers

how to save array in array randomly

I tried to show a random number in three movieclip boxes below(blue, yellow, red) when push button(grey box). to make random numbers I use math.ceil and I keep it in a var. I make 3 var (so I've 3 formula random number). after that, I want to call…
Tamara
  • 23
  • 7
0
votes
0 answers

Exporting swf file Flash CS6

I need to export classes that do not have connection with Symbols, sprites and images in the library (only action script codes). But every time I export the SWF, it exports only ActionScripts that have a connection to the library. In Publish…