The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
53 views

prevent next scene frame on movieclip mouseclick

I have a scene with a few objects as movieclips which can be clicked one at a time. What happens is that I'm able to click every object and on click the scene switches to the next frame. How do I ...
0
votes
1answer
61 views

Action Script 3.0 Mouse Event in a class package

am having problem with using mouse click event inside a class, i am an absolute beginner to Action Script. what i want is that if i click the btn_MClick button it should run the script, but everytime ...
0
votes
0answers
66 views

Actionscript 3.0 HitTesObject for looping object

i have a movie clip with the name "left"+i which is moving up and i want to do hittestobject with line1,line2,line3 . the code that i have try is this: Multitouch.inputMode = ...
0
votes
1answer
79 views

Unable to Build Code Hint Cache?

I have a very large custom class that I'm using in my Flash project (AS3, Adobe Air 3). However, I am getting this warning in the Flash Professional CS6 environment: * Unable to build code hint ...
0
votes
0answers
35 views

mistake with startdrag

i try to make a simple drag and drop quiz.. here is the code: import flash.media.Sound; var ding2:SoundDing = new SoundDing(); stop(); var lafad11:Array = new Array(a, o); for (var k:Number ...
0
votes
2answers
53 views

Function in AS3

i try to make a function like this: function splashlafadz(obj:MovieClip):void{ var varsplash1 = new TimelineMax({delay:3}); varsplash1.to(obj, 1, {alpha:100, x:427.85, y:208.90, ...
2
votes
1answer
97 views

AS3 “import packages” not working - drag and drop game in captivate

I'm trying to put an AS3 "drag and drop" game onto a slide in captivate 6. The standalone swf works fine but as soon as it is imported onto a slide in captivate and you publish it, captivate re-wraps ...
0
votes
1answer
149 views

Load images from Flickr feed in AS3

I'm working in Adobe Flash CS5.5 (with ActionScript 3.0), and I'm trying to insert a Flickr feed. I want the Flickr images to show in a kind of gallery. This is my code so far, and the result of it is ...
0
votes
1answer
37 views

ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller

I tempt to change my code with your instructions but don't work :/ import flash.ui.Keyboard; import flash.events.Event; import flash.sampler.NewObjectSample; import flash.utils.Timer; import ...
0
votes
1answer
46 views

Plugging Downloaded Actionscript3 Into a Personal Project

I'm a total beginner to all of this. I'm trying to make a three-second bit in a flash animation (not a game or interface--just a small sequence which uses a parallax star field I found on ...
0
votes
0answers
153 views

Flash FLVPlayback component doesn't stop after you leave video

Inside of a movie clip I have several difference instances of the FLVplayback component on different keyframes (10, 20, 30, etc). Each instance plays a different external .flv file. Buttons move the ...
0
votes
1answer
151 views

AS3 sound play when hit mc

i have a script like this var idsya1:Idsya1 = new Idsya1(); var iqlab1:Iqlab1 = new Iqlab1(); var ikhsya1:Ikhsya1 = new Ikhsya1(); if (idsya_1.hitTestObject(idsyabox_1)) { ...
0
votes
0answers
41 views

Issue with using a ANE in Flash

Hey guys I am dev an IPhone app and am having some difficulties with an ANE named contact editor - a extension to get the contact lists on the IPhone - ...
0
votes
2answers
122 views

AS3 array visible false

i want to ask about this script var dragbener:Array = new Array (dragmc, draglagi); this.addEventListener (Event.ENTER_FRAME, masukframe) function masukframe(e:Event):void { ...
0
votes
0answers
16 views

How to Organize Library in Flash Pro

I am using Flash Professional CS5.5 I would like to take the movieclips, images, graphics and sounds and move them around in the library that I have set up in my .fla file. However, it seems that you ...
1
vote
2answers
152 views

actionscript3 whats the point of addFrameScript

I want to ask about addFrameScript. addFrameScript(0, frame1); what is this script means? why its 0? is it possible to replace 0 with other number or word? public function try() { ...
0
votes
1answer
76 views

actionscript 3 if array in condition

i want to ask about this code.. if (objek.dropTarget.parent.name == "book") { if ((objek == alif) || (objek == ba)){ //yg perlu diganti //if (objek == objBenar){ //yg perlu ...
0
votes
1answer
107 views

Move actionscript from external .as to timeline

I want to ask how can I make an external script .as can be moved to the timeline?? i dont understand about as3.. plis help me :( this is the script that i want to move to timeline package { ...
0
votes
0answers
66 views

Graphic Design in Flash Pro CS5.5 Some Images don't publish correctly

I am using Flash Professional CS5.5 to make a design for a poster. I basically drew these little cards as a border. Inside of Flash I have everything laid out perfectly, and it looks fine. However, ...
0
votes
1answer
68 views

Is my .fla file destroyed?

I am using flash cs5.5 While saving the fla file my computer froze, and I had to shut down the program. Now I am trying to get back into the file and it wont open... Is everything I have done lost ...
0
votes
0answers
50 views

Flash CS5.5 Milkman Android Admobs ANE not working AT ALL

So I just bought this ANE for android and IOS, and I feel like it is a complete waste of money. I added the swc. Milkman's guide says nothing about changing the xml file. Should I do that as well? I ...
1
vote
0answers
369 views

as3 Why use starling for games on Android and IOS devices?

I have a nice setup where I publish, compile, design, etc. in Flash Pro CS5.5 and write as3 code (and some xml) in Sulbime Text 2. Being forced to import each image or generate a sprite sheet seems ...
0
votes
1answer
78 views

Where do I put admobs .Jar file in Flash Pro CS5.5?

I have created an app in Flash CS5.5 and would like to put admobs advertisements in it. I am having problems figuring out where to put the .jar file that comes with admobs. All the tutorials say ...
0
votes
1answer
260 views

as3 Why do I feel like I am fighting Flash Develop (on mac)?

I am creating Web, Android, and IOS games and applications in Flash Pro CS 5.5 I really like this program, and I use it for laying this out, creating movieclips, storing all the assets in a library, ...
0
votes
0answers
64 views

JSFL system default font switching

I'm trying to set the font on a text object using jsfl in Flash. I've having trouble setting the font from an installed font to a font that's not installed but is assigned to the system default font. ...
0
votes
0answers
104 views

Creating a bundle with Adobe ADT (Adobe AIR 3.5)

I am attempting to create a desktop captive runtime for an Adobe AIR 3.5 project. (Nevermind why I need this, I'm not open to the ever-popular "why don't you just..." statements regarding this topic.) ...
0
votes
1answer
123 views

Load from External txt file

Hi i wanted to load a external .txt file to a dynamic text field in Flash CS5.5 using Actionscript 2 but it loads only 609 lines (13070 Characters) !!! Well the list is really big and has about 2500 + ...
2
votes
2answers
579 views

Convert as2 to as3

I found a script for searching and selecting a specific text from a dynamic text box But the problem is it is AS2 I started Flash by only studying AS3 so i have no idea on how to convert AS2 to AS3 ...
1
vote
1answer
61 views

action script 3.0 .I had tried a program that should move the dragger as well as the content movieclip,

In this code i need a progressbar to progress through while the imported .swf file is playing, meanwhile i should able to drag the dragger in the progress bar (i.e the rate of movement of dragger ...
0
votes
0answers
69 views

Loading Screen as Worker

I'm having a difficult time figuring out how to program this in Flash Professional CS5.5. The documentation is not terribly clear. I'm using AS3 and Adobe AIR 3. I just upgraded Flash Player to 11. I ...
3
votes
2answers
129 views

Running AS3 Function Asynchronously

I'm having a bit of trouble making sense of some of the tutorials for this online, thus why I'm asking here. (Using ActionScript 3, Adobe AIR, and Flash Professional CS5.5) I have a very heavy ...
0
votes
2answers
114 views

Custom AS3 Class not Updating

I've had a similar issue to this, but the means that I solved the last one are not working here. I have a custom class that consists of 12 separate .as modules. They're declared in the document class ...
0
votes
2answers
117 views

Flash Tlf looks bad in flash professional CS5.5

Just drawing a simple text line. With TLF text it looks pixelated and with classic text it looks just fine. Looks at the 's' and the 'r' they looks bad with TLF text. Any ideas why this happens?
0
votes
2answers
204 views

Drag-and-Drop - Limiting duplicate MCs for single use in targets?

I've been working on a Flash drag-and-drop scene using AS3. The scene is broken into 4 "zones", and each zone has 5 targets. I've used arrays to allow the mc's to be dropped in their respective ...
1
vote
1answer
703 views

does placing object on Flash pro cs6 stage uses starling for stage3d acceleration or uses old Flash?

To make 2d games with stage3d hardware acceleration ,it's best to use starling framework ,and starling tutorials do not use flash pro cs6 ,and designing levels is done in code ,so does that mean ...
0
votes
1answer
372 views

AS3 - Timer - Error #1009: Cannot access a property or method of a null object reference

I have created a simple math game for preschool using flash cs5.5. My problem is : When I click Start to play a game for first time, everything is okay but when I click button option or help, then ...
0
votes
1answer
117 views

Turn off the “save changes” popup on modified files in Flash CS5.5 (JSFL)

I'm using a jsfl script to run export to swf on about 200 fla files, this opens the fla file runs the commands from the jsfl then exports to SWF, however this modifies the FLA file and when it want to ...
0
votes
1answer
178 views

textfield focus in flash not working online

I have created a Flash CS5.5 movie. The set-up is a little game. The movie starts with one textfield and the user has to type a code. So the textfield has to have a focus. I do this with this code: ...
1
vote
1answer
1k views

convert swf to video in Flash Pro CS5.5

I have searched the web and here for answers but so far, the links are dead, the how-tos no longer work for the version I have, or there are no answers. I have a swf animation with full sound and ...
0
votes
0answers
73 views

Making Newstand IOS Apps in CS5.5

I have built a couple of apps in Adobe Cs5.5 and find it useful for small projects we want to convert over to android. I know its not as powerful as native obj C but there we go. My question is ...
0
votes
1answer
83 views

How can we set a general publish setting for a Flash projects?

In Flash 5.5 you can create flash projects which allow you to share libraries of flash files in production time. It also allow you to publish all the files together. I want when I publish all the ...
2
votes
1answer
284 views

Make Objects behave like Radio Buttons in AS3

I would like to implement a very simple way to store a variable containing the last specific "CustomObject" I clicked. I'd like clicks on other objects to be ignored. Take the following sample code ...
0
votes
2answers
1k views

Moving a movieclip with another movieclip in as3

How can we move a movieclip in the direction another movieclip moving? I have a movieclip, the prey, that is moving with accelerometer updates. And I want the follower movieclip to catch up that ...
1
vote
2answers
188 views

Export/Test Movie Issues

I'm developing a game on AIR for smartpones and since a few days I have the following problem: when I hit ctrl + return to test my movie, it won't open and will endless export (the progress bar opens ...
0
votes
1answer
69 views

Boosting Audio Above 1 on SoundChannel

I'm dealing with an audio anomalie. I have audio that is mastered quite loud, yet on some systems, it is too quiet. Boosting the audio file anymore causes clipping. It would be fine, except for the ...
0
votes
0answers
95 views

Detect Audio Stream, But Not Channel

Programming quandary time. I have a rather complex Adobe AIR (AS3) project, in which various audio files are played in various ways: Lip-synced animations have their audio files placed directly on ...
0
votes
3answers
522 views

Adobe Flash Extension Directory

I installed a Flash extension to Adobe Flash CS5.5 via Adobe Extension Manager CS5.5, but I would like to know where this extension directory is located on my Mac. Does anyone know where Adobe ...
1
vote
1answer
163 views

Using BlazeDS with Flash CS5.5 or 6

Officially, BlazeDs can only be used "with Flex and AIR". This comment is puzzling in itself since Flex is a set of Actionscript development tools, while AIR is a "mode" in which Flash can operate. ...
2
votes
2answers
1k views

Application failed codesign verification, iPhone

I have made an app for the iPhone using flash CS 5.5, tested it on a device (it works fine on there) and I'm member of the development programme. I'm attempting to upload the app to the store after ...
1
vote
2answers
148 views

as3 TWEEN-ing to a equal proportion?

Here is the code to make an MC the exact size in even proportions of whatever your choice. I choose 777 for this example. my_mc.height = 777; // Can be anything you want. my_mc.scaleX = ...

1 2