lingo to put sprites on stage

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default lingo to put sprites on stage

    what is the lingo syntax to put a sprite on stage other than using OOP methods??



    mayhammer@yahoo.com webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. removing sprites from stage
      You can 'delete' a sprite simply by setting its member to void. You should also tidy up the sprite channel, however, so that it will behave...
    2. dynamically create sprites on stage
      How can I dynamically create sprites on the stage from external files? I have this gallery of images in different sections, and the owner of the...
    3. Can I stretch the stage size along with the sprites
      I am projecting my program at a trade show. The problem is that the angle where I have to place my projector causes the image to be skewed. I...
    4. play video underneath sprites on stage?
      I'm putting together a representation of an interactive television application but i'm having some trouble. i'm trying to loop a video file on the...
    5. MX: Resize stage without scaling sprites?
      In article <bdpun7$lt1$1@forums.macromedia.com>, El Monty <nospam@nojunk.com> wrote: (the stage).rect just makes the window and backdrop...
  3. #2

    Default Re: lingo to put sprites on stage



    sprite(n).loc = point(h,v)



    rick@mcorp webforumsuser@macromedia.com Guest

  4. #3

    Default Re: lingo to put sprites on stage

    umm
    that is not what i mean


    the usual way to make a sprite is to drag a cast member onto the stage and u will sprite(n).
    how to do this with lingo????


    mayhammer@yahoo.com webforumsuser@macromedia.com Guest

  5. #4

    Default Re: lingo to put sprites on stage

    puppetSprite()

    --
    ----------------
    -- Ned
    ----------------------------------------
    Bien faire et laisser braire
    ----------------------------------------
    "mayhammer@yahoo.com" <webforumsuser@macromedia.com> a écrit dans le message
    de news:bqkavh$9un$1@forums.macromedia.com...
    | umm
    | that is not what i mean
    |
    |
    | the usual way to make a sprite is to drag a cast member onto the stage and
    u will sprite(n).
    | how to do this with lingo????
    |
    |


    Ned Guest

  6. #5

    Default Re: lingo to put sprites on stage

    cool, i got it with the puppetsprite

    but how do i assign behaviour to the puppet??

    coz after i create a new sprite, i want it to do stuff when i click on that newly created sprite



    mayhammer@yahoo.com webforumsuser@macromedia.com Guest

  7. #6

    Default Re: lingo to put sprites on stage

    look at "scriptInstanceList" :o)

    --
    ----------------
    -- Ned
    ----------------------------------------
    Bien faire et laisser braire
    ----------------------------------------
    "mayhammer@yahoo.com" <webforumsuser@macromedia.com> a écrit dans le message
    de news:bqlfqf$gg8$1@forums.macromedia.com...
    | cool, i got it with the puppetsprite
    |
    | but how do i assign behaviour to the puppet??
    |
    | coz after i create a new sprite, i want it to do stuff when i click on
    that newly created sprite
    |
    |
    |


    Ned Guest

  8. #7

    Default Re: lingo to put sprites on stage

    thanks guys, espcially ned

    you guys have helped me alot

    i hope the last syntax would make an end to my problems

    hopefully i can get on with my project

    thanks again



    mayhammer@yahoo.com webforumsuser@macromedia.com Guest

  9. #8

    Default Re: lingo to put sprites on stage

    you're welcome :o)
    be also aware that what you've been asking are frequent subjects, so i'm
    sure searching google.groups archive for previous threads or the web for
    tutorials will quickly point you to precious pages :o)

    --
    ----------------
    -- Ned
    ----------------------------------------
    Bien faire et laisser braire
    ----------------------------------------
    "mayhammer@yahoo.com" <webforumsuser@macromedia.com> a écrit dans le message
    de news:bqlk9v$7ab$1@forums.macromedia.com...
    | thanks guys, espcially ned


    Ned Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139