Questions tagged [cs3]

78 questions
0
votes
1 answer

I am having an error trying to configure a slideshow in flash actionscript 2.0

thanks to anyone who is able to give a helping hand with this situation... So, I've made a slideshow in flash, it was able to be previewed before i chose to debug movie. that was when an error appeared, regarding the class of MouseEvent... The error…
0
votes
1 answer

cannot access a property or method of a null object reference:help me out

I have pasted my coding. Initially, I was accidentally in the frame 2 while writing the coding, but then I deleted the code file and recreate the file. But still, the problem persists. Can anyone help me with this code public class firstGame extends…
0
votes
1 answer

Loading/Unloading external SWF using buttons from loaded external files

I spent almost a week trying to figure out how to unload a currently loaded swf using its button and loading a new swf... I have three files, a main.fla, file1.fla and file2.fla. In my main.fla, I have a code which loads the other two files. If i…
x3-0
  • 1
  • 1
0
votes
2 answers

How to refer to existing variable(s) without creating a new one?

I have no idea how to ask this question. I have a variable public static var MaxDurabilityTestItem:Number = 3; I have a function public static function setItemInSlot(Item:String, Slot:Number, MaxDurability:Number = 0) { …
UnAlpha
  • 127
  • 14
0
votes
0 answers

How can I create separate/independent interactive zones in flash/animate?

I would like to create a game then split the screen in two, three or four sections and have that game instance appear in each "section". The game will then be independently played by the number of players corresponding to the sections. Thanks
0
votes
2 answers

Using .stage not giving desired result

I make a global variable equal to a movieclip A function gets run with an if statement checking if [x] movieclip exists, if it doesn't add it. Despite the MovieClip being on the stage it continues using the if statement. Document class public static…
UnAlpha
  • 127
  • 14
0
votes
0 answers

How can I efficiently update animations in my game?

For each character skin, it has 4 MovieClips corresponding to each possible direction (up, down, left, and right). Example: For my Player 1 skin, it would be like this. Player 1 Up Animation (P1UAnim_mc) Player 1 Down Animation (P1DAnim_mc) Player 1…
UnAlpha
  • 127
  • 14
0
votes
1 answer

How to disable Rewind/Forward options?

You know when you right-click on a scene and a bunch of options pop up? How do you disable the rewind and forward options (in-case a user accidentally presses on one of those options) because it screws my whole Flash game up.
okay14
  • 59
  • 1
  • 5
0
votes
3 answers

vb.net in InDesign Scripting - Grouping TextFrames

I want to group textframes in my InDesign CS3 vb.net script. It worked for InDesign 2.0 but it does not work with InDesign CS3. Here is my code: Dim myDoc As InDesign.Document = Nothing Dim myGroup As InDesign.Group = Nothing Dim…
0
votes
1 answer

Merge FLA files or Loading a swf file on another swf

I have two FLA files, call them MAP.fla and ANI.fla, that I have to merge. One way I tried was to load the ANI.swf in MAP.swf during runtime using the normal way of doing it, using Loader and URLRequest. However, when I try to run it, flash detects…
Smiley
  • 3,207
  • 13
  • 49
  • 66
0
votes
2 answers

Flash CS3: Text appears on button mouse over or text mouse over

I'm new in Flash, and I already have a problem. I'm using Flash Professional CS3, and I want to create an interactive map. When the mouse is over a point on the map, some text appears at the bottom of the frame. So, I've created a button, entered…
0
votes
1 answer

AS3: resizing as a result of an eventListener

I have coded a map that when a province object is clicked on, it should move to the center of the screen and grow a percentage of the width, along with displaying a number of different things. The problem is that in order for the image to resize it…
Jaimie
  • 1
  • 2
0
votes
2 answers

Suggested php code to read file rating set by Adobe Bridge CS3

Background: I have been attempting to read the rating that is assigned in Adobe Bridge CS3 using the creative commons Metadata toolkit for php without success. I am using shared hosting so I do not have an oppotunity to recompile php with…
DarwinIcesurfer
  • 1,073
  • 4
  • 25
  • 42
0
votes
1 answer

Drag/Drop movieclip event in JSFL? (Flash IDE)

Lately im trying to do some experimental things with JSFL, and i was wondering if it is possible to listener for an event when a component (that i have made) or movieclip is dragged from library on the stage. i want to create something that i'll get…
niels
  • 1
  • 1
0
votes
1 answer

Shapes-tool creating a vector mask every time, cannot seem to fix in CS3?

Every time I create a shape using the shape tool, it places a vector mask on top of this. I don't know how I enabled this but it does not do it on my laptop version, only my desktop. I can seem to disable this problem I am having. Even reinstalling…
Bryan Harrington
  • 991
  • 2
  • 17
  • 31