A Flash Developer Resource Site

Search:

Type: Posts; User: dullgrey

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    4,014

    I bump the fps up, not sure what it is running...

    I bump the fps up, not sure what it is running at, but it seemed a little bit stuttered tweening between the screens. Otherwise I thought it looked good.
  2. Replies
    4
    Views
    3,485

    The site looks nice, but the banner advertisement...

    The site looks nice, but the banner advertisement at the top (at least the one I got) really contrasted with the palette, and sort of cheapened what otherwise looked very professional. I'd pull the...
  3. Replies
    5
    Views
    3,764

    It looks good, and I especially like the site...

    It looks good, and I especially like the site title in the lower left, it gives it some character. I think I'd visually pop the flash out from the rest of the html background though. With a black...
  4. cocktail application, thoughts or suggestions?

    It's been quite a while since I've made anything significant in flash, but I took the plunge and made a cocktail menu application. I just released it last week, so I'm still working out a few bugs,...
  5. Replies
    4
    Views
    687

    I'm currently using intellstat.com hosting and it...

    I'm currently using intellstat.com hosting and it is really nice. Good service, no hidden garbage. Not many frills though, just asp, and access (non-DSN) at the $12 p/month rate.
  6. Replies
    3
    Views
    844

    depending on how the clip moves, use either on...

    depending on how the clip moves, use either on enterframe or on mouse move in the clip. set a variable to the movie clips _x point using localToGlobal, and compare with _root._xmouse.

    if xmouse is...
  7. Replies
    1
    Views
    420

    No need to work with a txt file. If your...

    No need to work with a txt file. If your next/prev navigation is linear, the easiest wat is to establish an array where the values are the path to the file.

    pageNavigation = new Array();...
  8. I've got a frustrating problem on my hands: I've...

    I've got a frustrating problem on my hands:
    I've got data into flash via loadVariables, added/deleted/edited and resorted data inside flash and written it to a txt file (using a concatenated string...
  9. Replies
    1
    Views
    385

    This is all guesswork, so pardon me if some of...

    This is all guesswork, so pardon me if some of these don't work.

    A. TEXT MORPHING: Make sure you break apart, and use "Shape" tweening rather than "Motion" tweening. The right click tween is the...
  10. I've been getting a nasty freeze every so often...

    I've been getting a nasty freeze every so often when previewing my flash files (w/ctrl+enter). It only seems to happen with larger files.

    What happens is, with no other apps running, occasionally...
  11. Replies
    4
    Views
    724

    Ilan, You can close the opener page as well, by...

    Ilan, You can close the opener page as well, by closing instead of focusing:
    BODY ONLOAD="opener.close();self.close()" --- or better yet closing it from your screen_1.htm (BODY...
  12. Replies
    4
    Views
    740

    erlenmeyer71, thanks for trying, you've got me...

    erlenmeyer71, thanks for trying, you've got me thinking outside the box I got stuck in.

    edit: I just saw the last post, good stuff. Thanks
    [Edited by dullgrey on 09-27-2000 at 01:45 PM]
  13. Replies
    1
    Views
    684

    buttons over buttons

    Surzycki, this is just an idea, not sure if it is true in your case. Anytime a button is layered over another I've experienced the lower of the two to become inactive. Try to put your inactive button...
  14. Replies
    4
    Views
    724

    Ilan, check out this this link, I think it is...

    <p>Ilan, check out this this link, I think it is what you need:<br>
    <a...
  15. Replies
    4
    Views
    740

    I've run into problem trying to generate bulleted...

    I've run into problem trying to generate bulleted lists, here is where I'm at:
    I have all my data contained in custom objects, all data is easily traced with a for loop. The sub-bullets can be...
  16. a piece of the puzzle

    To move an object (movie clip) the key is definitely Ahab's trig above. But don't repeat my mistake of trying to shoehorn degrees into Actionscripts Math.sin Math.cos objects (a lesson learned the...
  17. nail has been struck by hammer!!

    Ahab, I can't thank you enough. This is exactly what I needed to know...

    Thankyou both.
    [Edited by dullgrey on 09-21-2000 at 01:21 AM]
  18. I am wondering if anyone out there is familiar...

    I am wondering if anyone out there is familiar with rudimentary programmatic movement, using radians and math. Even a few examples of equasions beyond vector = direction * speed would help. I know...
Results 1 to 18 of 18




Click Here to Expand Forum to Full Width

HTML5 Development Center