Questions tagged [cs3]

78 questions
1
vote
2 answers

stop object referencing in as 3

I have an object and a temp object now if i do tempObj = obj and change stuff in tempObj they changes have an effect on obj is there a way i can stop it from doing this? Regards Mark
markblue777
  • 829
  • 3
  • 13
  • 28
1
vote
1 answer

How to make an image appear when hovering over text in Flash cs3?

How would the .fla that has text and when mouse is over that text an image appears look like? I was thinking to make the text a button and then add some script....
edgarmtze
  • 24,683
  • 80
  • 235
  • 386
1
vote
1 answer

Change MovieClip width along with dynamic text field's size inside it

I am a newbie in Flash CS3. I was wondering if anyone could tell me how resize the width of of a movie clip according to the size the size of dynamic text inside it. I did it by creating a text field 'myText' and then converted it to a MovieClip…
rockon
1
vote
1 answer

Generate PDF with only Tj Operator

I want to generate PDF files or convert the existing PDF files that uses Tj operator to denote the string with Tl to denote text lead and it should not contain the TJ operator and TD operator. What i have to set in the settings of acrobat distiller…
Vignesh Babu
  • 670
  • 13
  • 30
1
vote
1 answer

Adobe Flash CS3 - "do something" only when playhead hit a defined keyframe

I would like to know how to create in Adobe Flash CS3 a button that will execute a function (like gotoAndPlay(51) but ONLY when playhead hit a defined keyframe from timeline. Here is a drawing that does explain better what I want to do So after I…
Sergey4
  • 13
  • 2
1
vote
2 answers

URLLoader annoying problem

i am trying to load a variable through php from a sql database but i get nothing here is the code var Idfield; var loader:URLLoader = new URLLoader(); // data will come as URL encoded variables loader.dataFormat =…
hitek
  • 372
  • 1
  • 17
  • 33
1
vote
0 answers

What can I use instead of Timers to help my performance?

My app is very slow on mobile devices. It uses a lot of Event.ENTER_FRAME event listeners, so I switched (as I read they are much more performance heavy) to a global timer that these classes listen for if they need to update (they only use these…
Tim Kenny
  • 11
  • 2
1
vote
1 answer

Flash / TileList component

I have a problem and I hope that someone can help me I hava Flash project with TileList in it I need to change background of some items (not all) in this TileList to red and some to blue Do you know how to do this? Thanks
Hott Dogg
1
vote
1 answer

Pressing run button does not increase speed unless pressed before

The way I've done the run in my game is it detects you clicked the run button which is a Movieclip, then it set the increased walkspeeds. If you lift your finger, or move it off the button, it reverts it back the default walkspeed is. So, the…
UnAlpha
  • 127
  • 14
1
vote
1 answer

Hovering off DPAD sometimes makes character move infinitely in one direction

I have a DPAD in my game when the player holds down let's say the Left DPAD, if he moves his touch to the Up DPAD and let's go, the player continues going in the left direction. It also works if you hold the a direction, lets say Up continue holding…
UnAlpha
  • 127
  • 14
1
vote
3 answers

Scale image in flash to match size defined in html

I have a flash movie that loads images dynamically from an xml file. I want to re-use this .swf file on different pages, however the images on page1 are all 400 x 200 and the images on page2 are all 745 x 422. When i try to reuse this on another…
schmoopy
  • 6,419
  • 11
  • 54
  • 89
1
vote
1 answer

Flash CS3 ActionScript3 importing and using SWC

I am trying to create a SWC library for use in my Flash AIR project. I have created a seperate FLA called SceneLibrary and followed the steps defined here: http://www.luaye.com/blog/index.php?action=read&id=54 to create a new SWC component. I saved…
Code Pharaoh
  • 3,044
  • 2
  • 22
  • 26
1
vote
1 answer

ActionScript, Flash, and Optimization

I have a few specific questions that the general webpages dealing with optimization just didn't answer for me me(So please don't point me to them :)). So here goes: Is checking the "Use runtime bitmap caching" check box on a movieclip the same as…
1
vote
4 answers

Positioning flash content using CSS

I have a generated HTML page with flash content in it. I am trying to reposition the flash content and make it "absolute". I have tried to wrap the object tags with a div tag, but to no avail. Can anyone tell me how to do this? Removing the…
pypmannetjies
  • 25,734
  • 7
  • 39
  • 49
1
vote
2 answers

Why can't Flash CS3 find the MovieClip base class even after classpath is set (AS3)?

Tearing my hair out. I created an as3 class - blah.Foo, which extends MovieClip. it is not in a package, cos Flash CS3 complained about nested packages, so it's a 'bare' class. And yes it's nested in myproj/as/blah/Foo.as And yes, it imports…
helpless
  • 43
  • 1
  • 5