| Thread | Last Post | Replies |
|
| Movieclip color transform | 01 Sep 2008 00:20 GMT | 3 |
I am building a Smile Face application. Where you choose a menu item and an object or "movieclip" is placed on the stage. You can drag and drop the object, take it to the trash and change the color on any of the objects on the stage at any time.
|
| Applying a var to a movieclip? | 31 Aug 2008 16:21 GMT | 9 |
I am looking for some guidance here. I am working with this code right now, var hasFocus:Number=1; mc_1.onPress=function(){
|
| Restricted numbers | 31 Aug 2008 08:07 GMT | 1 |
Hello, I need to create an input text field that allowes numbers to be only between letters. for example: LLNNNL or LLNNLLNNLLL - is allowed, but NLLL or LLLN or NNLLLN isn't. any ideas?
|
| Set text of TextInput control inside a movieclip | 31 Aug 2008 04:27 GMT | 1 |
I have created a movieclip object in the library which has three TextInput components. Now I am attaching this movieclip into another movieclip object on the frame. When i try to change the text property of the TextInput component, it does show the text.
|
| Checkbox State Help | 31 Aug 2008 02:09 GMT | 1 |
Try to get the checkbox state into a var from an if Flash CS3 AS2.0 When I press a button I have set up to email I cannot seem to get the state of the checkbox working. I can get a value but is always the same weather ticked or not. below code
|
| Drag & Drop Question | 31 Aug 2008 00:51 GMT | 1 |
I've searched the database on Drag and Drop Action Script and found them too complicated for what I need. I just want the user to drag a movie clip and release it over a box and then jump to frame 22. I'm going to assume the user is not stupid and will at least get it close to ...
|
| Printing Whole page problem | 30 Aug 2008 22:58 GMT | 1 |
I know this is probably VERY easy once you know how but how do you use AS2 to let the user simply print the view of the whole of the page (stage) they are seeing?
|
| $20 for a quick fix? | 30 Aug 2008 21:04 GMT | 1 |
You can see the swf here: http://sgww.org/miracle Notice that the scroll bar works, but the arrows do not. Can someone help me with the code to get them working?
|
| SWF movie recognising time of day. | 30 Aug 2008 20:42 GMT | 2 |
I'm making a flash swf file and wondered if there is any actionscript where it will recognise the time of day and 'if time of day =' ,etc. it will only play a certain frame. The purpose of this is that when people view the movie at night, I want the movie to be a night time scene ...
|
| Setting Sound Volume in the Timeline | 30 Aug 2008 17:20 GMT | 8 |
I am using the following code to toggle the sound volume from 0 to 100 using a button. It works fine and collects the value for the variable called soundVolume as I want it to. What I need is a way to set the timeline volume using the variable soundVolume's value when entering ...
|
| Height and Width of dynamic images | 30 Aug 2008 05:05 GMT | 3 |
I have this code that I have been working on that loads images from an xml file. I need to be able to get the imported images height and width to be able to do what I want but can't seem to figure out how. I think I need to use the onLoadInit but can't get it to work. Can ...
|
| Support for data: urls? | 30 Aug 2008 01:55 GMT | 8 |
Very short question: Has any version of Flash support for data:urls for images?
|
| detect line break | 29 Aug 2008 15:43 GMT | 14 |
Hi I wondered if anyone could help. As my deadline is looming to a dangerous point and im stuck:| I have a dynamic text field in flash that is populated by an input box. The dynamic text field has a maxmium width it can be. So i have it as
|
| loadVars | 29 Aug 2008 14:01 GMT | 1 |
I am having a weird "Page not found" error occur when using loadVars. I have an avatar where you can change differt features on the face. The error happens when I try to save an update to the avatar. This is a random error, it does not happen every time I try to save. The only ...
|
| Mix sounds for seconds ... | 29 Aug 2008 09:04 GMT | 1 |
Play the first sound...
> sndA.start(0,1); and next make the events, when the 1° sounds is complete:
>sndA.onSoundComplete = function () { |