A Flash Developer Resource Site

Search:

Type: Posts; User: Chris Valentine

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    733

    Sorry - I made it with Flash 6 and only...

    Sorry - I made it with Flash 6 and only remembered after I'd posted it.

    With the dynamic text box being in a movie clip together with the rest of the rocket, you will have to target the instance...
  2. Replies
    6
    Views
    733

    I had to start from scratch and used different...

    I had to start from scratch and used different names for the text fields, but the attached file does work! I refer to both text fields as _root. followed by the name and declared both in the first...
  3. Are these two frames in a frameset? If so, if you...

    Are these two frames in a frameset? If so, if you name both of them, issue two getURL commands and each can target the relevant frame by name.

    Chris.
  4. Replies
    6
    Views
    733

    Where is the dynamic text box? Is it in another...

    Where is the dynamic text box? Is it in another movieclip or just on the stage. Your problem is almost certainly down to targetting. Can you upload the .fla file?

    Chris.
  5. Try this. Chris.

    Try this.

    Chris.
  6. Replies
    0
    Views
    334

    Text boxes in duplicated MCs

    I'm writing a Flash MX movie to basically draw a tree chart consisting of a number of boxes, each of which contains a text field. The boxes are made using duplicateMovieClip duplicating an MC that...
  7. I've had this exact same problem. I've got a...

    I've had this exact same problem. I've got a static MC that I can drag and duplicate around the stage, but when I add a button to that MC, the button rollover does not work.

    Chris.
  8. How about creating the multiple instances of the...

    How about creating the multiple instances of the MC on the stage using duplicateMovieClip which will give each new instance a unique name - you can then apply the rotate commands to them...
  9. Snapping a dragged duplicated MC to grid

    I'm trying to get MCs created using duplicateMovieClip to snap to a grid as they are dragged (and not just as they are released). I am using the command startDrag to do the dragging, with parameters...
  10. If you add _root.lastClicked=this._name; to...

    If you add

    _root.lastClicked=this._name;

    to the on (press) action of your MC (the one you are duplicating) it will set the root-level variable to the instance's name when its clicked. For...
  11. Replies
    2
    Views
    151

    Yes, I was using an image template, which caused...

    Yes, I was using an image template, which caused errors when I tried to export as Flash 4. I removed it and used the text field method instead.

    Thanks,
    Chris.
  12. Replies
    2
    Views
    151

    Just as I get this project working, I'm asked to...

    Just as I get this project working, I'm asked to save my stuff as Flash 4 instead of Flash 5. However, its stopped working and I was wondering if its because of the change. My templates are very...
  13. Replies
    9
    Views
    245

    The...

    The...

    <text textWrap = "word">{degreename}</text>

    ...suggestion didn't work. However, for some reason I've found that shrinking the text box *has* now worked - don't know why it didn't first...
  14. Replies
    9
    Views
    245

    I'll try that - thanks. Chris.

    I'll try that - thanks.

    Chris.
  15. Replies
    9
    Views
    245

    Yes, the size is adjusted for all frames of the...

    Yes, the size is adjusted for all frames of the fade.

    I'll send the .fla file next week.

    Chris.
    [Edited by Chris Valentine on 03-29-2002 at 11:57 AM]
  16. Replies
    9
    Views
    245

    Yes, the text is a static field. Yes, although...

    Yes, the text is a static field.

    Yes, although the movie is a bit complex in that it loads submovies. If you go to:

    http://vdc.open.ac.uk/2002/complete_2002.html

    ...if you click the next...
  17. Replies
    9
    Views
    245

    That's exactly what I did, but it didn't seem to...

    That's exactly what I did, but it didn't seem to make any difference - I narrowed the box and made it three lines in stead of just one but when displayed, the text just stayed on one line.

    Chris.
  18. Replies
    9
    Views
    245

    Probably just being thick, but here goes: I'm...

    Probably just being thick, but here goes: I'm passing text from a database, via PHP:

    $turbine->setVariable("{degreeName}",$theAwardTitle);

    ...into a Flash template but sometimes the line is too...
  19. Originally posted by ericlin: The movie...

    [QUOTE]Originally posted by ericlin:
    The movie stopped at the last frame after some motion tween.
    There are 12 movieClips shown. You named only c1,2,3,4,5,8 and c12...

    OK - problem solved....
  20. Originally posted by ericlin 1. Sorry, my...

    Originally posted by ericlin
    1.
    Sorry, my mistake.

    function dim(clip){
    for(i=1;i<13;i++){_root["c"+i]._alpha=40;}
    clip._alpha=100;
    }

    I also copied this to make a brighten funtion,...
  21. I wonder if its something to do with the Flash...

    I wonder if its something to do with the Flash plugin objecting to you targeting a CGI directly? How about targeting an HTML that then targets the CGI with a redirect tag in the header?

    Chris.
  22. Originally posted by ericlin: 1....All your...

    Originally posted by ericlin:
    1....All your setProperty lines specified wrong target. They are all treated as setProperty(this,_alpha,40);

    Ah. I don't understand this root thingy - I spotted it...
  23. Replies
    5
    Views
    930

    Create a button with the text you want to appear...

    Create a button with the text you want to appear in the movie - its best to add a rectangle in the 'hit' section of the button because it makes it a lot easier to click on. Place the button on your...
  24. I've got a matrix of 12 square images on the...

    I've got a matrix of 12 square images on the screen and I want to dim all of them except the one you mouse over and then bring them all back to normal when you mouse away. Each object is currently a...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center