all groups > flash actionscript > august 2006 > threads for saturday august 19
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
Passing a variable.
Posted by Mr Helpy mcHelpson at 8/19/2006 11:41:58 PM
Okay, so I need to load a variable from the "container" (the variable is called
t_text0,t_text1,t_text2 etc.)
I neet to load it into a movieclip I create in the same for() loop, called
mp_1,mp_2,mp_3 etc...
So here is the code I have in there right now....
_root[mp_kV].varToLoad = "conta... more >>
Using a button for next scene
Posted by MBKrebs at 8/19/2006 8:48:13 PM
I have an interactive Flash that allows the viewer to click on various buttons
to access different information. They all work fine.
The problem is in the final scene, accessed by a button command. When I test
the scene by itself, the animation runs fine. When I test the whole file,
however... more >>
Questions about Date in flash
Posted by The 350Z at 8/19/2006 8:46:31 PM
Hi everyone,
I'm doing an experimental Blog now and having some difficulties about Date in
Flash.
What I'm trying to do is to seperate each months into weeks.
So let's say I want to display my blog in August. Since August has 5 weeks, I
want to display all entries in 5 different tables... more >>
addListener Help
Posted by gregmax17 at 8/19/2006 7:29:40 PM
I am having a hard time with the addListener object. Furthermore, I want to use
this object to call a function when the user presses on specific keys. For
example: I have a menu of five options which the user can select from (keys
1-5). And when the user presses down on the the key '1', it wil... more >>
onEnterFrame and hitTest
Posted by VaporAction at 8/19/2006 4:36:28 PM
I want the user to be able to drop an element into a glass cylinder filled with
water...when the element hits the water it causes the water level to rise...
I've created a hitTest between the element and an invisible object in the
water for this purpose...
It works fine if you drag the eleme... more >>
maze game
Posted by nardove at 8/19/2006 4:11:41 PM
hi there
i need to do a maze game using the mouse to drag and find the exit, the
problem i have is the walls, dont know what to do whit them i got something
wornking but when you got to a wall the object stops mving and thas fine but it
looks like it sticks to te wall, any ideas
i thin... more >>
Help with dragging and rotation
Posted by supasuka at 8/19/2006 3:39:38 PM
Hi all,
I have the problem that i want a square to have an angular movement when i
drag it.
I have found a script that comes very close to it but the angualr movement
only apears when releasing the clip.
I tried hard to get it working the way i want it but I fail. =(
I'm more a desig... more >>
scrolling pic reel
Posted by flawlesstwins at 8/19/2006 3:31:00 PM
Hi I need some help please. I am trying to accomplish a scrolling pic reel
exactly like the one on this website http://www.lomamedia.com/V1.html. I want
it in a bottom, scrolling continously without any pause or break in between and
so far i have came up with this code only
onClipEvent(e... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
using multiple preloader's
Posted by treybraid at 8/19/2006 1:21:21 PM
i dont even know if this is possible or an insane idea... id like to have
multiple prelaoder's on my site: the bar... circle... and byte's
loaded....etc if that make's any sense...if i place each preloader with an
individual movieclip and place action on frame 1 within the movie clip of scen... more >>
problems with dynamic text
Posted by koomisan at 8/19/2006 12:39:48 PM
hi i want to make a scroll bar that reacts to dynamic text fields, so that if
the text loaded is long enough the scroll bar will apear and adjust, and if its
not than i would like to keep the scroll bar hidden.
i dont exactly know how i can find out the basics about the text that has been
lo... more >>
gotoAndStop then loadMovieNum problems
Posted by izm067 at 8/19/2006 12:12:10 PM
I have a navigation system with buttons that on release gotoAndStop at a label.
The frame with the label has the code stop(); loadMovieNum("some.swf",50).
The buttons are always visible on the left so I can load other swf on the right
when clicked.
On one of the buttons I load a compo... more >>
Putting a button into a scrolling movie clip
Posted by melthemartian at 8/19/2006 2:33:38 AM
As the title implies, I have a scrolling MC with a button in it. What should the action scripting look like to connect it to another scene?... more >>
Extract font from SWF
Posted by abeall at 8/19/2006 2:23:36 AM
Is there any way to extract a font from an SWF? I don't need to use the font
for anything besides other Flash/SWF files, so exporting to a system font file
is not needed. I just need to be able to re-use a font that is on SWF in other
SWFs, when the font is not installed on my system.
Why ... more >>
Re: Loading an external SWF from an external SWF
Posted by Blakice_iceman at 8/19/2006 1:36:28 AM
Hello,
Thank you for replying. Here is exactly what I'm needing to do:
We will call the parent file "index.swf". Inside "index.swf" I have a
"holder" for external swf files to load into when I call on them from the main
menu buttons on "index.swf". When a customer comes to the site, t... more >>
|