| Thread | Last Post | Replies |
|
| Array of movieclip doesn't working right | 29 Jul 2008 07:12 GMT | 18 |
Hi, I created an array, and inside the array, there's some name that same with the movieclip on stage. So now I try to make it like, everytime I click on the movieclip, the array will delete it name in the array. Now still trying it out and seems like need some help, anyone?
|
| FLV imported but not showing | 29 Jul 2008 05:06 GMT | 1 |
I have four frames and each frame has a video that was imported. When I test the movie, the first frame video works but frame 2/3/4 videos do no show. Appreciate any suggestions you might have to fix the problem.
|
| Simple action creating problem | 29 Jul 2008 04:50 GMT | 4 |
Hi. I'm having a problem with this simple script. All I want to is "onClipEvent" go to the next frame in the current movie. I have it set to _root - but want to use the next frame in the movie symbol only. Anyone have advice? onClipEvent(data){
|
| Yes, Another Rounding Question | 28 Jul 2008 21:27 GMT | 5 |
I searched the forums but didn't find what I need. I am making a big nasty calculator and I am having trouble getting the numeric display functionality I need. I need a script to round all dynamic text boxes to the hundreds (i.e. 98.65) and need it to show ALL places regardless ...
|
| Check if Array has numbers | 28 Jul 2008 20:33 GMT | 3 |
I have an Array that has users IDs some are only Alpha and some are only Numeric. I want to search my array and remove the Numeric values from the array so I only see the Alpha values when displayed. I know I need to use Array.splice to remove the value from the array but I am ...
|
| (Pre)Loading SWF and losing sound | 28 Jul 2008 19:06 GMT | 9 |
This is the same project, but I've a feeling both issues might be addressed the same way. I have to SWFs, let's call them "Main" and "Challenge." Challenge has all but one sound being exported for AS in the first frame, as I have several AS-triggered events (onSoundComplete) that ...
|
| Differences in Flash plugin versions... | 28 Jul 2008 18:27 GMT | 1 |
I'm wondering if there is a simple solution to this. I was creating a dynamic map locator for a client. There are 2 specific statements that I think are the root of the problem but can't figure out why this is happening. AND I only noticed it once I got it in the browser, it
|
| Projector doesn't load sounds from SWFs | 28 Jul 2008 16:33 GMT | 2 |
I'm having troubles developing a projector.exe I have a folder with subfolders. I created a Master_Temple.exe out of subfolders. This Master_Template creates an empty movie clip (holder) where all SFWs from
|
| Using TextFormat() on dynamic text instance within a button | 28 Jul 2008 15:48 GMT | 2 |
I've created a button with instance btn_On on stage in the main timeline. The text "On" in the button's timeline in the Up state is dynamic with instance txt_On. I'm having trouble changing the text's properties as I can't navigate to it using dot syntax. I've created a simple ...
|
| Passing variable to a function | 28 Jul 2008 15:19 GMT | 1 |
I have this script that reads pictures and links of the pictures from the an xml file, display the picture and then put the link for the image, but I can't seem to pass the link to the onRelease function anyone can help me on this, below is the code:
|
| Don't change pointer on button mouse over | 28 Jul 2008 14:47 GMT | 2 |
How do i stop the cursor changing to a hand on mouse over of a button? I don't want the normal pointer to dissapear i just want it to stay the same giving the impression that the button isn't there. Thanks
|
| Help changing the type of movement | 28 Jul 2008 03:45 GMT | 5 |
I was using http://www.kirupa.com/developer/actionscript/rpgprogramming6.htm guide to create an rpg in flash 8. If you notice the last part of the code, you have to reprogram the movement code. The new movement code makes the character rotate, as opposed to just change direction. ...
|
| hitTest Help PLZ | 28 Jul 2008 02:51 GMT | 4 |
I making a gravity game, kinda like a puzzle. Your a ball and you can change the gravity on almost all objects. On the first level, which is just a tutorial level, i have three boxes. to get to the other side, you have to move the boxes by reversing the gravity. i've got ...
|
| Declaring variables in AS2 | 27 Jul 2008 20:17 GMT | 3 |
In converting from AS1 code to AS2, I don't know how to declare variables that are part of a set. eg I have a set of buttons and want to change the state of each button depending on the value of another variable. So I use the variable .assign for each of the buttons. How do I ...
|
| LocalConnection, How does it work? | 27 Jul 2008 15:23 GMT | 1 |
I am working on a project where there are several client swfs that connect via LocalConnection to a central comms swf which handles communications with a webservice. The comms swf also handles keeping some information synched across all the client swfs.
|