Hi List.

Im trying to create a backdrop from a bitmap image called "bl�himmel" with
this script:

----------------------
on startmovie
  backdroppen= member(1).newTexture("bakgrund", #fromCastMember,
member("Bl�himmel"))
  member(1).camera(1).addBackdrop(backdroppen, point(0,0), 0)
  sprite(1).camera.insertBackdrop(1, backdroppen, point(0, 0), 0)
  sprite(1).camera.backdrop[1].loc = point(0, 0)
end

------------------------

The problem is that the backdrop only is visible for like 1 frame or
somthing, just a quick flicker and then its gone...
How come ?

Cheers /magnus

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to