So, in school, I'm am using small basic to write code for a game, and it all runs fine, except when I use program to show a hint
(Sub Hint
graphicswindow.height = 400
graphicswindow.width = 400
graphicswindow.show()
graphicswindow.drawresizedimage(Image[counter],50,50,300,300)
Program.Delay(2500)
GraphicsWindow.Hide()
Game()
EndSub)
Trend Micro| Alerts - OfficeScan detects a virus, rendering my game unplayable
when I had taken "Image[counter]" out of the file, the game runs fine, but I tested using .jpg files, and .png files, using the actual pictures(in one file, the pictures are in the same location as the rest of the files), and also using random pictures(in a different folder, the pictures are in the same location as the rest of the files), so my computer thinks there is a virus on the game, when there is not, I don't think the pictures are the problem, or the code, but I don't know what the problem is, I am looking for help to solve this problem, so that I can continue with my studies