all groups > flash actionscript > march 2005 > threads for sunday march 20
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
control a MC
Posted by basgitarist at 3/20/2005 9:11:13 PM
Hello,
I need some help over here!
I'm just a beginner so i hope my problem is easy to solve.
I've made a animeted main menu, so the main menu is an MC and in that MC i've
animeted same buttens. Now i want to point a button to a framelabel but outside
the MC in scene 1. How can i do that... more >>
Need help tweening external jpgs, preloading.
Posted by Quasimotolioli at 3/20/2005 7:18:25 PM
So here is my latest delima... I have a main swf file that loads an external
swf. In the second externally loaded swf I have a simple fade-in/fade-out of
about 8 images that continually rotates (simple enough). However, I wanted to
be able to load the jpgs externally so that I can change th... more >>
Need actionscript to make a tank game
Posted by Jack Frostizzle at 3/20/2005 6:59:14 PM
I am making a game involving tanks. Now my first player works fine, but I do
not know how to make it two player. The first player being the tank and the
second player being the turrets. Fo some reason it will not let me attach code
so I have included the code for the tank (the player) and the ... more >>
Download button opening media player instead of giving option of saving file to disk. Please help!
Posted by Spindrift at 3/20/2005 6:00:09 PM
Hi all, I've built a website in Flash MX. When the user clicks the download
button, it works fine and as it should in Firefox by bringing up a Firefox
download window asking whether I want to 'open in broswer' or 'save to disk'.
However, when I click out the download button in Internet Explo... more >>
TellTarget not working?
Posted by GhettoFabFlah at 3/20/2005 3:33:07 PM
Hey everyone, long time no...eh........ type......... whatever. Ooookay anyway
i have a quick question about using tellTarget. I have used it previously and
it worked fine, but this time it says it cant find the target. I have the right
instance names and everything but i cant seem to get it ... more >>
Re: Loading Preloaders
Posted by kglad at 3/20/2005 3:15:57 PM
if your current movie (that contains your dysfunctional preloader) is main.swf,
then you create a new movie (say preloader.swf) that contains the following
actionscript:
_root.createEmptyMovieClip("temp",1);
temp.loadMovie("main.swf");
preloadI=setInterval(preloadF,300);
function prelo... more >>
Linking issue
Posted by Alizee- at 3/20/2005 2:17:54 PM
Ok a short introduction, I'm basically copying and pasting from the general
forum because as the progress comes along, or lack thereof, it's now presented
me with an action script error. So here is the original question by me +
question:
Ok this is pertaining to flash mx 2004 incase it ma... more >>
Determine authoring environment in use?
Posted by Blade alSlayer at 3/20/2005 12:05:26 PM
Hello,
Is there a way to determine if the movie is viewed in Flash authoring
environment?
I need this, because I want to run a specific script only when testing the
movie in Flash (for debugging)...
Thank you.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
testo dinamico in flash
Posted by anna at 3/20/2005 11:57:15 AM
Ho una serie di pulsanti che con una variabile vanno a cambiare il contenuto
di un testo dinamico scritto in html all'interno del pannello Action.
Tutto va bene al primo click su ciascun pulsante, cioè vedo per ogni pulsnte
il testo che ho assegnato, ma quando faccio il percorso inverso, cioè c... more >>
highscore across domains
Posted by muttski at 3/20/2005 11:17:57 AM
hi i have created a game with a highscore system and it works greate when
played from my server, but if the game is hosted on a diffrent domain the game
can not access the highscore system. the game is using a php file that is on
my server to submit and load the highscore list i have test... more >>
Countdown Timer
Posted by Skatestick at 3/20/2005 11:03:16 AM
Hi, I made a countdown timer but it doesn't work the way I want it to. The
timer counts down from 10 secondes and when it reaches 0 it has an action to
it. But when I press try again and so the timer starts again, the timer starts
to take irregular steps... it starts counting down faster every... more >>
Amatuer needs help
Posted by amatuer at 3/20/2005 8:14:56 AM
I have purchased a pre made Flash template. It has a scroll of 24 buttons.
These buttons are in reality 3 x 8 buttons. This means that every bank of 8
buttons has the same script, ie: 1,9,and 17 are the same. I wish to create 24
separate buttons but every time I change the actionscript on ... more >>
ScrollPane vs Dynamic content
Posted by Nixy at 3/20/2005 5:18:43 AM
Actually i have a MovieClip that load multiple img inside itself. That works
perfectly. I can link this MC to be the content of the ScrollPan. So all load
in that clip, and that clip is in the scrollPane. The problem is that the
ScrollPane Does not resize the scrollBar. So I can't view all img... more >>
|