A Flash Developer Resource Site

Search:

Type: Posts; User: sylkro

Page 1 of 9 1 2 3 4

Search: Search took 0.27 seconds.

  1. I know these posts are old... but i've found a...

    I know these posts are old... but i've found a partial, far-from-ideal solution which can potentially work if you understand the word "work" in the broadest sense of its intended meaning.

    the prob...
  2. Replies
    5
    Views
    1,040

    Font artist needed

    Hi

    There's a full description on the fonts forum, basically, its about adding some polish characters to Helvetica Neue Bold + Bold condensed.

    Let us know if its possible, how long it'll take...
  3. Replies
    5
    Views
    1,040

    London - freelance work

    Hey guys + girls

    first post on the fonts board... usually on AS ones :P ... the company i'm at is in a bit of a situation regarding a project. We've got to translate a site into Polish, but...
  4. Replies
    0
    Views
    3,093

    createEmptyMovieClip();

    Still no init object huh...

    Pimpin' :mrt:
  5. We've had this exact same problem and we're...

    We've had this exact same problem and we're having to buy the server :(

    The file won't stream whether its unix or win (we tried both), it'll just progressively download and you can goto and stream...
  6. Replies
    4
    Views
    375

    gotoAndPlay(random(10)+5); that way you have a...

    gotoAndPlay(random(10)+5);

    that way you have a definite amount of 5 which is the minimum and your maximum is 14.

    random gives you however many numbers you ask, but also counts 0 as a number, so...
  7. Replies
    5
    Views
    554

    ericlin is right, even in that case, you'd not...

    ericlin is right, even in that case, you'd not need the first argument either...

    this just makes it more versatile, since you could also dynamically call a function:

    setInterval(_level0,...
  8. Replies
    2
    Views
    404

    Your problem is that your code doesn't define...

    Your problem is that your code doesn't define what groupOne, groupTwo or groupThree are. this will make your code work:




    var myObject:Object = new Object();

    var myObject.groupOne:Object =...
  9. Thread: MX 2004 Problem

    by sylkro
    Replies
    3
    Views
    353

    this probably won't be very constructive for this...

    this probably won't be very constructive for this problem but may be in future fla's you create:

    stop using scenes, use a frame label instead. it's what they're there for.
  10. Replies
    1
    Views
    564

    pass it into the swf's address in the OBJECT and...

    pass it into the swf's address in the OBJECT and EMBED tags:

    src="movie.swf?page_url=' + escape(window.location) + '"

    or whatever etc...

    it'll go into a _level0.page_url variable.
  11. Replies
    3
    Views
    532

    I'm pretty sure they're animating it by code. ...

    I'm pretty sure they're animating it by code. You tween the hand instances and the elbow circle instances and then you use MX's drawing methods to create the arms:

    moveTo(base._x, base._y)...
  12. Replies
    5
    Views
    436

    try javascriptsource.com. you should look for...

    try javascriptsource.com. you should look for something like .. random images and adapt that script to display a .swf instead of a .jpg/.gif. It'd be the same principle and you'll have more options...
  13. Replies
    69
    Views
    8,037

    Poll: but is there any info on compatibility issues...

    but is there any info on compatibility issues between 1.0 and 2.0?

    i'd consider porting because there's still so much to do on it and having 1/2 and 1/2 might not work out too good...
  14. Replies
    5
    Views
    436

    you use javascript or serverside code to select a...

    you use javascript or serverside code to select a different address for the SWF to be viewed. eg:

    (PHP) echo 'src="my_random_movie_'.[enter random function].'.swf"';

    or .. you use an array of...
  15. Replies
    69
    Views
    8,037

    Poll: bump and quick question... yeah so like, i've...

    bump and quick question...

    yeah so like, i've been working for 4 months on a project, it's over 15000 lines long and now it's out of date... the best part is, its not even released yet!

    so...
  16. Replies
    5
    Views
    356

    then use onKeyUp. isDown is best suited for...

    then use onKeyUp. isDown is best suited for instant, repetitive actions... like a character walking, and works better than onKeyDown. onKeyUp, happens when the key is released, or once every...
  17. Replies
    5
    Views
    356

    is the chat function initated onKeyUp or with an...

    is the chat function initated onKeyUp or with an Key.isDown(32)?
  18. Replies
    0
    Views
    379

    Detecting if in fullscreen mode?

    hey guys and girls,

    not ever seen it anywhere so not holding much hope... but any way to detect if the player's in fullscreen mode?

    Alex
  19. have you tried urlencoding them when you write...

    have you tried urlencoding them when you write them in the text file, urldecoding them when you read it in Flash?

    guess it's not a pretty solution for the customer ... but you can make a...
  20. Replies
    1
    Views
    563

    preventing form input hacks - tutorials?

    Hey all,

    redesigning my site and gonna make it bit more secure. anyone know of any tutorials on good practices/convention to prevent hackers from inserting code into input fields in forms which...
  21. Thread: efficiency?

    by sylkro
    Replies
    1
    Views
    362

    not sure exactly bout CPU usage, but you'll have...

    not sure exactly bout CPU usage, but you'll have a hard time achieving 100 FPS on your average machine... plus you'd have to keep 100 FPS throughout your entire SWF.

    eitherway, i'd always go with...
  22. try for (var i=1; i

    try


    for (var i=1; i<6; i++) {
    _root['Char'+i].myButton.enabled = false;
    }


    and if its not in a function, you can remove the word 'var' since it won't be useful. You can use a while loop...
  23. Replies
    3
    Views
    550

    yeah ... but why doesn't macromedia phase it out...

    yeah ... but why doesn't macromedia phase it out gradually and lets say... i dunno put a line down the timeline to show its a separate area of the scene and which users can target?

    OH YEAH ITs...
  24. Thread: game boundaries

    by sylkro
    Replies
    8
    Views
    409

    Hey, check out the games info section on this...

    Hey,

    check out the games info section on this site. its got some samples and the 2 methods with pros and cons (and explanations) or the hitTest method and the tile method.

    www.koyote.dk
    ...
  25. Replies
    3
    Views
    550

    opinions: the actual use of scenes?

    Hey All, i've been using flash for a few years and on this forum for a while and i've always wondered what the hell is the actual benefit of using scenes other that to add traffic to help forums like...
Results 1 to 25 of 202
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center