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

Why does my imported MovieClip (imported from SWF) not behave like a MovieClip?

import flash.display.MovieClip; import flash.display.Stage; import flash.display.Loader; import flash.net.URLRequest; stop(); var loader:Loader = new Loader(); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,…
Orange
  • 63
  • 8
1
vote
1 answer

Can you tell me my fault? it's about if nested (flash cs6 as3)

I've already checked but still get wrong? this is the comment : ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller. at flash.display::DisplayObjectContainer/removeChild() at…
Tamara
  • 23
  • 7
1
vote
1 answer

Action Script 3 - ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller

I'm following this tutorial for Action Script 3 on http://markbennison.com/actionscript/as3-space-shooter/2-coding-projectiles/ I'm on part 2 Coding projectiles I don't know why its saying Error all the time when I press play "ArgumentError: Error…
1
vote
0 answers

How to fix - 1084: Syntax error: expecting rightbrace before end of program

So I'm copying this tutorial from a website - making a Space Shooter game. I'm at the 1+: Interactive Animation (Afterburner) Part but I can't seem to figure out where to add the last code for the last given code: Return now to your stage and enter…
1
vote
1 answer

How to Embed text file in Adobe Flash for Adobe Air application

I've been searching for several days now a way to embed a data file, which is in text format, inside an app I'm trying to build in Adobe Flash for Adobe Air (for Android for now). The text file has a lot of data I want to use in my app, so I want to…
Koby.G
  • 73
  • 9
1
vote
0 answers

GeolocationEvent.UPDATE is not fired in Android version 6 and more than in AIR for Android

I am working on GEO LOCATION, i need to find out the Latitude and Longitude or Country and State Names. I am using Flash CS6, AS3 and AIR 24.0.0.180 version. It will return Geolocation.isSupported is true but when i am…
sivabalaji
  • 43
  • 1
  • 8
1
vote
1 answer

Moving Object to another Objects position

Hey everyone so I am having some trouble trying to get this to work correctly. I have a MC Object called character and another called "points". I have a container object called planetContainer I add the character to the planetContainer the character…
Nathan
  • 536
  • 4
  • 21
1
vote
1 answer

How to resize gif width and height in action script 3

Here i'm adding a movie clip on the stage. var mc:MovieClip = new movieClip(); addChild(mc); And here i'm fetching gif from the server and set it into a movie clip var request:URLRequest = new URLRequest("file Path"); var player:GIFPlayer = new…
Abhi.S
  • 11
  • 1
1
vote
1 answer

How to stop a movable object (which moves via the arrow keys) from going off the stage in Adobe Flash Professional CS6 Action Script 3.0

Hey I'm currently creating a game in Adobe Flash Professional CS6. I have a character, with an instance name of "alien". So far, I've only been able to code my game so that the alien can't go off the top or left sides of the stage. I can't figure…
Elise
  • 13
  • 3
1
vote
1 answer

Adobe flash cs6 Output window closes automatically while executing Filesteam operation in .exe file but it works fine in flash debug mode

I am using adobe flash cs6 for creating a desktop application. In that application iam using flash.filesystem.filestream to save a text file (I dont want to use FileReference because I don't want show the save dialog box ) When I call the new…
1
vote
0 answers

A conflict exists with inherited definition flash.display:MovieClip.isPlaying in namespace public

errore (private var isPlaying:Boolean;),i want paly more mp3 file for my project.help me. Here's my code starts: public class PlayerClass extends MovieClip { private var urlLoader:URLLoader; private const xmlPath:String =…
1
vote
0 answers

ASC3 -ADOBE FLASH CS6 Movie clips/score

Hi there i am making a little game app via adobe flash and acs3 . I want to start the app then a movie clip appears , then i have some series of buttons on stage from which the user must select the one to match the object on screen with the button .…
paladino
  • 13
  • 3
1
vote
0 answers

TypeError: Error #1006: value is not a function (AS3)

I'm going to make a puzzle game. When I clik the puzzle, it can't move and show an output error. TypeError: Error #1006: value is not a function. at Puzzles_fla::MainTimeline/dragObjek() at Puzzles_fla::MainTimeline/frame2() at…
1
vote
1 answer

How to Center Grid?

Hey everyone So I have created a grid on stage using the code below. Everything works fine and the grid is created. Only problem is when i change the columns and rows value to a higher value the grids position changed offset to the center of the…
Nathan
  • 536
  • 4
  • 21
1
vote
2 answers

I need a working pause and resume code on my project

I tried many of code so far pause and play to game but did not work many of them. I got a moving object on stage also I have timer dynamic text. I need a working pause and play code on my project. Example my moving object /*Fish 3 move*/ var…
KucuKeko
  • 111
  • 8