Questions tagged [cs4]

cs4 Stands for Creative Suite 4 And is a collection of programs made and/or managed by Adobe Systems.

115 questions
0
votes
1 answer

Flash (AS3) - Mass Tab Enabling

I'm building a flash application and on one frame I have a number of controls that pressing tab will highlight and allow to be selectable (accessibility). When I select one of the controls the background has an alpha shape over the top of it…
Lloyd Powell
  • 18,270
  • 17
  • 87
  • 123
0
votes
1 answer

Create Flash animation how?

I now the basics of flash. I can make images transparrent and tween etc. I want to create an animation (like this one), if someone can please help put me in the correct direction? I am not sure how to get the circles animated to get the next…
Wilest
  • 1,820
  • 7
  • 36
  • 62
0
votes
1 answer

programing the charachter to shoot

i am looking for a tutorial to help me with shooting one arrow per click towards the mouse. this is my code: import flash.events.*; var xd:Number; var yd:Number; var radAngle:Number; var size:int=25; // size of the arrowshot var…
Thor625
  • 35
  • 2
  • 9
0
votes
1 answer

Flash CS4 Library Path, new instance shown without graphics

in Flash CS4 I created two FLA file. In the First File: - I draw a shape; - I convert it to a MovieClip; - I link a MyClip class with a simple trace in the constructor; - I export the whole file as MyClip.SWC; In the Second File: - I go to Edit >…
Lotus
  • 1
  • 1
0
votes
1 answer

Flash Button (Creating a menu page with flash buttons to open SWF Files)

Good day to everyone. I'm here today to seek help about Flash CS4 and ActionScript 3.0. The story starts when one day, my boss asked me to make a flash presentation about their upcoming user training for a newly developed software. I was…
Question Man
  • 85
  • 1
  • 2
  • 11
0
votes
1 answer

Flash CS4, send user back to selected from inside of a movie?

I have a layer called "home_movie" and on that later on the end frame is a movie clip that plays, what i want to happen at the end of the animation is it to send the user back to the frame above they started at. which is layer: home_movie, frame id:…
Greg
  • 31
  • 4
0
votes
2 answers

fl.controls.TextArea not scrolling all the way down

I have a TextArea control, and sliding the scrollbar all the way down always doesn't show all the text. I think it has something to do with me changing the typeface, because I noticed that when I do the setStyle to change the textFormat style, the…
Lacrymology
  • 2,269
  • 2
  • 20
  • 28
0
votes
1 answer

got a debug error 1046 in flash CS4 after trying to play a sound after clicking button

Noobie flash programmer here. I am trying to get the flash movie to play an imported punch sound after the user clicks a button. I got this error: "1046: Type was not found or was not a compile-time constant: punch." here is the code: stop(); var…
user701510
  • 5,563
  • 17
  • 61
  • 86
0
votes
1 answer

how to slide from one frame to another in flash CS4?

Hey, I'm making a choose your own adventure interactive novel game using flash CS4. I'm able to create the basic structure but I'd like to add some transitions between frames when a player makes a choice. I want to make it look like one frame slides…
user701510
  • 5,563
  • 17
  • 61
  • 86
0
votes
1 answer

Increase Flash scene length

I am making a side scrolling flash game. The level is pre-made so there aren't objects which spawn on runtime. Now I made this level quite long, but in the editor window it suddenly stops. But in game it still scrolls on. This is in the editor. You…
Amacoder
  • 173
  • 1
  • 13
0
votes
3 answers

Flash CS4 / AS3 symbol within symbols

I'm trying to create a multi-level dungeon adventure in Flash CS4. The layout is an instance created of a symbol called Level, within the symbol are multiple wall subsymbols (wall), instances of Wall. There is a collision routine to stop the player…
0
votes
1 answer

How to highlight (un)used JavaScript live in Dreamweaver

I am working in Dreamweaver CS4 and implemented JQuery code that I found online for a gallery function. I am only using a very small part of the gallery functions available, and would like to delete the unused script in order to get more clarity and…
0
votes
1 answer

How to apply image transitions in Adobe after effects CS4?

I am creating a video in which I need an image to fade in at a particular time and fade out at a particular time. The preset I want to use is "CC image wipe" under transition menu in the 'effects and presets' tab. How to apply the transition into…
0
votes
1 answer

AS3 AutoScroll Speed Control

I am trying to get a menu that has videos that I will scroll through at a certain speed. Right now I have 30FPS which I have tried to lower which doesn't' help. Can anyone please help me control the speed of the auto scroll? Below is the code. I…
Boo
  • 1
0
votes
1 answer

Pasting in design view in Dreamweaver( after clicking in code view)

I want to paste raw html in design view after end position of an object which I'll set by clicking in code view, -- how to do it? I'm using Dreamweaver cs4 ver10
user5858
  • 1,082
  • 4
  • 39
  • 79