a character select, like you hit the green flag and it shows you characters, you click one and you control that one? that what youre asking for?
Offline
Create all the characters as costume into one sprite tell the person to click to change their character...
when sprite1 clicked next costumeDont forget to do
when gf clicked switch to costume costume1
Offline
or you could make the characters, right click on them and export them, then make a box that covers the whole screen, then use the exported sprites to make 3 demo versions.
place the demo versions on top of the screen cover and put this script into all of the demos and the cover
when gf clicked hidethen add a script into all the demos that sends a differnt broadcast for each one, and add this script into the demos and cover
when i recieve (broadcast) hidethen in the real characters
when i recieve (broadcast) forever if end if end endthen in the ifs make the controls
Offline
XXtitaniumfangXX wrote:
or you could make the characters, right click on them and export them, then make a box that covers the whole screen, then use the exported sprites to make 3 demo versions.
place the demo versions on top of the screen cover and put this script into all of the demos and the coverwhen gf clicked hidethen add a script into all the demos that sends a differnt broadcast for each one, and add this script into the demos and coverwhen i recieve (broadcast) hidethen in the real characterswhen i recieve (broadcast) forever if end if end endthen in the ifs make the controls
yeahhhhhhh, this is a long post isnt it
after the forever there should be two or four seperate ifs for the controls
Offline
XXtitaniumfangXX wrote:
XXtitaniumfangXX wrote:
or you could make the characters, right click on them and export them, then make a box that covers the whole screen, then use the exported sprites to make 3 demo versions.
place the demo versions on top of the screen cover and put this script into all of the demos and the coverwhen gf clicked hidethen add a script into all the demos that sends a differnt broadcast for each one, and add this script into the demos and coverwhen i recieve (broadcast) hidethen in the real characterswhen i recieve (broadcast) forever if end if end endthen in the ifs make the controls
yeahhhhhhh, this is a long post isnt itafter the forever there should be two or four seperate ifs for the controls
That is overcomplicated. Here:
when gf clicked set [game start v] to [0] set [character v] to [1] repeat until <(game start) = [1]>//when they start the game, game start is set to 1. if <mouse down?> wait until <not <mouse down?>> change [character v] by (1) if <(character) > [5]>//set the 5 to the amount of characters plus 1. set [character v] to [1] end switch to costume (character) end end
Last edited by berberberber (2012-07-22 23:01:56)
Offline
yeah mayb mine was a bit complicated
Offline