A Flash Developer Resource Site

Search:

Type: Posts; User: EmileKelly

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,786

    thanks lin90, that looks like it might help! E

    thanks lin90, that looks like it might help!

    E
  2. Replies
    5
    Views
    1,786

    bump, anyone? E

    bump,

    anyone?

    E
  3. Replies
    5
    Views
    1,786

    drop down menu using Tweener

    hi

    im trying to make a simple menu where some sub items slide down on rollover, my problem is as soon as i roll off the top level menu item to select one of the sub items that has slid down, they...
  4. Replies
    4
    Views
    587

    thanks guys, have looked through those and it...

    thanks guys, have looked through those and it looks like the JSTweener would do what i wanted...

    Unfortunately i have no experience of writing Javascript so can anyone suggest some sort of good...
  5. Replies
    4
    Views
    587

    Flash Alternatives

    Im building a site that will have some animated cascading/sliding menus which i will probably build in flash. I was just wondering if there are ways of doing this well using DHTML or javascript? if...
  6. Replies
    1
    Views
    612

    projector/full screen

    Hi,

    I need to turn a movie I've made into a linear presentation that can be played through a projector as well as on large plasma screens.

    I want to use projector .exe files so they can be...
  7. Replies
    1
    Views
    715

    looping flv/loading screen

    Hi,
    i need to loop an flv, i have used the following code:

    ns.onStatus = function(info) {
    if (info.code == "NetStream.Play.Stop") {
    ns.seek(0);
    }
    };
  8. Replies
    1
    Views
    456

    force disabled button to frame 2

    I have a button which is disabled when it is pressed, like this:

    my_btn.onPress = function() {
    my_btn.enabled = false;
    }

    but i need it to be stopped on the the roll over, ie its yellow,...
  9. Thread: zooming in

    by EmileKelly
    Replies
    6
    Views
    956

    zooming in

    hi
    ive got a world map and i need to be able to zoom in to continents and then countries when they are clicked

    i dont want to individually animate each zoom is there anyway i can do this using...
  10. Replies
    2
    Views
    548

    cheers

    cheers
  11. Replies
    2
    Views
    548

    actions question

    if you assign an action to a button, for example this on a frame:

    myBtn.onRelease = function() {
    loadMovie(mymovie.swf,myclip_mc);
    }

    does flash keep this action assigned to the button until...
  12. Thread: frameVar

    by EmileKelly
    Replies
    5
    Views
    466

    yes! hope that helps someone else..

    yes! hope that helps someone else..
  13. Thread: frameVar

    by EmileKelly
    Replies
    5
    Views
    466

    something like this? this on the button: ...

    something like this?

    this on the button:


    on (release) {

    movieVar="movie.swf";

    gotoAndPlay("outro");
  14. Thread: frameVar

    by EmileKelly
    Replies
    5
    Views
    466

    there MUST be a fairly simple way of doing this!?

    there MUST be a fairly simple way of doing this!?
  15. Thread: frameVar

    by EmileKelly
    Replies
    5
    Views
    466

    into a container movieclip

    into a container movieclip
  16. Thread: frameVar

    by EmileKelly
    Replies
    5
    Views
    466

    frameVar

    when i want a flash movie to play an outro before it goes to another section i use this method:

    i add this action to a button:


    on (release) {
    frameVar="page2";
    gotoAndPlay("outro");
    }
  17. Replies
    2
    Views
    1,368

    thanks a lot man, I'm not great with code, im...

    thanks a lot man,

    I'm not great with code, im getting better but havn't done anything with arrays yet.

    Is there any chance you could break the whole thing down for me and explain what each part...
  18. Replies
    0
    Views
    658

    loadMovie after fading out a page

    when i want to go to a new page but fade out a current scene i usually apply something like this to a button:

    myBtn.onRelease = function(); {
    frameVar="page2in";
    gotoAndPlay("page1out");...
  19. Replies
    2
    Views
    1,368

    Random order

    im creating a banner and i want to play about 10 movie clips one after another, which are basically just text fading in and then out..

    my problem is i need them to play in a random order, i need...
  20. Replies
    3
    Views
    591

    mind boggling

    myMc.myBtn.onRelease = function() {
    play();
    }

    ive got that applied to a frame on my main timeline and for some reason it just wont work..

    Ive checked all instance names over and over for...
  21. Thread: conversion

    by EmileKelly
    Replies
    1
    Views
    1,791

    conversion

    when not being able to export from source straight to the FLV format, what is the best file type to start with?

    cheers
  22. Thread: fading text

    by EmileKelly
    Replies
    3
    Views
    519

    yeah that sorted it, its a shame though i do...

    yeah that sorted it, its a shame though i do prefer it on antialias for readability

    cheers
  23. Thread: fading text

    by EmileKelly
    Replies
    3
    Views
    519

    seems to only happen with white text

    seems to only happen with white text
  24. Thread: fading text

    by EmileKelly
    Replies
    3
    Views
    519

    fading text

    when you're fading text in how do you avoid that sudden jump in the last frame,

    i.e you've got a motion tween on a graphic which contains text, bringing it from alpha 0 to 100%, but the last frame...
  25. Replies
    7
    Views
    709

    thanks for your suggestions, heres how i did it ...

    thanks for your suggestions, heres how i did it

    added this to my button actions:


    frameVar="page2";


    added this to the last frame of my longest clip:
Results 1 to 25 of 61
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center