| Thread | Last Post | Replies |
|
| move button | 24 Nov 2004 07:32 GMT | 12 |
iim trying to move button....any advice? i tried this and got ')' or ',' expected, culdnt find wher they were missing munky.move(mx.controls.button.move(x:5, y:6, event: On(keyPress "<Left>") { );
|
| focusIn | 24 Nov 2004 06:32 GMT | 1 |
I have an event that i want to fire everytime a user opens the comboBox. Problem is I can only get the event to work the first time the comboBox is used. I've tried using focusIn but it only works the first time. Any suggestions for releasing focus or going about this in another ...
|
| looping my banner | 24 Nov 2004 06:23 GMT | 2 |
I have a banner with two scenes. I would like to loop through the banner twice. Besides copying and pasting my frames of both scenes and putting a stop at the end of those, is there a way to just have the two scenes and at the end of them that has an action that will goto and ...
|
| Infinite scroller | 24 Nov 2004 04:04 GMT | 5 |
I Have been using this code on a image scroller. The problem is that i want the scroller to only work when the mouse is over the scroller not just anywhere in the page (see this link www.photography-arc.com.au/international in one of the folio sections) can anyone help?
|
| BG change script | 24 Nov 2004 02:57 GMT | 7 |
Hi, I'm using a Flash trial and have an extremely limited grasp of what I'm doing, so keep that in mind. What I'm trying to do is, on a basic level, change the background picture of my game by pressing a button.
|
| Animation in one frame? | 24 Nov 2004 02:52 GMT | 22 |
I want to let an object move from point A to B, just by keeping updating its (X,Y) position. But how can I do this in just the same frame? Is it possible to do it? Lance
|
| Can I create a text file from flash and save a variable in it? | 24 Nov 2004 02:09 GMT | 5 |
I have an input text field in swf with submit buton. I need to create a text field and store the text as a string variable in after click the submit button. in fact i have 2 text fields first for name (nameInput_txt) and second for address (addressInput_txt). i need to store it ...
|
| Button with in a button? | 24 Nov 2004 02:05 GMT | 4 |
Is it possible to have a movie clip button then inside the movie clip have another movie clip button? My problem is, I have a 'mc_Button1' that when you rollover it, 'mc_button2' appears. The problem being is that I can not get 'mc_button2' to do anything. I belive the reason ...
|
| Avoid repeating a random number? | 23 Nov 2004 23:55 GMT | 7 |
I've posted this before and now I can't find the old post in my topics. I'm using math.ceil and random() to create a number in a loop and I need some AS code to avoid the number repeating itself 2 or 3 times in a row. Thanks
|
| What is an array? | 23 Nov 2004 23:46 GMT | 19 |
What is an array and how do you use it through Actionscript?
|
| Detect whether media component playhead is moving backwards? | 23 Nov 2004 23:17 GMT | 1 |
After searching through help files and web tutorials and newgroups, I found an earlier post that describes exactly my problem: <Start of post> <snip> It seems that the cuepoints don't take into account the direction the playhead is moving. So if you have a cue point at say 5 ...
|
| Controlling root timeline with imported swf | 23 Nov 2004 22:45 GMT | 3 |
I know the answer to this question is pretty simple. Unfortunately, i can't get ti to work and my frustration has gotten the best of me. I've got a root (main) timeline with a placeholder MC into which I've imported a swf. I'm trying to put a script in the imported SWF that will ...
|
| Dynamic onRollOver for attachMovie | 23 Nov 2004 22:45 GMT | 8 |
Hi, I'm trying to create a RollOver for a mc I am attaching. Here is my code. Items = new Array('MenuItem1', 'MenuItem2', 'MenuItem3', 'MenuItem4'); PARAMS = new Object(); for(i=0;i<Items.length;i++){
|
| WAV Sound file in Movie doesn't play when play button is released | 23 Nov 2004 22:43 GMT | 3 |
:disgust; i just cannot get my wav file sound to play in my movie. the movie has a wav file on its own layer...and then a play button on its own layer, and finally a stop button on its own layer......i have tried everything
|
| onRelease Event loosing instance information | 23 Nov 2004 22:43 GMT | 1 |
Hello, I have run over the following issue a few times and I am looking for a decent solution. I created a Symbol (ScheduleBarSymbol) that is a movie clip. I am would like to use it as a button. I associate an ActionScript class to this (ScheduleBar): class com.bluefoundry ...
|