Game Development Community

No display on t2D game screen

by Yash Adukia · in iTorque 2D · 05/12/2011 (6:06 am) · 3 replies

When i load an image in the TGB builder, there is no result shown on the game o/p screen and also the mouse pointer moves over the game screen it leaves an impression covering the whole screen....anyone managed to fix this..plz help??

Thanks in advance

#1
05/12/2011 (6:15 am)
Please check your e-mail. I just sent you an important message regarding your issue and licensing.
#2
05/14/2011 (12:12 am)
Hi Michael,
I have sent u an e-mail...still awaiting ur reply...im still having the same error
#3
05/14/2011 (7:20 am)
@Yash - Have you set up the level datablocks?

1. Import images
2. Add images to the scene
3. Add level datablocks (without this, nothing will render)

As for the pointer trailer, this is a quirk due to an optimization. Rather than fill the background with solid color pixels, iTorque 2D does not update the background window. It is recommended you always have something covering the background.