Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nedac

Pages: 1
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:

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

Pages: 1