A Flash Developer Resource Site

Search:

Type: Posts; User: scadbrad

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Excellent. Thank you. I changed txt.text =...

    Excellent. Thank you. I changed txt.text = title.toUpperCase(); to txt.text = title; and it now reflects the title exactly as it appears in my XML file -uppercase for the first letter of each word.
  2. [RESOLVED] How do you change text from toUpperCase(); to both uppercase and lowercase?

    Hi everyone,
    On the button class below the text is set to toUpperCase();. When the XML is fed into the text fields of my buttons it is making every character uppercase. Does anyone know how can I...
  3. --

    --
  4. Resolved. I added...

    Resolved.
    I added grid.setSize(316,((grid.rowHeight*len)+grid.header Height)); after the for loop in the onload function and then removed grid.setSize(316,1100); since it was no longer necessary.
    ...
  5. [RESOLVED] Question: How to set datagrid length to autosize

    Hi everyone,
    I'm using a datagrid in my flash project to create a step action table that is populated by an XML file. The number of steps in the table will change from time to time, so I'd like to...
  6. Resolved. container.addChild(btn); needed to be...

    Resolved.
    container.addChild(btn); needed to be changed to this.addChild(btn); AND my project was incorrectly set to the MenuClass when instead I should have had my Container Movie Clip set to...
  7. Thanks for the reply. container is a Movie Clip...

    Thanks for the reply. container is a Movie Clip in my library that points to the class file com.fladev.menu.MenuClass.

    There is an instance of container on the stage where it should be pulling in...
  8. [RESOLVED] Question with Error 1046 then Error 1009

    Hi all,
    I have code on the first frame of timeline and code in a class file and when publishing I get Error 1046: Type was not found or was not a compile-time constant: MouseEvent. This error gets...
  9. Question: XML -How to go to frame label instead of URL.

    Hi everyone,
    The following XML code I am using works fine for going to a URL. However, I want it to go to a frame label in my Flash file instead. Can someone assist with what portion I would...
  10. Question: XML menu that creates buttons and controls Flash timeline

    Hi everyone,
    I'm looking to build a basic menu in XML where I can add and remove buttons from the xml file and control the buttons to gotoAndPlay a frame label in Flash. With my project I will be...
  11. Replies
    23
    Views
    1,859

    It looks like it is coming along well. Did you...

    It looks like it is coming along well. Did you figure out how to change the size of the activeItem? I wanted to mention something with the mousescroll. Scrolling slowly through the menu is smooth,...
  12. I made an attempt but only got so far. I added...

    I made an attempt but only got so far. I added additional buildings/objects to the main_mc. Imagine a circle with a building on top, bottom, left, and right like a cross. I write the code as follows....
  13. Abelius wrote: "I would make sure that the...

    Abelius wrote: "I would make sure that the transformation point is located at the base of the buildings, and centered x-wise." This should keep it from scaling in the middle.

    I also tested the...
  14. thx all.

    thx all.
  15. Thanks for the reply. Which is this code supposed...

    Thanks for the reply. Which is this code supposed to do, 1 or 2? I see the change that you made but it still operates the same as it did before. Am I supposed to alter a numerical value in your code?...
  16. Replies
    7
    Views
    543

    well, I like it. :) Can you repost w/ a CS3...

    well, I like it. :) Can you repost w/ a CS3 version? I assume it was built in CS4 since I cant open the FLA.
  17. [RESOLVED] Preloader percentage increments [AS3]

    Hi all,

    I am playing around with preloaders and I am wondering if the ActionScript can do one of the following.

    1. My Preloader has a text field that displays the percentage status. Is there a...
  18. need tween advise. Problem w/ shape distortion.

    Hi all,
    I am attempting to animate a character and am not sure if I am taking the right approach. I tried to use shape tweens, but the shape becomes massively distorted in-between my keyframes. In...
  19. Just giving this a bump. Any ideas anyone? I’m...

    Just giving this a bump. Any ideas anyone? I’m just using the standard Quiz template that can be accessed from File>New>Templates>Quiz>Quiz_style2. I imagine that the code Ink2626 provided is...
  20. sent file via PM thanks

    sent file via PM

    thanks
  21. thank you for your reply. Would you mind taking a...

    thank you for your reply. Would you mind taking a look at the Flash Quiz Template and help determin where to insert this code?
    thanks!
  22. Flash Quiz Template, adding if 90% then go to

    Hi all, I am using the Flash Quiz template. Is there a way to add something like:

    If the user scores 90% or above go to frame 9.
    If the user scores less than 90% go to frame 10.

    I imagine I...
  23. [CS3] Adding custom buttons.scripts in Display list

    Hi all,
    I'm trying to learn how to write Actionscript from scratch vs the reverse engineering I've been doing for a while. Is there a way to create custom buttons in the display list? I'd like to...
  24. Resolved! Thanks a_modified_dog

    Resolved! Thanks a_modified_dog
  25. [RESOLVED] [CS3] AS2 drag drop reply_txt.text="how is font controlled?"

    On drag and drop feedback is there a way to control the font style?

    reply_txt.text="Yes, that's correct!"

    I'm working on a drag and drop project. The instructions for the user are in a dynamic...
Results 1 to 25 of 66
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center