all groups > flash actionscript > may 2006 > threads for saturday may 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
Full screen IF resolution is equal to 800x600 or less
Posted by Dario de Judicibus at 5/20/2006 8:58:07 PM
I am looking for an ActionScript code snippet to enlarge an otherwise
*scalable* Flash movie to full screen *if* the resolution is 800x600 or
less. Thank you in advance.
--
Dario de Judicibus - Rome, Italy (EU)
Site: http://www.dejudicibus.it
Blog: http://lindipendente.splinder.com
... more >>
Confused about dynamic text, paths and referencing HTML pages
Posted by TPK at 5/20/2006 8:35:01 PM
Confused about dynamic text, paths and referencing HTML pages
I have a web page that has a Flash file that uses dynamic text generated from
an external file. I want to keep all the Flash files in a separate directory so
that I can access them from different HTML pages.
I am a bit confused ... more >>
Uh Oh -- Wrong way to do this?
Posted by Angyl at 5/20/2006 7:29:36 PM
I'm building an alphabet game for my daughter. Instead of building 26+ (for
the different phonics) symbols of the letters, I started by creating ONE
instance of a movie with a dynamic text field in it and I'm using code to
assign the value of the text field. Like:
LetterB1.LetterInside.L... more >>
PreLoader Bar!!!
Posted by NintendoWii at 5/20/2006 7:17:58 PM
Hola!,
[URL=http://imageshack.us][IMG]http://img356.imageshack.us/img356/5241/m4pf.gif[
/IMG][/URL]
I?m trying to make this preloader thats located in a scene called "preloaded"
and that it is going to load the next scene called "home", I want to fill the
planet with that orange liquid,... more >>
Help with this code, please?
Posted by Angyl at 5/20/2006 4:34:38 PM
I've had this code working before in other projects, but for some reason it's
not working now in this new one. Can anyone see the problem?
There's a "Button1" instance on the stage and the Actionscript for the frame
has this:
Button1.onRelease = b1release() {
var my_valid_frames:Array... more >>
Pivot/Rotation point question
Posted by tdman2000 at 5/20/2006 4:26:27 PM
Hi all, I have a question about the pivot or rotation point (the white dot).
I'm trying to make an interface rotate a MovieClip depending on the mouse._x
position. (if mouse goes to the left, movieClip goes clockwise & vice versa).
Sure I could position the pivot point manually using the trans... more >>
PLEASE HELP - DROP N DRAG BUTTON PROBLEM!!
Posted by SLMHILL at 5/20/2006 3:03:11 PM
Trying to make a draggable button, added this script, but its not working!
on (press) {
startDrag(mcCircle);
}
on (release) {
stopDrag();
}
Any ideas? Thanks... more >>
Duplicating MovieClips into Rows & Columns
Posted by Husain at 5/20/2006 1:08:17 PM
Hi People,
I am creating a project, which is a dynamic image gallery, wherein the images
are loaded from an XML file. I am looking to create the thumbnails as rows &
columns, based on the total number of images.
I am able to duplicate the movieclips in rows & columns, if I define the
n... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
file location
Posted by Uod at 5/20/2006 12:11:34 PM
anybody knows the equivalent of visual basic's "app.path"(location where the current swf/file) in flash?... more >>
Setting depth of movie clips
Posted by Lifeasalounge at 5/20/2006 2:15:07 AM
I have 4 movie clips on the stage. They are named logo1, logo2, logo3, logo4. I
have them set out cascading. So the only clip that is fully visible is the
front clip but the top of the other clips can still be seen. When a user clicks
on one of the back clips i want it to appear in front of th... more >>
countdown timer....
Posted by lostinscript at 5/20/2006 12:00:00 AM
Hi,
I have a timer that counts backwards and when it reaches 0 performs other
actions (such as go to a different screen). Counting down is not a problem,
its when it reaches 0 it wont do anything, ive been fiddling with this for a
while and cant work it out....anyone got any ideas. The c... more >>
Fitting a picture to fill a box
Posted by Tiller at 5/20/2006 12:00:00 AM
I have a layout that I've created in Flash that involves bringing a picture in
dynamically into a box. I can get it to come in at the top left without a
problem, but ideally I need it to fill the height of the box (if it's a
portrait picture) or the width (if it's landscape).
The box's dim... more >>
|