A Flash Developer Resource Site

Search:

Type: Posts; User: deniel87

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,364

    Sequence of images> printing page number

    HELLO
    I'm printing a sequence of photos to make a rotoscopy but I can't find a way of printing a page number or file name for each frame.. does any1 know how can I add a numeration to be printed?...
  2. Replies
    2
    Views
    778

    weird... now Ive realized that it's working in...

    weird... now Ive realized that it's working in firefox but doesnt work in explorer yet...
    sill need help :S lol
  3. Replies
    2
    Views
    778

    nevermind I solved it.. I changed the name of...

    nevermind
    I solved it.. I changed the name of the frame to "FrameA" and then changed the script too and it works.. there's something wrong with the "mainFrame" name
    thanks anyways
  4. Replies
    2
    Views
    778

    mainFrame not working

    Can anyone tell me why this is not working?
    I have an html page with two frames: leftFrame and mainFrame
    the leftframe contains a set of buttons each with this script:

    on (press) {...
  5. Thread: karoke music

    by deniel87
    Replies
    0
    Views
    2,134

    karoke music

    is there any way of deleting the voices of a song??

    is there any special program ?

    Because I want to get music for Karaoke but the midi files I've heard are quite dull.
  6. Replies
    1
    Views
    376

    WHOA!

    hey, I tried this:

    onClipEvent (enterFrame) {
    loadedbytes = getBytesLoaded();
    totalbytes = getBytesTotal();
    porc = 100/totalbytes*loadedbytes;
    if (porc == 100) {
    ...
  7. Replies
    1
    Views
    376

    preloader doesnt work

    this script doesnt work, why?

    onClipEvent (enterFrame) {
    loadedbytes = _root.getBytesLoaded();
    totalbytes = _root.getBytesTotal();
    if (totalbytes == loadedbytes) {
    ...
  8. Replies
    5
    Views
    597

    ok u r right

    that mistake u pointed is right, but it isnt the main problem
    here's the code again:


    onClipEvent (enterFrame) {
    loadedbytes = _root.getBytesLoaded();
    totalbytes =...
  9. Replies
    5
    Views
    597

    doesnt work

    mmmm that wont work:mad:
  10. Replies
    5
    Views
    597

    preloader problem

    why doesnt this work???
    I have MC1 in the first frame (which is stopped). Inside MC1 there is MC2
    MC2 has the following script:


    onClipEvent (enterFrame) {
    loadedbytes = getBytesLoaded();...
  11. Thread: flies game

    by deniel87
    Replies
    2
    Views
    629

    flies game

    check this game:
    GAME
    I've been trying to make something similar using flash but I just cant. How would u do it???
    My main problem is that the game becomes VERY slow when I try making each "fly"...
  12. Replies
    1
    Views
    672

    here

    someone wanted the same I do, but nobody answered:
  13. Replies
    1
    Views
    672

    need specific sound

    There is a sound usually used when there is a happy situation and suddenly something unexpected happens and the happy music stops... something like a disc scratch for example when someone is playing...
  14. Thread: remember

    by deniel87
    Replies
    4
    Views
    585

    thanks

    that helped me a lOT many thanks
    but now Ive got another question, how did u make the viking fall exactly on the floor??? I tried making a ball and checking its y position to make it stop falling...
  15. Replies
    3
    Views
    597

    help!!!!!!

    never mind, I solved the jumping problem, but I still can't figure out HOW TO MAKE THE BALL STOP EXACTLY WHEN IT TOUCHES THE FLOOR I dont want it to go behind it.
    Help please, check the updated *fla
  16. Thread: remember

    by deniel87
    Replies
    4
    Views
    585

    remember

    remember the viking game?

    I'd like to know how did u do to disable moving left when u've jumped right... I mean, when u jump, and in the air u press left, the viking moves left, but if before...
  17. Replies
    3
    Views
    597

    thanks

    ok that was useful, however I go back to the questions:

    the first one is half answered but what about the other??:confused:
  18. Replies
    3
    Views
    597

    understanding gravity

    I started a simple movie using gravity. Check the fla file.
    I'd like to know two things (initially):
    1) Why does the little ball buries itself in the grass? how can I avoid it?
    2) I know why if I...
  19. Replies
    29
    Views
    1,670

    wow!

    hehe Ive just dicovered you can go through the white plataform and jump on the one which is "in front" of it. How did u do that?
    sorry, I know I can be annoying cause I know only basic AS:(
  20. Replies
    29
    Views
    1,670

    wow

    honestly, I think the viking is great, it reminded me of the Lost Vikings game (have u played it?).
    Anyway, I wanted to know about that thing u call PIXEL ART... is it drawing something pixel by...
  21. Replies
    214
    Views
    105,380

    any innate teacher???

    this has prooved too complex for me.
    I'd like to understand at least one of the firs codes posted and I just ask any1 with a teacher's soul and a lot of patience, to explain it to me :D
    the code is...
  22. Replies
    5
    Views
    463

    grouping MCs??

    hey, is it possible to create a variable or sth that contains the names of different MC and then apply a property to the variable that will consequently be applied to all the MCS???
    I mean sth like...
  23. Thread: any number

    by deniel87
    Replies
    5
    Views
    411

    here

    what I mean is that 8,9,2,4 they are all numbers
    If N="any number" then N=4 and also N=2 and N=6
    Is this possible?
  24. Thread: any number

    by deniel87
    Replies
    5
    Views
    411

    mmm no

    what I want is to be all the numbers, not just one of them... I want to make it so that is I ask if N is equal to 9, the answer is true and if I ask if N is equal to 4, the answer is true again
    And...
  25. Thread: any number

    by deniel87
    Replies
    5
    Views
    411

    any number

    is there a way of seting a variable to be any number?
    for example
    n= real numbers
    or
    n=infinite
    or
    n= any number between 0 and 999
Results 1 to 25 of 201
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center