A Flash Developer Resource Site

Search:

Type: Posts; User: pyez

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    466

    You have some bad syntax in the if statement. It...

    You have some bad syntax in the if statement. It should be

    if(direction==1)

    and not

    if(direction=1)
  2. Replies
    2
    Views
    406

    each bit you click is a button with something...

    each bit you click is a button with something like

    telltarget(_root){
    gotoAndPlay("aframe")
    }

    This makes the movie advance to a frame, with plays the transition.
  3. Replies
    1
    Views
    497

    put this this._visible = false;

    put this

    this._visible = false;
  4. Replies
    6
    Views
    466

    on the first frame put GotoAndPlay(5);

    on the first frame put

    GotoAndPlay(5);
  5. Replies
    4
    Views
    535

    Oops

    No, that wont work, heres a link to something that will
    http://www.pierscowburn.uklinux.net/digitalminefield/misc/menuthing.fla

    I think thats what ur asking for. if not email me
  6. Thread: random frames

    by pyez
    Replies
    1
    Views
    416

    on (release) { framenumber =...

    on (release) {
    framenumber = random(numberofframesgoeshere);
    gotoandstop(framenumber);
    }

    Try this. Or email me piers@digitalminefield.com
  7. Replies
    4
    Views
    535

    when you roll over the first button, set a...

    when you roll over the first button, set a variable:

    _root.firstmovieopen = "true";

    when you roll over the first button, set a variable:

    _root.secondmovieopen = "true";

    on the first...
  8. Replies
    1
    Views
    457

    Unfortunately I'm away from my copy of Flash at...

    Unfortunately I'm away from my copy of Flash at the moment but I think what you mean is this;

    You have a text file full of lines all goin something like this:

    &1 quote goes here

    So all you...
  9. hehe :)

    hehe :)
  10. This is my new site ...

    This is my new site

    http://www.digitalminefield.com

    It's a whole load of my flash 5 experiments, and it's completely open source. Theres some designs, coding, along with some general thoughts...
  11. Replies
    13
    Views
    1,096

    Does anyone know how to do inverted trigonometry...

    Does anyone know how to do inverted trigonometry functions in Flash 5? I mean like the ones that say cos -1 etc. on calculator buttons?

    I need this do work out some angles.
  12. Replies
    2
    Views
    419

    thats not a skew - the bottom and top lines don't...

    thats not a skew - the bottom and top lines don't stay horizontal!
  13. Replies
    2
    Views
    419

    Does anyone know how to skew things with...

    Does anyone know how to skew things with actionscript. Like set property, but for ._skew (for example, I know it doesn't exist.)

    I'm making a 3D rotating cube using pure actionscript, and I need...
  14. Replies
    5
    Views
    1,078

    I don't think you understand - I don't want to...

    I don't think you understand - I don't want to change the files or anything, just view them.
  15. Replies
    3
    Views
    542

    easy - make the target _blank

    easy - make the target _blank
  16. Thread: Randomizing

    by pyez
    Replies
    9
    Views
    778

    Or use math.random() * 100 apparently it's...

    Or use

    math.random() * 100

    apparently it's "more random" according to macromedia!
  17. Set a variable on the loaded movie: ...

    Set a variable on the loaded movie:

    _root.movieclipit'sloadedinto.soundlevel = desiredlevel;

    then have a movie clip check for it:

    on ClipEvent(enterframe){
    setVolume() = desiredlevel
    }
  18. Thread: frame rate

    by pyez
    Replies
    2
    Views
    378

    I usually use 25 fps, as this is the same as the...

    I usually use 25 fps, as this is the same as the tv. This seems ok on my machine, and on supreme machines it'll work like a dream!
  19. Replies
    5
    Views
    1,078

    Does anyone know of a program i can use to open a...

    Does anyone know of a program i can use to open a folder on a server (for which I don't know the username and password) and browse it like explorer i.e. view all the files and folders with a...
  20. This happens because the targets are all screwed...

    This happens because the targets are all screwed up when it's loaded. You need to code the targets as if it is ALREADY IN the movie, ie _root.nameofmovieclipit'sloadedinto.variableyou'retryingtogeto...
  21. Thread: php cookies

    by pyez
    Replies
    10
    Views
    1,361

    cookie0 still doesn't work. What should it be...

    cookie0 still doesn't work. What should it be called?

    No, it doesn't set with prompt enabled.
  22. Thread: php cookies

    by pyez
    Replies
    10
    Views
    1,361

    Thanx Ilya, It now sets the cookie, but it...

    Thanx Ilya,

    It now sets the cookie, but it still won't read it! What do I call the input text box?
  23. Thread: php cookies

    by pyez
    Replies
    10
    Views
    1,361

    Netbreed - I'm haveing a problem with your script...

    Netbreed - I'm haveing a problem with your script - What am I supposed to call the input text boxes in my movie? Also, If I open Temporary Internet Files, the cookie isn't there, after I click the...
  24. Thread: php cookies

    by pyez
    Replies
    10
    Views
    1,361

    Does anyone know of a script I can use (for free...

    Does anyone know of a script I can use (for free ;) ) to set cookies from flash(must be PHP).

    I was going to use javascript but i have decided against it due to compliancy issues.....

    Anyhoo,...
  25. Replies
    10
    Views
    683

    cheers! Thanks a lot

    cheers! Thanks a lot
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center