1
Fixed Bugs (3.x) / Joystick Compile Error on Crash Course
« on: December 25, 2015, 09:11:09 am »
Hi everyone. I got Stencyl for Christmas and I'm following the crash course lesson. When I go and test my game, I get the following error.
Die in Pit and Reload: Type not found : com.stencyl.models.Joystick
from scripts.Design_7_7_DieinPitandReload
line: 22
columns: 7-34
Line 22 in the code is:
So I guess it can't find the joystick model.
Can someone help me so I can begin using the program?
thanks
Die in Pit and Reload: Type not found : com.stencyl.models.Joystick
from scripts.Design_7_7_DieinPitandReload
line: 22
columns: 7-34
Line 22 in the code is:
Code: [Select]
import com.stencyl.models.Joystick;
So I guess it can't find the joystick model.
Can someone help me so I can begin using the program?
thanks