Quote: "Tier 2 isn't a package that is installed with AGK. It is simply using Native (C++) coding languages.
"
TBH Did really know what the hell it was just installed it..
Was like a kid in a candy store. Anyway!
Got the 1085 beta and I'm trying to run the code:
rem
rem AGK Application
rem
rem Landscape App
`SetDisplayAspect( 4.0/3.0 )
rem LB 3D Example - Project created 2012/08/30
`s=CreateSprite(LoadImage("background.jpg"))
`SetSpriteSize(s,100,100)
rem Simple 3D Cube spinning
`CreateObjectBox(1,4,8,12)
`SetObjectImage(1,LoadImage("crate.jpg"),0)
rem Main loop
do
Print ( "Hello 3D World" )
` SetObjectRotationEuler(1,0,y,0)
` inc y
Sync()
loop
Please ignore the comments and remarks, all I did was copy and paste. Still! when I run the code above I get a window with black BG and then a message box pops up with the same error.
Thanks,