A Flash Developer Resource Site

Search:

Type: Posts; User: samac1068

Page 1 of 20 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    7,408

    Not sure if I understand about the minor pause. ...

    Not sure if I understand about the minor pause. How do you know there is a pause? It is a "stutter" in your animation? You just want it to go back to the first frame then stop, how do you know it...
  2. Thread: Help

    by samac1068
    Replies
    2
    Views
    1,450

    Post your code.

    Post your code.
  3. Replies
    2
    Views
    1,944

    If there are no errors, what response are you...

    If there are no errors, what response are you getting? Did you trace down to the specific function to see if it is moving through each line as expected?
  4. What you are asking for is someone else to write...

    What you are asking for is someone else to write the code, and that isn't want we do here. We help when you run into trouble with your code. As suggested earlier, you need to go to a site that will...
  5. Replies
    0
    Views
    829

    Strange Dropping of Records

    I have a function that is suppose to simply loop through an array of objects. It checks each object to see if a variable is true, and if so, copies that object into another variable to be displayed....
  6. Replies
    1
    Views
    1,532

    Iterate an Object

    Now I know this seems like a very simple matter, in fact, I am pretty sure I've done this before, but during the current project I am running is a strange behavior.

    First the code:



    private...
  7. Thread: help!

    by samac1068
    Replies
    3
    Views
    903

    We may be able to help if you explain...

    We may be able to help if you explain specifically what you need help with. We understand that you have a question template, and when an answer is chosen it adjusts the percentage correct value, but...
  8. Replies
    3
    Views
    2,661

    Flash8 In you placed a trace within the onRelease tag...

    In you placed a trace within the onRelease tag and it doesn't appear, then your function is not being called.
  9. Replies
    1
    Views
    1,148

    I'm trying to understand exactly what you are...

    I'm trying to understand exactly what you are trying to achieve. I understand you have a list of classes and I think you want an radio button for each, but that is where my understanding ends. Can...
  10. Replies
    1
    Views
    1,096

    Flash5 One way to do it.

    If I am looking at the correct area, this should be a process of using a mask and movieclips with text inside.

    1) I would create the text elements. All of the text elements, and for each one I...
  11. CS3 To help others, can you mark this thread as...

    To help others, can you mark this thread as resolved.
  12. Replies
    2
    Views
    1,253

    Was there a question?

    Was there a question?
  13. Replies
    3
    Views
    2,661

    Flash8 Well I guess the first obvious question to ask is...

    Well I guess the first obvious question to ask is was version of actionscript are you using? The next would be have you added any trace elements to see if the event is actually being fired.
  14. Can you post our fla or swf file?

    Can you post our fla or swf file?
  15. No not at all.

    No not at all.
  16. That explains why it is scale down but not...

    That explains why it is scale down but not left...it should expand to the right.
  17. Yes that does happen. What I do it capture the X...

    Yes that does happen. What I do it capture the X and Y position, scale and reapply the X and Y position if the object is on the stage first. If I am just loading the object, then I scale it then...
  18. Scaling it manually or by code?

    Scaling it manually or by code?
  19. Replies
    1
    Views
    606

    As a suggestion, I wouldn't use a text file,...

    As a suggestion, I wouldn't use a text file, although those are handy. I suggest using a XML file. You can push the name and the path to the image in the file and store the content to an array...
  20. Replies
    3
    Views
    809

    I'm not sure why you are having difficulties,...

    I'm not sure why you are having difficulties, especially after viewing the code. I would shift the code within the Main construction to another function that is called from the pre-game menu. Just...
  21. Replies
    2
    Views
    659

    Hard to tell without actually seeing the...

    Hard to tell without actually seeing the timeline. If you are loading your characters by as3, then ,make sure you don't have a keyframe that ends the as code for the rest of the timeline. If you...
  22. Replies
    12
    Views
    1,940

    Another Update

    Okay, I was a little bored and worked out the code a little more. I wouldn't open and pull any methods out from the attach, but rather come up with a method and compare it to mine. I don't proclaim...
  23. Replies
    9
    Views
    2,230

    Cleong, that is your opinion. I have a different...

    Cleong, that is your opinion. I have a different one. You seem to believe that your opinion is the only right one. I've trained many programmer to use Flex and Flash and have an idea how it works...
  24. Replies
    12
    Views
    1,940

    A little Confusing

    I know what I am explaining can be a little confusing, so I threw together a piece of code example that simulates your jeopardy format. I am, by no means, suggesting that you build or proceed in the...
  25. Replies
    12
    Views
    1,940

    Wait, the if statement should work without a...

    Wait, the if statement should work without a problem. Can you post the code from that section. Make sure you've provided an instance name for each of the grid MC.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center