tulamide
haha! we shall see. hopefully it's fixed now.
Gagaween
Within the sub-event where you're randomly creating LootVar, you can use System > Compare Variable and the Local Variable LootVar should be selectable.
Would have to see an updated .capx but the text box isn't set to Global so it could be that. Not sure I understand what you're asking in the P.S. bit there :)
You have it set up nicely at the moment. You could do 'Is Overlapping Door' as well as 'Key Pressed' so the player presses a key to use doors. Up to you though :)
Global Controls - grab the control settings stuff and put in an event sheet called 'Global Controls'. Then on every event sheet in the game you need to right click and add 'Include Event Sheet > Global Controls'. This will allow you to control the character in all levels.
The only reason you would be starting on the second event sheet is if you have it in front of you when you go to preview. The first sheet is set as the default so this will launch first.
If they're all identical enemies why does it matter which order they are in? How can the user tell ?
Create a global variable..
Keyboard, on "Space" pressed
(condition if)CanShoot=yes
-------> Shoot
When you don't want him to shoot set CanShoot=no
nice! :)
I don't understand. 'If no key is pressed' is just every default event. They occur every tick without a key being pressed.
Just use a circular sprite object?
Sulli
Updated to a completely new idea now..
Edit
Develop games in your browser. Powerful, performant & highly capable.
Hello!
An update :
Please try my current portal-style idea and let me know what you think. Cheers!
Demo : here
Yeah I believe it's as designed at the moment. Only way to reset persist is to relaunch the game. You could reset all the items to their initial locations if 'game has been reset'. That's kinda like the load/save idea I gave above though and with that you could reset everything with one click..
You can download the beta from here or just wait until the next stable release.