Questions tagged [flash-cs5]

Flash CS5 is part of Adobe's Creative Suite released on 30 April 2010. Its main features over its predecessors are the iPhone packager, new text engine (TLF), and code snippets.

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").

1721 questions
0
votes
2 answers

How to correctly use KeyboardEvent on Flash

I have a problem making a KeyboardEvent work in the game I'm starting. I have three classes, one for handling the levels, one that is the actual level and one to represent the avatar: Level import flash.display.MovieClip; import…
Pedro Henrique
  • 601
  • 6
  • 17
0
votes
1 answer

Creating a stage bigger then the screen view

I'm trying to create a stage which has an image of the background, called lvl1.jpg. This image is 1920x6000 pixels. I want to start the game by creating the stage and adding the player on top. I'm placing a few stationary enemies on the level which…
Joetjah
  • 6,292
  • 8
  • 55
  • 90
0
votes
1 answer

Flash added my object twice and stage height switching

I'm trying to add an object to the stage. In the document class, I use the following code: public function StartGame() { gameClass = new GameClass(this); this.addChild(gameClass); } In the game, I'd like to add an object to the bottom of…
Joetjah
  • 6,292
  • 8
  • 55
  • 90
0
votes
1 answer

Can you view the ActionScript of an FLA file that was saved in a newer version than your Flash program?

I have an older version of Flash (Flash AS3 CS3, to be precise). I am taking a college class in ActionScript coding. However, the version used by my school, as well as the source files for our textbook, are all saved in AS3 CS5 or later. I have…
Kamari
  • 83
  • 8
0
votes
1 answer

Aligning movieclips after drop

I have a drag-and-drop game and I'm having some trouble with the alignment of the pieces once they get dropped onto their zone. There are 12 MCs, and there are 4 columns x 3 rows of targets that are perfectly aligned. When all of movieclips are…
habib_101
  • 19
  • 6
0
votes
1 answer

Swapping specific movieclips after event?

I've created a drag and drop "puzzle" that has 16 unique pieces, each with their own instance name. The problem I have is that there are 4 target zones made up of arrays (4 pieces per zone, but the order of the pieces in the zone does not matter).…
0
votes
1 answer

How to copy the graphics of a movieclip to another movieclip(adobe flash cs5)

If I duplicate the movieclip then make some changes to it, the previous movieclip is affected to, how can i edit 2 movieclips without affecting each other? in adobe flash without code actionscript
Hello
  • 2,247
  • 4
  • 23
  • 29
0
votes
1 answer

Unload a .swf upon exit of a frame

I realise that this question has been asked before and I have tried all the majority of the solutions and to no avail. In my flash file I have an external .swf loading in a the goGallery frame but now when I go to a different frame that .swf file is…
user2111925
0
votes
1 answer

AS3 quiz and answers

Here's my problem; I want to make a quiz that at the end shows a person the qualities he/she has for chosing a specific college course. The quiz will ask 10 questions which each have 2 answers, upon clicking an answer, points will be earned for a…
Hyrit
  • 1
  • 1
0
votes
2 answers

How to set up Movieclip names to be refrenced by array

Ok I have a bunch of movieclips named p1, p2, p3, ..., pn all with actionscript identifiers the same as their names. I would like to then say for an array looping through all of them, take "P" + i.y and change it. So I would like to do this: if…
Jim
  • 3,821
  • 1
  • 28
  • 60
0
votes
2 answers

Adobe flash(cs5) how to replace animations

I have a symbol of a person standing, he have child movieClips like hands, legs, head, body....so then if i press a button or click in the stage how do i need to change the animation instantly? I suppose: 1) create a new movieClip that has all the…
Hello
  • 2,247
  • 4
  • 23
  • 29
0
votes
1 answer

How to set objects on a androidH runner game

I am trying to develop a android runner game for school purpose.. I am still new to this and please I need your assistance.. You guys can view my CS5flash file at >>> http://www.filedropper.com/test_37 The obstacles and coins are on random. But the…
HeOne
  • 3
  • 1
  • 3
0
votes
0 answers

Adobe Air Desktop App time stamp in dynamic text field

How do I add another dynamic text field that gives the time stamp when the new file is loaded? in real time not milliseconds? I have a Adobe Air desktop App built in Flash CS5 App loads a text file into a dynamic text field from the web when file is…
0
votes
0 answers

Flash Symbol to Actionscript

Can I get action script code from a symbol in adobe flash? I have applied various colors and gradients in stage of adobe flash professional. Now I want to use this code in adobe flash builder for my project. Any suggestion so that i can use this in…
Zeel Shah
  • 462
  • 6
  • 15
0
votes
2 answers

Add other class as child in Flash Professional

Using Flash Professional CS5, I'm trying to add a child object in my script. I want to give the class which creates the child-object as parameter while creating. The problem is when I try to test the project, I get an error stating Incorrect number…
Joetjah
  • 6,292
  • 8
  • 55
  • 90