A Flash Developer Resource Site

Search:

Type: Posts; User: gsinibaldi

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Thanks for your reply. I wish it were that...

    Thanks for your reply.

    I wish it were that easy. My situation needs a table with 2 columns with varying carriage returns depending on the length of the text. I had it the way you suggested...
  2. Control alpha of text created dynamically

    Hello all,

    I have a project where text is created via createTextField. Is there a way to control the alpha property of this text field?

    I've read through the forums here and see lots of info...
  3. Replies
    0
    Views
    411

    Help with multiline tabstops

    Hello all,

    Is there a way to have multiline columns within a textfield? I have the following code:


    // Create a new text field to hold text. NOTE the UI scrollbar must be on the second frame...
  4. Replies
    1
    Views
    505

    Never mind figured it out... you need your html...

    Never mind figured it out... you need your html tags in the sting vars...




    // Creates rows with data.
    var row_1:String = "<FONT FACE ='Verdana' SIZE ='12'><b>BSI </b>\tGloves and eye...
  5. Replies
    1
    Views
    505

    TextField formatting

    Hello all,

    Why wont my textfield show 12-point verdana? What am I doing wrong?



    // Create a new text field to hold text. NOTE the UI scrollbar must be on the second frame
    // becasue the...
  6. Replies
    1
    Views
    974

    Instead of using a button, make it a movieclip....

    Instead of using a button, make it a movieclip. Then you can target your _visible to the button. Currently this._visible = false is targeting your entire movie.

    If you make a button as a...
  7. Thread: [mx04]

    by gsinibaldi
    Replies
    1
    Views
    1,116

    There are a number of ways to do this. You...

    There are a number of ways to do this.

    You can set up your pictures on the left as movieclips (name them pic1_mc, pic2_mc, etc) Then place your slideshows where you want them (make sure they're...
  8. Try loading the movie into the movie that loads...

    Try loading the movie into the movie that loads into your container. On the clip that loads into your container put the following code on the first frame of the movie.

    ...
  9. Replies
    1
    Views
    903

    Any ideas?

    Any ideas?
  10. Replies
    1
    Views
    903

    Can I do this with a mask?

    Hello,

    I have 2 mc's, one a point with a line, the other a box. These are dragged along the x-axis to particular data points...

    I have the point and box under a mask so each clip is revealed as...
  11. Replies
    3
    Views
    3,362

    Help with atan

    I have the following code:


    onClipEvent (mouseMove) {
    x = this._xmouse;
    y = this._ymouse*-1;
    angle = Math.atan(y/x)/(Math.PI/180);
    if (x<0) {
    angle += 180;
    }
  12. Replies
    5
    Views
    2,940

    Yep

    Yep
  13. Replies
    5
    Views
    2,940

    Yeah both lines M and L are parallel. A is moving...

    Yeah both lines M and L are parallel. A is moving along the x axis of line M.
  14. Replies
    0
    Views
    392

    selected movieclip wont gotoAndPlay

    Hello,

    I have a simple game where the user flips, turns and drags shapes to make other shapes.

    You'll see in the attached fla that everything works (more or less). My problem is the see answer...
  15. Replies
    5
    Views
    2,940

    Angle calulation, display and pivot point

    Hello,

    I have a project and I'm really stuck on a direction to move.

    (See attached pic) I have 2 lines (line M and L). A line intersects both with a point (point A) sitting on line M. I'd like...
  16. Replies
    7
    Views
    589

    Duh!! Coding makes me feel stupid sometimes. ...

    Duh!!

    Coding makes me feel stupid sometimes.

    Thanks so much for your help

    G
  17. Replies
    7
    Views
    589

    I know i'm close... it works when the answer...

    I know i'm close...

    it works when the answer is correct but not when its wrong. I know it has something to do with my function in the first frame but I cant seem to figure out what it is...
    ...
  18. Replies
    7
    Views
    589

    Thanks for your replay diamond dog. I tried...

    Thanks for your replay diamond dog.

    I tried that but i get an "undefined" as the value. Am I missing something?

    Thanks again

    G
  19. Replies
    7
    Views
    589

    [F8] Obtain value of input text

    Hello,

    I have an input textbox in frame 1 (firstNameField.txt). I also have Check answer button. When clicked the button checks to see if firstNameField.txt has a particular answer. if its right...
  20. Replies
    0
    Views
    431

    [F8] Help with my function

    I have a number of draggable movieclips that get dropped into particular containers. I'm trying to track when the user has finished dropping all the movieclips then send the user to a different...
  21. Replies
    1
    Views
    622

    Any ideas?

    Any ideas?
  22. Replies
    4
    Views
    517

    I get it... Thanks so much for your help

    I get it...

    Thanks so much for your help
  23. Replies
    4
    Views
    517

    hey dawsonk that works! Thanks Why is that...

    hey dawsonk that works! Thanks

    Why is that necessary?
  24. Replies
    4
    Views
    517

    [F8] _rotation and stopDrag

    I have a long rectangle (long horizontally) that, when clicked, rotates 90 degrees. All the code in the onRelease worked fine until i put the _rotation line in the onPress event. Now my hit test and...
  25. Replies
    1
    Views
    622

    [F8] Draggable bar graph and hitTest

    Hello,

    I have a small bar graph where the user drags the bar up to a certain point in the graph. When the user gets it to the right place feedback saying correct shows up.

    I'm using hit test...
Results 1 to 25 of 60
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center