Jump to content

VicToMeyeZR

Members
  • Posts

    570
  • Joined

  • Last visited

Posts posted by VicToMeyeZR

  1. [bUG]

     

    When creating a project, I listed my SDK folder as C:\tools\Leadwerks SDK and the project folder as C:\tools\testproject

     

    The tool created the project in c:\tols folder, and also tried to find the SDK in that same c:\tols folder.

     

    Notice the one O not two...

  2. I am assuming you imported the framework.bmx?

     

    And you put your

    setscriptobject("fw", RM)

    sometime after E.initialize:

    '//-- main.bmx/main.exe
    global E:engine = new engine
    
    E.initialize()
    
    while not E.S.Quit()
     E.update()
     E.draw()
    wend
    
    E.unload()
    
    End
    

×
×
  • Create New...