Questions tagged [flash-cs3]

Flash CS3 is the version 3 of Adobe Flash Professional tool, part of Adobe's Creative Suite.

261 questions
1
vote
2 answers

Implementing frogger with flash

For starters: I'm working with Flash CS3 and Actionscript 2.0 I'm trying to remake the frogger game, and I'm kinda stuck with putting the cars on the screen. For those of you who don't know frogger: http://www.actionscript.org/showMovie.php?id=1157,…
KdgDev
  • 14,299
  • 46
  • 120
  • 156
1
vote
0 answers

Why Adobe Flash CS3 exports only class without symbol from other SWC

I've created Common.swc using Flash CS3. It exports class NotificationWindow, symbol CloseButton and appropriate class. These symbol and class are used by NotificationWindow. Then I created Formula.swc which uses NotificationWindow. Formula.swc…
Artem Andreev
  • 19,942
  • 5
  • 43
  • 42
1
vote
1 answer

Landscape mode both side 180 degree

I have developed a Flash game for Adobe Air. In the game I set it to only allow the display to be in landscape mode. If the device is rotated 180 degrees I want it to flip the view. However, at no time do I want the display to allow portrait…
Nikunj Patel
  • 21,853
  • 23
  • 89
  • 133
1
vote
3 answers

Regular Expression Help AS3?

I am working on a regular expression and I need to extract two parts of an expression that is being imported through a flashvars. //sample data similar to what comes in from the flashvars. Note that the spaces are not after the and symbol, they are…
Shelley
  • 11
  • 2
1
vote
3 answers

How Can place a watermark in Flash Input Text field

I have a doubt in flash AS3, my requirement is how to place a watermark in Flash Input text field so that if any user clicks on the input text field then the text which was already appearing should not be visible . I hope that i will get a better…
user78881
  • 11
  • 3
1
vote
2 answers

How to hitTest same Objects in one Array?

I want to create a stacking Game. Where when you tap the screen for instance a block falls down and a new one appears where the other one originally was. Now when the User taps the screen again the same block falls down and if aligned correctly…
Nathan
  • 536
  • 4
  • 21
1
vote
1 answer

Accessing A MovieClip using a String Variable AS3

I've a general question on accessing a MovieClip by using a variable. Here's a super stripped down version of the code I'm trying to implement: var mcVar:String = MC1; addEventListener(Event.ENTER_FRAME, eF); function eF(e:Event):void{ if…
Simon
  • 11
  • 2
1
vote
2 answers

Create a map in flash and zoom into it

I've created a world map in flash and I want to code an ActionScript so that if I click on a country the map, it should zoom into it and show some information beside the country. I dont know how to start it. A sample could be better. Please let me…
Chandra Eskay
  • 2,163
  • 9
  • 38
  • 58
1
vote
3 answers

Flash CS3 - how to clean memory

I have a question how can I clear/free memory in flash? For example I am finishing game and I want to start from beginning and if I will just jump to the first frame all the objects there are still in this memory, is any possibility to force…
canimbenim
  • 659
  • 4
  • 10
  • 23
1
vote
1 answer

Flash CS3 - how to stop a frame

I created on first frame menu. On second frame there is all my game. I use button to change the frames: button1.addEventListener(MouseEvent.MOUSE_DOWN, startGame1); function startGame1(e:MouseEvent) { howManyPlayers = 1; …
canimbenim
  • 659
  • 4
  • 10
  • 23
1
vote
1 answer

Flash AS3: Typewriter effect with copyPixels

I'm making a Flash AS3 based game, and I'm building a custom font system. It works like this: a BitmapData class takes a PNG file from the library (FontSource), loops between every character in a given string and then gets its x, y, width and height…
Ali
  • 25
  • 3
1
vote
1 answer

Difference in Flash CS3 AND Flash CS5 Linkage option?

Well, I have Flash file which has one movie-clip (Box1) and it is exported for Action-Script in Linkage option but export for Frame 1 option is unchecked. Now my document Class is here package { import flash.display.MovieClip; public class…
Muhammad Irfan
  • 1,447
  • 4
  • 26
  • 56
1
vote
1 answer

Accessing a variable in nested movie clips - Actionscript 2

I would like to access a variable(txt1) set on an input box. The input box is in a movie clip called txt_0143. am trying to access it in the parent movie clip called part_0.010 . So the hierarchy goes as root->part_0.010->txt_0143->txt1. I have used…
Dragunov
  • 975
  • 1
  • 7
  • 14
1
vote
2 answers

Flash Transparency of Overlapping Items

In Flash, I have a container with several overlapping children. When I give this container an alpha value of .5, some of the children can be seen behind others that overlap them. I would rather be able to take the whole thing as a composite image…
EricP
  • 3,395
  • 3
  • 33
  • 46
1
vote
2 answers

Flash CS3 problem with outlines

im having problems with my artwork in flash. I am vectoring playing card faces. My problem is, even if Im using the thinnest stroke which is 0.1, when i zoom out the page, the line becomes thick which looks bad in the flash game. Can anyone tell me…