You probably have all sorts of animations playing on PlayerSprite set by other events. What you're looking to do is have when trans="super" - set anim frame to 5. Your current events only set the anim frame to 5 when you overlap the power up but it won't stay like this if you are setting other animations and it won't be a visible change when playing the game.
Well the 8 direction behaviour and pathfinding are there for top down RPG games. The way you have done it you need to do something like if player.bullet.angleofmotion is between 45 and -45 then play 'up' animation, between 46 and 135 then play 'right' animation, that kind of thing.
Develop games in your browser. Powerful, performant & highly capable.
Yes in project properties on the left the 'Fullscreen in browser' is set to 'letterbox scale' by default, try some of the other options like Scale or Crop to show the full browser.
If you're going to work the logic in that way then you have to set the animations based on the current bullet angle of motion.
Hi, in event 51 you need to add a set level to 1 action.
Yeah you can just create those and set their position during run time.
Are you sure you have enough layers already? haha. I don't see a problem with having each in their own layer which you lock and then move them to the correct layer on start of layout. I wouldn't deal with 200 objects in the editor though, I would find out what I wanted to do in game and make logic to create them during run time, but that's me.
Events 13-16 you're checking if Joystick is greater or less than its own x,y? Shouldn't that be Joystick.x greater than Back.x etc
I don't know what else to say except yes that should work.
I would do :
Every tick set animation frame to 'variable'
Bullet on collision with red block, add 1 to 'variable'
Bullet on collision with red block
and variable = 3, set variable to 0.
Keep the layers the same across the layouts and it'll be fine. If it's on layer 4 (by order, not name) on layout 1 it will remain on layer 4 in the list on layout 2.
At the start of layout, set a global variable to be Coins.count, then set the text to show the global variable.
Member since 5 Aug, 2013