Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GarettChristopherson

    mx 2004 [Lingo] Moving a model

    I found out that I didn't place the script into the score correctly, and I needed to put the script within an 'on enterframe' handler.
  2. GarettChristopherson

    mx 2004 [Lingo] Moving a model

    I need to reposition the models in .w3d castmember. Right now i am using a Lingo Behavior Script in the .w3d sprite, and it looks like this: on mouseDown me Sprite(1).member("name").model[1].translate(100, 100, / 100, #self) x = "init" trace x -- I have tried the put statement as well end...

Part and Inventory Search

Back
Top