by mellenor » Fri Apr 18, 2008 12:18 pm
Hi! I have a problem.
1.) I making the spalsh screen with different options he summons by "enter" i want to close him by "enter" too,
but when its on the same keys it dont works (i think works command destroy actor-- whp closes him - but it have not be so...
then actor creating by "enter" ----CreateActor("back2", "back2", "(none)", "(none)",480,0,false);
view.x+=100;------- he dosnt created yet to react on enter. But then destroy placed on different key it works
2.) in this script ----CreateActor("back2", "back2", "(none)", "(none)",480,0,false);
view.x+=100;------- view.x+=100 and its works but why i must wrtite 100 but not 480... By logic view must be moved there created actor ---CreateActor("back2", "back2", "(none)", "(none)",480,0,false);---
3) I have tried view.x=back2.x; but it not moves to same position as back2
Here is my siple demo
- Attachments
-
game.rar
- (11.74 KiB) Downloaded 116 times