A Flash Developer Resource Site

Search:

Type: Posts; User: sheepysheep60

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,265

    as3 button not hiding

    I have a button which I want to use to mute audio, which will change to a un-mute icon when it is clicked, and toggle back and forth.

    The thing is, its still visible in the stage after my code....
  2. Replies
    15
    Views
    3,991

    You can animate in HTML5

    HTML5 has the canvas element, which is essentially very similar to the stage element in flash. Google brought out swiffy Google Swiffy which converts AS2 animations to HTML5 Canvases, and can...
  3. Replies
    2
    Views
    1,850

    File size png vs jpg

    Hello,

    I have a png with transparency in flash, with heavy jpg compression on it. Just wondering if my final swf size could be made smaller by importing a jpg of the same image, and masking it...
  4. Replies
    0
    Views
    2,909

    AS2 Text Cypher

    I was in a job last week and made a bit of AS2 to sort of "cypher" some text from random numbers.

    Maybe someone will find it useful. Thought I'd post it. Tell me what you think, download the...
  5. Replies
    2
    Views
    6,568

    :O So simple when you know how!! Thank you so...

    :O

    So simple when you know how!! Thank you so much :)
  6. Replies
    2
    Views
    6,568

    Performing a function on two textboxes

    Hi! I had an onEnterFrame script that would make a cypher of some letters for you. I thought it would be great if I could wrap the code in a function so I could apply it to multiple textboxes at...
  7. AS 2 heres a picture of the kind of thing i'm on...

    heres a picture of the kind of thing i'm on about... not my finest work, but it just shows you generally what it should look like.
  8. AS 2 Hi buddy, I would make a movieclip of moving...

    Hi buddy,

    I would make a movieclip of moving waves (the waves moving horizontally, left to right, right to left whatever!), which just loops and is deeper than your bottle.

    Then set this layer...
  9. Hey andy! Please excuse these very mucky...

    Hey andy!

    Please excuse these very mucky examples, there are much neater ways of doing this

    If you have two movieclips and give them instance names of clip1 and clip2 (for example) did you know...
  10. [AS3] Netstream Flickers when changing video

    Hi guys!

    I have a netstream object playing a video introduction

    ns.play(video.flv)

    and on another frame of my movie I have a menu, at which point I call

    ns.pause()
  11. Replies
    2
    Views
    1,349

    AS 2 This script made the text came in letter by...

    This script made the text came in letter by letter, at the time of writing I'd tried assigning that text format to the textbox, with no joy - same with changing the text box to bold.

    After a...
  12. Replies
    1
    Views
    1,674

    Did you ever fix this?!

    Did you ever fix this?!
  13. Replies
    2
    Views
    1,349

    AS 2 Boldening dynamically filled text box.

    Hi, I have a dynamic textfield "chap1text" inside "chap1textbox", and it is gradually filled one character at a time using a script.

    no matter what I do, it isn't going bold!!! Have tried a few...
  14. Replies
    5
    Views
    1,465

    AS 2 :thumbsup: I reckon LoadVars sounds like the one...

    :thumbsup: I reckon LoadVars sounds like the one to use... thanks man!
  15. Replies
    5
    Views
    1,465

    AS 2 Thanks for the reply, but imagine when you have a...

    Thanks for the reply, but imagine when you have a flash form and you press "submit" and flash submits a name and email address (for example) to a page, surely you can do that without leaving the...
  16. Replies
    5
    Views
    1,465

    AS 2 Tracking codes within flash

    Hi,

    I'm making a Flash piece consisting of a few different pages and clicks to take you to different chapters. The company I'm making it for have sent me URL's of pages that will track the person...
  17. Replies
    2
    Views
    14,023

    I use fontlab, its great. Making a font takes a...

    I use fontlab, its great. Making a font takes a long time though.

    I also use adobe illustrator to draw the letters in a vector format to begin with, then copy and paste them into fontlab
  18. Replies
    6
    Views
    829

    No worries at all, and I completely agree with...

    No worries at all, and I completely agree with your comment. I always get worried that I'm just saying something that someone already knows all about, in more detail than me, and/or I've missed the...
  19. Replies
    6
    Views
    829

    Ah, right sorry didn't get that bit! How about...

    Ah, right sorry didn't get that bit! How about using XML? Flash can write to and edit XML documents, its just a small file that you could install...

    Sorry, I'll stop commenting if you want, I...
  20. Replies
    6
    Views
    686

    can you upload your fla?

    can you upload your fla?
  21. Replies
    6
    Views
    686

    If the text isn't going to change (like, if I had...

    If the text isn't going to change (like, if I had a digital clock, the text would change as the minutes and seconds ticked up), then just click on your text field and change it to "Static text". ...
  22. Replies
    2
    Views
    458

    First, what you've done sounds fine, so make sure...

    First, what you've done sounds fine, so make sure you are running as2, as if your project is in as3, it won't get that code. (File > New... > New AS2 Project i think...)

    I would just make a white...
  23. Replies
    6
    Views
    829

    Hi. I'm no pro at this, but I'm not a complete...

    Hi. I'm no pro at this, but I'm not a complete noob either. Perhaps this will help.

    You need to store all this information (as you say, data/text must be saved). As far as I know, flash isn't...
  24. Replies
    2
    Views
    1,258

    Thank you very much buddy. Will get on this.

    Thank you very much buddy. Will get on this.
  25. Replies
    2
    Views
    1,258

    Color manipulation

    Hi,

    I often use boxes which use 3 colours. They have a base color, which can be anything, preferably quite bright, and fairly colourful.

    This is the first colour of the gradient that fills...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center