R
ra_ban
Guest
Does anybody know about this package error i get in flash cs3
package MyApp{
import flash.display.Sprite;
public class MyApp extends Sprite {
public function MyApp() {
graphics.lineStyle(1, 0, 1);
for (var i:int=0; i<100; i++) {
graphics.lineTo(Math.random( ) * 400, Math.random( ) * 400);
}
}
}
}
package MyApp{
import flash.display.Sprite;
public class MyApp extends Sprite {
public function MyApp() {
graphics.lineStyle(1, 0, 1);
for (var i:int=0; i<100; i++) {
graphics.lineTo(Math.random( ) * 400, Math.random( ) * 400);
}
}
}
}