| Thread | Last Post | Replies |
|
| Multiple Motion Tweens for One Object | 30 Nov 2005 23:59 GMT | 2 |
I am making an interactive map where when a user clicks on a location, a window pops up and moves over into a location on the side. I'd like to make the window curve or spiral out of the selected location instead of a straight slide across the screen, and I'm also trying to make ...
|
| Simpe "If" problem | 30 Nov 2005 23:58 GMT | 1 |
I just have a simple problem. I want several buttons to trigger seperate movieclips on rollover and rollout. I attached the code of what I have now and it doesn't look good cause it triggers actions even if they don't need to be triggered.
|
| Depth inside a MC | 30 Nov 2005 23:02 GMT | 2 |
I am trying to create a child(sub_mc_1) mc inside a mc (main_mc_1) that is on _level0 that will load external .jpgs. This part works fine. main_mc_1.onLoad = function() { this.createEmptyMovieClip("isub_mc_1", 1);
|
| 10MB big?!?!?! | 30 Nov 2005 22:58 GMT | 1 |
Hey there I have a website that will probally be about 10MB big. As I don't want users to wait for ages, I would want to breack it up into segments. I would just have everything in little swf files, but theres few varibles that
|
| LocalConnection MovieClipLoader problem (Flash8) | 30 Nov 2005 22:47 GMT | 1 |
ok ... i am having an issue invoking loadClip with a local connection. in the following code i have a local connection invoking loadContent(); now ... the issue is that loadContent actually runs and writes the text to my text feild but doesn't load the clip.
|
| Independent volume on two Sound object. How ? | 30 Nov 2005 22:29 GMT | 2 |
How can I set volume independently of two Sound object?s ? If I create both object in _root with different names it wont work. I read in manual that I should put sound object?s in movieclip?s. I did so but on that way I can?t even start music same as set volume.
|
| external swf not triggering the main timeline | 30 Nov 2005 21:57 GMT | 5 |
I guess this is supposed to be old hat, but I've been searching for a couple days and nothing seems to work: WORKING: main timeline stops
|
| Jumping | 30 Nov 2005 21:37 GMT | 2 |
I have a character that can move aorund and jump onto things and also have the background scroll as he walks. The problem I have is if you keep the space bar held, the character keeps on jumping :S
|
| System Time | 30 Nov 2005 21:13 GMT | 1 |
Hey, i am working on flash mx 2004 professional. Is there any way i could get to know what TIme Zone my system is running on. for eg. is it PST or EST... and so on. I did try my luck with the system class, but i guess u can't use it get the information i need.
|
| photogalery | 30 Nov 2005 20:52 GMT | 5 |
hi everybody. can somebody tell me if i want to make a photogalery and the pictures are moving one after another like a film but u know is pretty fast. how can i make it on mouse over to stop on the exact photo? thank u for ur help. i need it urgent
|
| timer problem | 30 Nov 2005 20:50 GMT | 5 |
hi Everyone..! I made a timer which includes a movie clips and a button. although it works firstly well, but i did not pause it. Fallowing are my codes: ------------movie_Clip-----------:
|
| Which external AS editor do you recomend? | 30 Nov 2005 20:07 GMT | 4 |
I love the Visual Studio IDE and I miss intellisense for custom objects in Flash. if anyone has come across such an editor please let me know. If not, which one do you think it's best regardless that.
|
| Disable button based on current html page | 30 Nov 2005 19:32 GMT | 4 |
Hi all, I have a question here, I know how to disable buttons in flash via action script 2 by "this.ButtonName.enabled = false" my question is how can I disable a button when that button corasponsed to a
|
| Accessiblity Question Dealing with Movie Skins | 30 Nov 2005 19:22 GMT | 1 |
I did a search and didn't find anything directly related to this topic, so my apologies if this has been answered already. Using Flash 8: I have a flash movie and I'm importing a quicktime movie file. All that works
|
| several enterFrames at once piling up? | 30 Nov 2005 19:14 GMT | 5 |
I have several (20) movie clips on the main time line. I am initiating an onEnterFrame function for each individual clip to fade up from zero alpha in a time controlled fashion so they come up slowly, and in a staggered fashion. I have no problems with writing any of the code to ...
|