A Flash Developer Resource Site

Search:

Type: Posts; User: felicks

Page 1 of 9 1 2 3 4

Search: Search took 0.28 seconds.

  1. Thread: Foul Words

    by felicks
    Replies
    5
    Views
    10,243

    could you explain that code to me please? I'm...

    could you explain that code to me please? I'm afraid I'm one of theose people who likes to understand what i'm writing :)

    Thanks, Felix
  2. Replies
    2
    Views
    422

    I had this problem when i was making one of my...

    I had this problem when i was making one of my first flash websites, I wnted the pages to animate in, then animate out before going to the page that the user had selected.

    The basic idea is that...
  3. Thread: Foul Words

    by felicks
    Replies
    5
    Views
    10,243

    Foul Words

    Does anyone know of a way to search the contents of an input text box to find certain words? I want to identify and blank-out swear words that users might put into a form on my site.

    I am using...
  4. Replies
    51
    Views
    4,925

    Home star runner

    Check out this site. It may not be terribly complex, but it's clever, it's smooth and it's as funny as anything!

    homestarrunner.com
  5. Replies
    21
    Views
    1,403

    A very nice site, the menu system is great...

    A very nice site, the menu system is great (grumpmonkey, I hear you on the Gorrilaz style!)

    The only problem I have is the menu on the 'Arsenal' page, It looks like it's trying to emulate the Mac...
  6. Replies
    4
    Views
    534

    yeah, like with the .fla I uploaded, you could...

    yeah, like with the .fla I uploaded, you could have a range of clips that could be attached then, as I said, you'd just have to put the names of them into an array, get flash to create a random...
  7. Replies
    4
    Views
    534

    To randomly select the objects you will need to...

    To randomly select the objects you will need to put the instance names of the movieClips into an array so that you can make a random number and use that to select the object from the array. random...
  8. Replies
    13
    Views
    455

    seems to work fine for me! I would suggest...

    seems to work fine for me! I would suggest getting a percentage preloader though because if the user has no idea how long they are going to have to wsit, they may not stick around to see what the...
  9. Replies
    4
    Views
    497

    You can mask dynamic text, but you have to embed...

    You can mask dynamic text, but you have to embed the font outlines.

    To do this, select the dynamic textField and open the properties panel. click the 'Character' button and select 'All...
  10. Thread: jpg preloading

    by felicks
    Replies
    22
    Views
    1,232

    Well guys, I got it to work, Thanks for all your...

    Well guys, I got it to work, Thanks for all your help. Just in case anyone else is still having problems, here's the .fla file that I ended up with. The movie is poor, but the code is sound. It just...
  11. Replies
    11
    Views
    754

    Thanks deamothul, I'll keep on trying to get my...

    Thanks deamothul, I'll keep on trying to get my head around AS and AS 2.0.

    Thanks again,

    Felix.
  12. Replies
    11
    Views
    754

    but what actually is a 'class'?

    but what actually is a 'class'?
  13. Replies
    11
    Views
    754

    At the risk of sounding stupid, what do you mean...

    At the risk of sounding stupid, what do you mean by OOP? Also, what is a class syntax?

    cheers,

    Felix.
  14. Replies
    11
    Views
    754

    Thanks guys, thats cleared up a few things for...

    Thanks guys, thats cleared up a few things for me! I have one more question though, I'm planning on getting MX 2004 soon, and I'm wondering if all this AS stuff I'm learning now will only onfuse me...
  15. Thread: gotoandplay

    by felicks
    Replies
    1
    Views
    350

    For a start, try to steer clear of scenes, I...

    For a start, try to steer clear of scenes, I don't know about MX 2004 but I know that up to MX there are really unreliable, instead, just label frames. This also means that if you mave things around,...
  16. Replies
    11
    Views
    754

    general syntax question

    I have just started to get into the complex side of action scripting and haven't found anywhere that explains some of the simple syntax. My question is:

    If I create a simple function Like so:
    ...
  17. Thread: jpg preloading

    by felicks
    Replies
    22
    Views
    1,232

    Just a question then, I tried a few changes to th...

    Just a question then, I tried a few changes to th original tutorial script that showed nothing and them 100% when tested, even in streaming mode. When you test in streaming mode, does it only run the...
  18. Thread: jpg preloading

    by felicks
    Replies
    22
    Views
    1,232

    yeah kinda like that, but instead of the...

    yeah kinda like that, but instead of the preloader code being on a different page, I'd like it to be a function. This is basically what I want to happen:

    A button calls a function that loads a jpg...
  19. Thread: jpg preloading

    by felicks
    Replies
    22
    Views
    1,232

    on the tutorial site there is asection that says...

    on the tutorial site there is asection that says how to show the amount loaded in text form. The problem is that I don't understand it and I don't know how to turn that information into a bar...
  20. Thread: jpg preloading

    by felicks
    Replies
    22
    Views
    1,232

    jpg preloading

    Hi guys,
    I have recently read a rather confusing tutorial at actionscript-toolbox and have finally got my head around what all the scripting actually does.

    I would like to know where to put in...
  21. Thread: Host Loading

    by felicks
    Replies
    1
    Views
    561

    Host Loading

    First of all, I'd like to say that this is not another request for a preloader, I know how to make them. However, I do have a few questions on wher to place them for dynamically loaded items.

    I...
  22. Replies
    12
    Views
    581

    The site is cool, very nice, just a few points: ...

    The site is cool, very nice, just a few points:

    The globe is very cool, but also a bit overpowering, try making it a bit smaller so it doesn't feel so dominant. Maybe it's just that it encroaches...
  23. Replies
    6
    Views
    437

    use CSS mate, It'll give you a much better result...

    use CSS mate, It'll give you a much better result than tables and you can get rid of the gap in the shadow bottom right. Put the .swf in a div that is nested inside another div, then simply put some...
  24. Replies
    18
    Views
    780

    If all your AS is frame referenced, have you...

    If all your AS is frame referenced, have you considered using frme labels, that way it doesn't matter if the frame move around the label will always be the same

    Felix.
  25. Replies
    18
    Views
    780

    The Reume factory section has no preloader on it...

    The Reume factory section has no preloader on it and , although I may have missed it, I didn't see one on the main site. Put preloaders in to stop people getting bored and going away.
Results 1 to 25 of 213
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center