Thanks. So far, I have the following code, but I am having trouble with the rest of it.
Basically, I am creating a game where the player has to create "ACTORS" by pressing a button. For example, to get over a pit, he/she would press "Z" and a "RAMP actor" would be created, wherein the main character launches off the ramp via a customized Jump behavior. However, I don't want him/her to create multiple actors, or create them too early. Take a look below and please advise. Thanks.
The first and second screenshots are attached to the Ramp Actor. The third screenshot is attached to the Player, who is currently Mambo, but he is just placeholder art for the time being. Thank you.