should beCode:aClass44 = Class44;
aClass44 = class44;
|
|
any ideas?Code:Class9.java:84: non-static variable aClass44 cannot be referenced from a static context spell.aClass30_Sub2_Sub1_Sub1_207 = method207(spriteOnId, false, aClass4 4, "magicon2"); ^ Class9.java:85: non-static variable aClass44 cannot be referenced from a static context spell.aClass30_Sub2_Sub1_Sub1_260 = method207(spriteOffId, false, aClass 44, "magicon2"); ^ Class9.java:704: non-static variable aClass44 cannot be referenced from a static context aClass44 = class44; ^ Class9.java:708: non-static variable aClass44 cannot be referenced from a static context aClass44 = Class44; ^ Class9.java:708: cannot find symbol symbol : variable Class44 location: class Class9 aClass44 = Class44; ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 5 errors Press any key to continue . . .

should beCode:aClass44 = Class44;
aClass44 = class44;
down to 3 errors now
i had aclass44 = class44 declared twice lol
Code:Class9.java:84: non-static variable aClass44 cannot be referenced from a static context spell.aClass30_Sub2_Sub1_Sub1_207 = method207(spriteOnId, false, aClass4 4, "magicon2"); ^ Class9.java:85: non-static variable aClass44 cannot be referenced from a static context spell.aClass30_Sub2_Sub1_Sub1_260 = method207(spriteOffId, false, aClass 44, "magicon2"); ^ Class9.java:704: non-static variable aClass44 cannot be referenced from a static context aClass44 = class44; ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 errors Press any key to continue . . .

delete the one on line 704
last 2 lolClass9.java:84: non-static variable aClass44 cannot be referenced from a static
context
spell.aClass30_Sub2_Sub1_Sub1_207 = method207(spriteOnId, false, aClass4
4, "magicon2");
^
Class9.java:85: non-static variable aClass44 cannot be referenced from a static
context
spell.aClass30_Sub2_Sub1_Sub1_260 = method207(spriteOffId, false, aClass
44, "magicon2");
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlinteprecation for details.
2 errors
Press any key to continue . . .

make sure
is declaredCode:public static Class44 aClass44;
and make
look likeCode:aClass44 = class44;
Code:aClass44 = aClass44;
make the variable static?
when i run it i get this
Welcome to Galkons Base
Credits to Galkon for base
Error: loaderror Unpacking interfaces 95
Press any key to continue . . .

change
toCode:aClass9Array210 = new Class9[
Code:aClass9Array210 = new Class9[22000];
| « Flames Position | adding a 14th tab? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |