A Flash Developer Resource Site

Search:

Type: Posts; User: TnWbDzgnr2005

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    825

    Are you new?

    I mean what I said. 2d tutorial game help, the type that holds your hand, step by step instruction.

    I know they exist, because I have been looking at some, but I need more information.
    ...
  2. If you have not cleared your Cache, this could be...

    If you have not cleared your Cache, this could be the problem. You could also program in your flash file to check for browser type before the item loads, you can also ask visitors to download a...
  3. Replies
    2
    Views
    825

    Simple Games?

    Anyone know a really good hold your hand tutorial for making simple 2d movies in Flash 8? I have no actionscript knowledge other than a few bits and pieces.

    thanks,
    Jenn:crazy:
  4. Replies
    11
    Views
    693

    Response to West

    I'm going to school to learn actionscript and I have learned nothing but to be constantly frustrated. The resources online are much better than what is being taught currently in any classroom...
  5. Replies
    11
    Views
    693

    Try this site:

    Hi -

    I learned a lot from this site www.learnflash.com

    The tutorials are awesome step by step instruction and its better than anything out there so far.

    Good luck
    Tn
  6. Replies
    4
    Views
    481

    Whispers - ok, here's another problem. My...

    Whispers - ok, here's another problem.

    My "basket" goes beyond the boundary when I use the arrow keys to move it. Here's my code:

    onClipEvent (enterFrame) {
    moveSpeed = 10;
    if...
  7. Replies
    4
    Views
    481

    Thank you..do you know ?

    Hi Whispers, thanks for helping with the gem code. Do you know how to code the collision for the dynamite? I am so new to this its scary!

    Thanks,
    Tn
  8. Replies
    4
    Views
    481

    2D game Help [Flash 8]

    Hi -

    I have a rock and a Gem shaped basically the same. I need to hide the Gem behind the Rock. Any ideas how to do this?

    My 3rd element is onClick, when you click the dynamite stick it...
  9. Replies
    1
    Views
    663

    OnPress Trace Flash 8 Help

    I need to create two buttons one that is a press button.

    my_btn.onPress = function () {
    trace ("You pushed the button correctly")
    };

    I get an error code with this that says
    ...
  10. Replies
    5
    Views
    660

    I'm looking for something more like this:...

    I'm looking for something more like this:
    http://www.flash-banner-tool.com/samples.html
    Click on the first one on the left side - its a scrolling banner like I mean.

    Thanks - the one you...
  11. Replies
    5
    Views
    660

    I'm talking about like a scrolling banner, that...

    I'm talking about like a scrolling banner, that has a var (random) number of times the information can be seen on the page, but still in a banner style.
    I know part of it would require a mask to be...
  12. Replies
    5
    Views
    660

    [F8] How to code Scrolling text?

    I am interested in learning how to create scrolling text in flash to use on a web page?

    I am not sure even where to begin, please hold my hand and show me the correct way to do this... Thanks in...
  13. Where's the issue?

    I use firefox all day long, I hate IE. The URL you listed gives me a nice view of the site, any larger and I would think it would be over powering.

    Looks good mate, don't sweat it,

    TN...
  14. Replies
    14
    Views
    939

    Jon - In the properties box for this, what does...

    Jon -
    In the properties box for this, what does it say for the var and the url?
    TN
  15. Replies
    12
    Views
    828

    once you figure out the bugs

    Your comment "once you figure out the bugs". Proves my point.
    Since I work in the Web Development industry, I know thousands of people who download different browsers all day long to view content....
  16. Replies
    2
    Views
    507

    Danny - try changing your code to look like...

    Danny -

    try changing your code to look like this:

    onClipEvent (load) {
    this.createEmptyMovieClip("movie_mc")
    this.getNextHighestDepth(movie_mc));
    movie_mc._lockroot = true;...
  17. Did you check the firewall settings on firefox?...

    Did you check the firewall settings on firefox? Have you gone into the manage how files are treated section under tools in firefox?

    Sometimes allowing certain web content on your tool bar will...
  18. Replies
    1
    Views
    531

    Help with Code Flash [8]

    I have a location box, and the states can only be NY, TN or FL.

    I want the code to recognize when the state NY is entered into the location box, a percentage gets added to that state.

    Instead...
  19. Replies
    12
    Views
    828

    Perhaps, since the file plays really well in FF...

    Perhaps, since the file plays really well in FF you should place a small notice on the page that states "Better if viewed with FireFox" then provide a link to download the application.

    What...
  20. Replies
    3
    Views
    590

    I use empty movie clips to play streamingSound ....

    I use empty movie clips to play streamingSound . Are you playing a movie or an mp3?
    You might want to change the code to "this." this.myMC.myBtn.OnRelease = etc

    Just a thought.
    TN
  21. Math Array to Add 3 fields together HELP ASP!!

    Hi

    I have a project that is requiring me to add two product prices together (user input) add shipping costs (based on location), add sales tax based on where the user lives and in how many days...
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center