A Flash Developer Resource Site

Search:

Type: Posts; User: Lightwave Network

Page 1 of 20 1 2 3 4

Search: Search took 0.38 seconds.

  1. Doesn't seem to be a difference after the...

    Doesn't seem to be a difference after the update...but, oh well--where's there's a will, there's another way around it.

    :)
  2. QUESTION: Does 7.2 update fix createEmptyMovieClip issues?

    Hello fellow Flash junkies,

    Recently found out that createEmptyMovieClip doesn't allow the onLoad event handler, (read something about it being corrupt.) My question is does the latest 7.2 update...
  3. Replies
    1
    Views
    404

    If this will be a standalone application, you can...

    If this will be a standalone application, you can use Flash Studio Pro to connect to an Access database. ( http://www.multidmedia.com )

    If it's web-based, you'll need to use a web-based language...
  4. Flash MX (not 2004) web-based DB connectivity

    I just recently got myself into a pretty large project where the client is asking for some seriously slick Flash animation and dynamics, based on a database on the server.

    I'm curious to know if...
  5. Change allowed Idle Time for disconnect?

    I'm pretty certain the setting for this is in one of the XML files, but I'm uncertain as to which one, and which param. :P

    Currently, my users log on, and if they're idle for too long, FCS...
  6. Replies
    69
    Views
    8,035

    Poll: Why would you switch if the original game idea...

    Why would you switch if the original game idea was for Flash MX's engine?

    I've been working on a Flash-based application for the past 5 months. I've got plenty of code behind it, too, but, I'm...
  7. Could you paste the exact scripts you're...

    Could you paste the exact scripts you're currently using and explain to me what's happening with your current scripts? I should be able to help from there.
  8. Replies
    69
    Views
    8,035

    Poll: I'm not trying to be rude--I love Flashkit, and...

    I'm not trying to be rude--I love Flashkit, and have used it for years--I also know that it's supported by many, MANY users, and it's been a valuable resource for all of us, BUT--I have also noticed...
  9. Replies
    7
    Views
    540

    Glad I could help! :D

    Glad I could help! :D
  10. Replies
    6
    Views
    837

    You can sort of communicate with ASP/VBScript,...

    You can sort of communicate with ASP/VBScript, but each time you need a return variable you have to reload the page. There's no current way to directly communicate with a server/database using Flash...
  11. Replies
    7
    Views
    540

    Okay, so your variable name is "score". Here's...

    Okay, so your variable name is "score". Here's how to accomplish what you want:


    on (release) {
    _root.score -= 2;
    if (_root.score <= 0) {
    _root.gotoAndStop(2) //(or use gotoAndPlay...
  12. Replies
    6
    Views
    837

    Basically, Flash can publish to two types of...

    Basically, Flash can publish to two types of files--a raw Flash .SWF movie, which can be embedded in web pages, Director and other programs, and there's the executable (.EXE on PCs.) The type of...
  13. Replies
    69
    Views
    8,035

    Poll: Right--basically, would I be able to add more...

    Right--basically, would I be able to add more content to intros and animations, and can the v7 engine process layers and transparency better? I'm really curious as to whether or not I can start...
  14. Replies
    69
    Views
    8,035

    Poll: So, I'm curious--is the MX 2004 engine really 8 -...

    So, I'm curious--is the MX 2004 engine really 8 - 10 times faster than the MX 6 engine? That thought alone makes me want to upgrade. :D
  15. Replies
    69
    Views
    8,035

    Poll: Very cool--I like the water droplets a lot--they...

    Very cool--I like the water droplets a lot--they have a lot of life to them. You've got some really clean and crisp artwork--looks great!
  16. Replies
    69
    Views
    8,035

    Poll: I totally agree. I like using Flash to design...

    I totally agree. I like using Flash to design better than Illustrator. The layers in Flash are much easier to use, too. The only thing I don't like is that Flash doesn't have all of the filters...
  17. Replies
    69
    Views
    8,035

    Poll: I'm a firm believer that everyone is a math pro...

    I'm a firm believer that everyone is a math pro at heart, because math is such a major part of everything we do, from speaking languages to walking down the street. The trick is getting to...
  18. Replies
    7
    Views
    540

    This script wasn't copy/paste because I have no...

    This script wasn't copy/paste because I have no idea how you're referencing "health". You should have a health variable that represents where your health is at (between 0 and 100).


    What are...
  19. Replies
    6
    Views
    837

    If you're making a standalone EXE file, and...

    If you're making a standalone EXE file, and you're not putting your Flash movie on a web page, then YES.

    Also, you'll want to remember that fscommands don't work in web pages--only EXEs.
    ...
  20. Replies
    7
    Views
    540

    Basically: if (health == 0) { ...

    Basically:


    if (health == 0) {
    _root.gotoAndStop(2)
    }


    You should definetely consider learning how ActionScript works. It's very similar to JavaScript so you can learn one and or the...
  21. Replies
    69
    Views
    8,035

    Poll: I'd actually love it if the forum and threads...

    I'd actually love it if the forum and threads were moved to a server other than Flashkit's primary server. This way I wouldn't have to waste time reloading pages until I can view them (regarding the...
  22. lol:D

    lol:D
  23. Replies
    69
    Views
    8,035

    Poll: bumping this up to make sure admins see this. :D

    bumping this up to make sure admins see this. :D
  24. Replies
    6
    Views
    895

    bumping this up to make sure admins see this. :D

    bumping this up to make sure admins see this. :D
  25. Replies
    1
    Views
    571

    bumping this up to make sure admins see this. :D

    bumping this up to make sure admins see this. :D
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center