all groups > flash actionscript > may 2006 > threads for sunday may 14
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
Help making game for the psp
Posted by harry_eakins at 5/14/2006 11:57:32 PM
Ive just started on a project which is snake for the psp. I have made the snake
move by spawning squares infront of the snake whilst removing them from the
tail to go forward. so my snake consists of an array of movieclips of squares
that is constantly increasing when the player eats the food.... more >>
load movie problem
Posted by kyleflash at 5/14/2006 10:10:10 PM
i uploaded a site on the net .. the index.htm file have a main.swf file in it
thatall it's use is just to "load movie in level 1" called ball.swf and from
ball.swf i load sometimes another swf that also loads another one .. all in
sperated levels .....
the problem is when i test this sit... more >>
Problem loading CSS StyleSheet
Posted by WebXperience at 5/14/2006 9:01:28 PM
This is the error I get:
**Error** C:\Documents and Settings\Administrator\Local Settings\Application
Data\Macromedia\Flash MX 2004\en\Configuration\CLASSES\TextField.as: Line 47:
The class 'TextField.StyleSheet' could not be loaded.
var styleSheet:TextField.StyleSheet;
Total Ac... more >>
XML Slideshow Buttons, Help!
Posted by Xodus6.com at 5/14/2006 8:57:45 PM
Hello! I'm an amateur when it comes to actionscript and I'm trying to modify
an existing script that I found from Flash Kit to include a backwards and
forwards button. It seems so simple and yet when i try to modify it, the
buttons don't work. Here is the script for the slideshow (it is an ... more >>
Just a little syntax help ...please!
Posted by MikeMedia2 at 5/14/2006 7:15:54 PM
How do I define one of multiple radioButtonGroups?
How do I address a specific radio button in that group?
Here is one of the variations that I have tried:
trace(radioButtonGroup.q1.selectedData)
I want any selection in group q1 to return the value (data) of the selected
radio button ... more >>
embedFonts
Posted by gleik.corvus at 5/14/2006 6:46:55 PM
I am creating dynamically the following text filed (see script). I want flash
to embed the font but it is not doing it. When I set the "embedFonts" command
to TRUE the text doesn't come up when I rollover the buttons that send
dynamically the text variable to the text field.
Right now it w... more >>
Would like to alter this script
Posted by Bradford NO[at]SPAM at 5/14/2006 6:44:23 PM
function updateStatus () {
_root.statusField = _root.currentFrame + " of " + _root._totalFrames:
}
I added a preloader to the first frame of working template ('Modern Photo
SlideShow' that came with Flash) which altered everything by one number.
(Example: was 2 of 20 now is 3 of 21) I w... more >>
Child MovieClip Size ater Parent Resize?
Posted by Moztof at 5/14/2006 4:10:38 PM
My main movie clip has a child movie clip inside. When I resize the main movie
clip the dimensions of the child movie clip seem to stay the same. I perform a
trace on the child clip's width and height and no matter what I resize the main
movie clip to the dimensions are the same as before. Is ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
loadvariables headache
Posted by monkeyboy1972 at 5/14/2006 2:12:28 PM
Hi could anyone help me I a little bit stuck - I need to pull in some text from
and external file using loadvariables("xxxx", 0) - now I've acheived this - but
when a button is pressed I need it to move onto the next keyframe,
unfortunatley the text stays the same even though I've changed the ... more >>
newbie help request - DT + variable problem
Posted by ybendov NO[at]SPAM gmail.com at 5/14/2006 12:58:33 PM
hi,
I'm trying to load a variable from a file, and set it as the string for
a dynamic text.
in the my_variables.txt file:
....
&variable1=bla bla bla&
....
(other variables are defined at the same file).
now, if I define the variable of the DT as variable1, then load the
file, there is ... more >>
_root.gotoAndPlay("label") in function
Posted by woschd at 5/14/2006 12:30:53 PM
I'm calling a function which is created on my main timeline in frame 1. Once a
ceratin condition is met I ask with _root.gotoAndPlay("frame label") to jump to
a certain frame label on my main timeline. But my movie jumps always to frame 1
on the main timeline. I did not use scenes, since I rea... more >>
How to control Movie Clip inside of an empty Movie Clip
Posted by akittymom at 5/14/2006 3:49:32 AM
Can anyone give me some direction on how to control a 2-frame movie clip with
backward/forward buttons that loads inside of an empty movie clip? Other
buttons are loading different movie clips into this one empty movie clip that I
then want to control going to either frame 1 or frame 2.
... more >>
Loadmovie action script help
Posted by jeslone at 5/14/2006 2:09:21 AM
Hey there, just putting together a website using flash.
Everythings great. My website is one flash file, i've also
done a new document which is a page for my movie to
play in. So i have jesl homepage.swf and now charles.swf
On my homepage scene 3 theres a button you press
using loadmovie... more >>
Creating Dynamically named functions
Posted by dan_vaughan at 5/14/2006 12:00:00 AM
Hi,
Somehow, I think this might be a difficult question to answer, let alone, a
difficult question to ask...
I want to know how to create a dynamic set of functions based upon a vaying
set of identifiers. ie: I have a stage in which i dynamically load various
images. I am loading the i... more >>
Popup Menu
Posted by criticalx2 at 5/14/2006 12:00:00 AM
Hi,
I have a made a popup menu on the stage. What I want is when a user clicks the
"Home" button it will then show another content of movie clip within that stage
without going to another scene. Then if the user clicks the "Photo" button then
it will unload the movie clip(home) and show th... more >>
System.capabilities.version
Posted by cj911 at 5/14/2006 12:00:00 AM
Can anyone give me a brief synopsis and useage of the
System.capabilites.version syntax? I would like to prevent users from
continuing onto view my page unless they have flash ver 8.0 player...Any help
is greatly appreciated!
... more >>
|