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 1071 Error, expected a definition keyword

Trying to get this working in Flash AS3, AIR 3.2 for iOS, using GreenSock. I've tried defining it as a variable, function, etc, to no avail. A search online comes up with nothing. The following errors come up for the line of code TweenMax tween =…
ArrayOutOfBounds
  • 133
  • 4
  • 19
0
votes
1 answer

Flash CS6 actionscript 3.0

I create document 3.0 AC. I paint circle in 1 frame and symbol "Movieclip" name "circle" and double click,i do create shape tween circle. I write script gotoAndPlay("startcircle") from movieclip "circle",but not working next frame 2 movieclip name…
Auron PL
  • 3
  • 2
0
votes
1 answer

gotoAndStop(); will not work right

I wrote this code for a game im making, Im just learning, There are no compiler errors but when i run the code it fails with no errors. I have a line where i would like to goto a specified frame so the code is Button_Object.gotoAndStop(Local_Frame)…
Nathan
  • 23
  • 1
  • 3
0
votes
1 answer

Internal AS3 preloader & stage issues

I need to create a single SWF with no external files, so I'm trying to add an internal preloader to my Flash project which has [embed] assets. I know [embed] causes problems with preloaders because it puts the assets on frame 1. I have tried the…
BladePoint
  • 632
  • 5
  • 16
0
votes
1 answer

issue in flash pro cs6 - testing a mobile app

Hey guys I have an app I am developing and it was being dev in flash pro CS5.5 but now it is being dev in CS6. My issue is when I go to test it, it opens that terminates right away: [SWF] pl.mllr.extensions.contactEditor - 8326 bytes after…
David Biga
  • 2,763
  • 8
  • 38
  • 61
0
votes
2 answers

Tweening alpha with GreenSock

Trying to tween the alpha of a graphics object in AS3 using GreenSock, but the functions are not working. Trying to tween to from alpha 0 to 0.7 in 2 seconds. The fromTo(); method doesn't work either. I don't want to, but would I have to instead,…
ArrayOutOfBounds
  • 133
  • 4
  • 19
0
votes
1 answer

TimerEvent function ignoring Timer delay

I'm working in AS3, Flash AIR 3.2 for iOS SDK. I'm trying to run part of the program only after myLoader finishes loading an image. I have a myTimer.start(); which runs inside myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE,…
ArrayOutOfBounds
  • 133
  • 4
  • 19
0
votes
2 answers

Separating movement tween and alpha tween using GreenSock

I'm using GreenSock's TweenMax in AS3, Flash AIR 3.2 for iOS. I'm trying to get a string of text to start fading using the autoAlpha plugin at a certain point (such as after it reaches the middle of the tween) during the movement tween, and not from…
ArrayOutOfBounds
  • 133
  • 4
  • 19
0
votes
1 answer

Next frame after a movieclip in adobe flash actionscript 2.0

I'm busy with a project in Adobe Flash Actionsricpt 2.0. And I have this imported video on one frame, but if i don't put stop(); in the script of that frame, the video won't play, but if I do it won't go to the next frame. Is there a code which…
44 magnum
  • 11
  • 3
0
votes
1 answer

Slow export in Flash Professional CS6

I have linked an external library to my fla from the advanced publish settings. (It is away3d library) There is nothing on the stage and nothing on the timeline either, I have just added some code in the Document Class(look below). Whenever I run…
Joe Slater
  • 2,483
  • 6
  • 32
  • 49
0
votes
1 answer

How to loop a tween/autoscroll TextField across screen

I'm working in Flash AS3, AIR 3.2 for iOS SDK. I'm trying to make a TextField appear and tween from the right side of the screen automatically to the left side, disappear, then reappear from the right again in a loop. Trying to work out how I would…
ArrayOutOfBounds
  • 133
  • 4
  • 19
0
votes
3 answers

limiting adding object in array in actionscript3

i just beginer in as3, i got little problem with array and object (movieclip). first if you want add object into array use array.push(object) is't it? and if you want remove it with array.splice(index, 1). then how about stop adding object to array…
0
votes
1 answer

textfield font-size set issue

i tried to set a textfield font-size 200. When i click on the text field, there is no problem. but i focus out the text field, automatically is smaller problem occurs. refer a below image. why this problem occur? i don't know how to solved. of…
bitmapdata.com
  • 9,572
  • 5
  • 35
  • 43
0
votes
1 answer

1180: Call to a possibly undefined method TabHighlightDisplay when compiling assets

I'm getting a weird, class issue with some of my assets files. It works fine on 2 macs, but on my macbook it errors with "A definition for this class could not be found in the class path" I'm pretty sure something is going wrong flash, it has it's…
Rob
  • 7,039
  • 4
  • 44
  • 75
0
votes
1 answer

Redundant transparent border while exporting PNG sequence

I try to export movie clips into PNG sequence using Flash CS6. Movie clips contain other movie clips. So, result PNG images contain strange redundant transperent border. As I figured out it appears when inner movie clip(or any other object) is…
eleven
  • 6,779
  • 2
  • 32
  • 52