A Flash Developer Resource Site

Search:

Type: Posts; User: stargazer1682

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    4,356

    I really wish I knew. I'm still kind of a novice...

    I really wish I knew. I'm still kind of a novice at much of this programming; I know enough to navigate my way through the program, and recognize the general idea of what certain script is doing,...
  2. Replies
    6
    Views
    4,356

    To be elaborate on how it's saving it; this is...

    To be elaborate on how it's saving it; this is the full directory location that it's saving to:
    C:\Documents and Settings\("Computer Name")\Application Data\Macromedia\Flash...
  3. Replies
    6
    Views
    4,356

    I'm pretty sure that's what this program uses. ...

    I'm pretty sure that's what this program uses. I'm not the original desginer, just the one responsible for updating it. When we had alpha tested it, everything worked fine; and I had made sure to...
  4. Replies
    6
    Views
    4,356

    Could there be anything to the fact that the...

    Could there be anything to the fact that the program is creating a new sub-folder to save the .sol files in, each times it's closed and run again? I just can't makes or tails of why or how it can...
  5. Replies
    6
    Views
    4,356

    Flah game doesn't always load scores

    I have a Flash game I made and produced as a standalone projector that I put on a disc. The game consists of a series of trivia question tests, and at the end of each one the player is shown their...
  6. Okay, new tact - I found this thread from about 6...

    Okay, new tact - I found this thread from about 6 years ago: http://www.actionscript.org/forums/showthread.php3?t=72743
    the user pan69 offered a solution (and sample FLA/SWF) with an alternative...
  7. How do you print dynamic text boxes, and nothing else

    I am working on a exam program in Flash CS5. There's a page that displays the scores for each test a user has completed; and on that page I'm putting a print button so the users can print the...
  8. Okay, I don't know why this worked, but I copied...

    Okay, I don't know why this worked, but I copied all of the keyframe on each layer of the results frame and pasted it into a new movie clip, and everything more or less works as designed ...

    The...
  9. Dynamic Text wont display input inside movie clip

    I'm updating a game in a Flash, using Actionscript 2 (what it was originally built in) It's a quiz game with different categories. At the end of each test is a results page showing their score for...
  10. Replies
    2
    Views
    1,839

    Thanks for the response - in both thread. This...

    Thanks for the response - in both thread. This script for printing is more effective than the one mentioned in other thread, in that it actually works; there's just this slight hitch in using it.
    ...
  11. Replies
    2
    Views
    1,839

    Set alpha to 0 for printing

    I have a game I'm adding a print button to, for users to print their score at the end of the game. The problem is, is that the printing make some of the buttons look weird, for some reason (color is...
  12. Replies
    1
    Views
    1,690

    Print Test Game Results

    I have a flash quiz game, written in AS2, a few years old and needs some updating. I need to include a print button for at the very end, so the user can print out their test scores.
    I've found...
  13. Well, I know what the problem is, I even managed...

    Well, I know what the problem is, I even managed to fix it and get the box to work properly....but I didn't save the work. I was tinkering with an (only slightly) previous version of the work,...
  14. Input text box to Dynamic text output - No cursor

    I'm working on updating a quiz game; everything was already there, someone else programmed it. A problem I'm encountering, which is thankfully now, the last of many problems, is that at the very end...
  15. Whatever was causing this problem, it's no longer...

    Whatever was causing this problem, it's no longer a problem. I created text boxes that were appropriately set in a blank project, moved them into the full program, gave them the proper variables;...
  16. Right, I know those options have to be set for...

    Right, I know those options have to be set for the characters to appear; the problem is, these three specific text boxes inside the timer movie clip, will not keep those options under font embedding...
  17. Font embedding settings wont stay selected

    Under what circumstances might the embedded font selections not stay selected? I have a group of dynamic text boxes embedded in a movie clip, programmed to run as a timer. The timer dosn't display...
  18. Replies
    1
    Views
    1,228

    Output timer end time to text box

    I'm working on updating a quiz game my employer has. One problem I encountered was that the timer that runs during the "exam" mode of the game wouldn't work, so I found a work around by replacing it...
  19. Okay, I can make the timer play, I can make it...

    Okay, I can make the timer play, I can make it pause when I want it to. Now I need to make it invisible under certain circumstances. I found this script:

    if (!multiSelect) {
    if (gameMode ==...
  20. Now, I can make the timer run, and I can pause...

    Now, I can make the timer run, and I can pause it, but it looks like I have to to put it in the movie clip the original timer was in. What I didn't notice at first was that the scoreboard doesn't...
  21. It works!!!

    I have a working timer in the game! :D I used a working timer I found(modified to not show hour and fs) I put the dynamic text box, with the instance name "count" in the first frame; and embedded...
  22. When I changed add to + I no longer got a syntax...

    When I changed add to + I no longer got a syntax error for any of those lines, however, it did not make it work.

    One thing that's throwing me a little, in addition to just making the timer run in...
  23. I should clarify, these syntax errors occurred on...

    I should clarify, these syntax errors occurred on those lines in the script I posted for frame 31. If you need to see the whole script that it's part of, it is in my original post.
  24. I think I rooted out the problem; I've been...

    I think I rooted out the problem; I've been getting a syntax error on several lines of a specific frame inside the timer movie clip. For whatever reason, early on I didn't look real close at it, and...
  25. Start button needs to start timer and move to another frame

    I have to preface this with saying, I have only limited exposure working with actionscript. I'm trying to broaden my horizons with it and so I'm trying to do an update of a quiz program my employer...
Results 1 to 25 of 25




Click Here to Expand Forum to Full Width

HTML5 Development Center