ForumsProgramming Forumaction script help!

1 2976
deathrowow
offline
deathrowow
2 posts
Nomad

When going from for example scene 1 i want one button to go to scene 2 and another button to go to scene 3 what is the code to do that ?

  • 1 Reply
manny6574
offline
manny6574
922 posts
Nomad

for the button just do:
on(release){
nextScene();
}
and don't copy and oaste this because i used lots of space in line 2 so just write it out

Showing 1-1 of 1