A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: check out my fishing game, thanks to the fishing tutorial

  1. #1
    Member
    Join Date
    Sep 2007
    Posts
    33

    check out my fishing game, thanks to the fishing tutorial

    want to thank every one who makes this site possible. It has been a HUGE help. Quick question: why doesn't up and down work on web? it works test movie.
    www.kieliszewskidesign.com
    Thanks
    Kevin

    (p.s.) after further trial and error ; I found that publish preview in flash; buttons work, in publish preview in html, buttons do not work.
    Any Ideas what I am doing wrong
    Last edited by kmksunfire; 08-15-2008 at 10:29 AM.

  2. #2
    Now tell me whos watchin...... samvillian's Avatar
    Join Date
    Feb 2007
    Location
    Where do you live?
    Posts
    539
    make a limit as to how high the worm can go. its as simple as
    if(worm._y <= 250){
    worm._y = 250;
    }

    oh and this isnt an answer to your question.. I dont see why it would matter as it does work online. and thats the point..
    If the only tool you have is a hammer, you tend to see every problem as a nail.

    Xbox 360 Modding Controller PS3 Mod Paint Spray LED Case

  3. #3
    When you know are. Son of Bryce's Avatar
    Join Date
    Aug 2002
    Location
    Los Angeles
    Posts
    838
    kmksunfire, which version of Flash you're using? It sounds like it might be related to that Firefox "wmode = transparent" bug. The up/down keys work for me in Firefox 2 though. Are you clicking inside of the Flash movie to give it focus before using the keys?

  4. #4
    Member
    Join Date
    Sep 2007
    Posts
    33

    thanks

    wow.. I feel pretty dumb, yeah it works as long as I click in the browser, any way to make it so user doesn't have to click?

  5. #5
    Teacosy is coming ranoka's Avatar
    Join Date
    Jun 2003
    Location
    UK
    Posts
    123
    If you have a title page with instructions and a "click to play" type button, then it's an easy way to get the user to click on the Flash window and make sure they have focus on the window. This is a good idea if your game is controlled by the keyboard.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center