A Flash Developer Resource Site

Search:

Type: Posts; User: Mrmagic715

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Flash CS3 - Issue with getURL() Launching File

    I have a button which I want, on release, to launch a .htm file that I have stored locally. I include the absolute path to the .htm because I want the Flash file to be able to be launched from...
  2. Unable to open Flash 2008 file in Flash MX 2004

    I was working on a file in Flash 2008 and saved it as a regular .fla. I sent the file to myself via email and downloaded it on a different PC to continue working on it. The other PC has Flash MX 2004...
  3. Replies
    1
    Views
    482

    [F8] Anyone know how this was done?

    I'm curious how the page-flipping was done on this site:

    http://www.dtcpublishing.com/chw/mag/

    It's very intuitive and natural-feeling, but I don't know how you'd go about it... any ideas?
  4. [F8] gotoAndStop() not functioning properly

    I have a flash project where there is an introduction scene, followed by a scene which contains a simple quiz. On the quiz scene, there is a question, an input box to type the answer, a Submit button...
  5. Tried your trace on the button code, and...

    Tried your trace on the button code, and interestingly, this was the output:

    ans: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Kristen ITC" SIZE="30" COLOR="#000000" LETTERSPACING="0"...
  6. Sorry, I didn't literally put "correct response"...

    Sorry, I didn't literally put "correct response" in the code...

    For instance say the correct response is elephant.. the button action is:

    on(release){
    if(ans == "elephant"){
    resp =...
  7. [F8] Problem making simple quiz with if/then statements

    I am trying to set up a simple quiz in Flash. I have a text box containing the question. Then I have an input text box attached to the Var "ans". Then I have a dynamic text box attached to the Var...
  8. Only Certain Elements Load on Embedded Movie

    I made a website menu in flash and in the movie i use php variables that i send it via the <embed> tag on the page. For example, the first scene of the movie determines if a user is logged into the...
  9. [F8] Only Certain Elements Load on Embedded Movie

    I made a website menu in flash and in the movie i use php variables that i send it via the <embed> tag on the page. For example, the first scene of the movie determines if a user is logged into the...
  10. [F8] Only Certain Elements Load on Embedded Movie

    I made a website menu in flash and in the movie i use php variables that i send it via the <embed> tag on the page. For example, the first scene of the movie determines if a user is logged into the...
  11. I have a button that links to a page on my site...

    I have a button that links to a page on my site which accepts the username as a parameter. the page is "/suggestions.php?un=(username goes here)". The username variable I have in php is $un. So what...
  12. Didn't know it was that simple, I'll try it out....

    Didn't know it was that simple, I'll try it out. Thanks for the help.
  13. [MX04] Actionscript communication with PHP?

    I have a page built in PHP with a variable to specify which type of user is logged in. For instance, say in my PHP I ave x=0 if the user is a regular user, and x=1 if they are an admin. I also have a...
  14. Replies
    1
    Views
    570

    Crosshair Attached to mouse

    I have two lines on the stage that are movieclips-

    MC 1: Instance Name: chH - This clip is a horizontal line going across the whole stage
    MC 2: Instance Name: chV - This clip is a vertical line...
  15. Replies
    0
    Views
    767

    Sweet Free Loops

    This is a pretty sweet site for free loops. I listened the 69 loops here and like them all, hope this helps all of you who are looking for free loops.
    ...
  16. Replies
    4
    Views
    854

    "thanks, but now i have run into a new problem...

    "thanks, but now i have run into a new problem when stealth gets to 50 from now on release it does not longer add more to it. but if i click it anyway it will still take points away from the "total"...
  17. Replies
    1
    Views
    2,973

    Changing framerate with actionscript

    Is there a way to change the framerate a movie runs at with actionscript? For example, I could have three buttons, slow, medium fast, which would change the framerate to 6, 12, or 24.

    Thanks
  18. Replies
    0
    Views
    307

    Choppy Game - projector problem

    I made a pong game in flash mx, and exported it as an .exe file. When I go to Control>Test Movie, everything runs fine. However, if I play it by loading my Pong.exe file, once you get in the game, it...
  19. Replies
    1
    Views
    371

    I made the movie with Flash MX, if that makes a...

    I made the movie with Flash MX, if that makes a difference. Does anyone know what it causing this?
  20. Replies
    4
    Views
    437

    Thanks Tj... it works now. Apparently, the hit...

    Thanks Tj... it works now.

    Apparently, the hit test is case sensitive. Once I changed the code from "hittest" to "hitTest", the text turned blue and all the hitTests worked.
  21. Replies
    4
    Views
    437

    Thanks Tj... it works now. Apparently, the hit...

    Thanks Tj... it works now.

    Apparently, the hit test is case sensitive. Once I changed the code from "hittest" to "hitTest", the text turned blue and all the hitTests worked.
  22. Replies
    4
    Views
    437

    problem with hittest

    I'm making a pong variation and have movieclips of lines bounding the stage that I use as the boundaries. The lines' instance names are top, bottom, left, and right. Here is the code I used on my...
  23. Replies
    1
    Views
    371

    .exe Running Choppy

    I made a pong game in flash, and exported it as an .exe file. When I go to Control>Test Movie, everything runs fine. However, if I play it by loading my Pong.exe file, once you get in the game, it...
  24. Replies
    1
    Views
    384

    I am using Flash MX, if it will make a difference.

    I am using Flash MX, if it will make a difference.
  25. Replies
    1
    Views
    384

    Resizing a window in Flash

    I created a movieclip that acts just like a window (Minimize button, close button, draggable). In the bottom right corner of the window there is a resizing button. I want to be able to click and...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center