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

Save the image in the phone on sdcard?

I want to pin down the path to save the image in the .. \ DCIM . import flash.display.MovieClip; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.*; save_mc.addEventListener (MouseEvent.CLICK,…
FlashGirl
  • 53
  • 11
-1
votes
2 answers

how to create a dodging button in flash as3?

I want to create a button that "can't be clicked on", as in, when the cursor is near it, the button randomly changes it's position (within stage limitations). not sure how to look it up online, so i'm asking here :)
-1
votes
2 answers

close / unload UiLoader as3

I'm using a Loader to display a SWF. I have a button to load the SWF and I want that same button to close or hide or unload the SWF. Here's part of my code: var so:Boolean = false ; glossary.addEventListener(MouseEvent.CLICK, glossaire) …
-1
votes
1 answer

SWF Loader -> TypeError: Error #1009 (Null reference)

I've read the previous posts of SO and it seems that some people's had the same issue as me - but none came up with a solution that helped my problem :) I've designed 3 games that are their own SWF file, and I'm trying to load them upon a keypress…
user3307017
  • 121
  • 2
  • 13
-1
votes
1 answer

Receiving Type Error 1009, while trying to play a MC

Though I once knew Flash, I haven't kept up with it over the last decade and am now very out of date. My goal with this is to create a simple animation that is progressed by each keystroke. The words are predetermined so I created them as a text on…
Wry
  • 1
  • 1
-1
votes
1 answer

TypeError: Error #1009: Cannot access a property or method of a null object

I've some issues with my as codes as shown below, whenever my item hits the camera, it will pop up : TypeError: Error #1009: Cannot access a property or method of a null object reference. at Prototype1/hitCamera1() TypeError: Error #1009: Cannot…
ags
  • 7
  • 8
-1
votes
1 answer

Error 1136 : incorrect number of arguments. Expected 0

can anybody tell me what is wrong with this code ...How to solve this code i use this code make monster move to the checkpoints...but all of the check points get some warning from Line 22-30 1136: Incorrect number of arguments. Expected 0. package…
Irfan Syah
  • 15
  • 1
  • 6
-1
votes
2 answers

how do you make the textInput component multiline

How do you make the textInput component multiline.There is nothing in the properties or in the component inspector.is there a way to do it with AS3.I searched in many forums but i did not get any solution.Anyone knows help me.
Usha Kommuri
  • 71
  • 1
  • 11
-1
votes
1 answer

Generate a random frame number between 640 and 700 - AS 2

I want that my button randomly goes to any frame between the frames 640 and 700 ? This my code : on (press){ gotoAndPlay(random(700)+641); }
ITstud
  • 1
  • 3
-1
votes
1 answer

hitTestObject is not a function

hey guys just trying to make simple game in flash where this character runs and collects coins and then the coin count increases. this was working fine when i was dealing with just one coin and then i tried to do it with arrays and this error. is…
Lev
  • 5
  • 4
-1
votes
1 answer

How do I link a button to another page of my website in Flash?

So far I have this code: on (rollOver) { tellTarget ("_root.resources_mc") { gotoAndPlay(2); } } on (releaseOutside, rollOut) { tellTarget ("_root.resources_mc") { gotoAndPlay(16); } } on (release) { tellTarget…
-1
votes
1 answer

How do i download files using flash cs6

I have a project with four different buttons in flash which will download doc files locally. Since I am new to flash scripting i don't know how to start with. Can anyone help to start with that. Thanks in advance.
Benjamin
  • 2,612
  • 2
  • 20
  • 32
-1
votes
1 answer

How to call object from a movie clip

How to call an object from a movie clip and display it to the next frame of the scene. With the same value of it like a health bar.
-1
votes
1 answer

MouseInput ignored when having multiple overlapping items on mouseEnabled = false

I'm running into problems with mouseEvents not being fired when multiple elements which aren't mouseEnabled are on top of the element that I try to click. In the game I'm building I have a board similar to the board game "Risk". So I have…
paup
  • 23
  • 5
-1
votes
1 answer

Flash CS6 launch fail when incorporating ANE

I've been trying to "install" an .ane-file in Flash CS6 for some time now. When testing the app in flash I get an alert saing "Test movie launch failed" and then the output sais: Native Extensions:…
MartinMo
  • 17
  • 4