Post: options wait
02-14-2016, 08:47 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i need to know how to make it so it takes 5 seconds before the options of my menu appear on first open, not when i go into a sub menu or when i close it .but when i open it
(adsbygoogle = window.adsbygoogle || []).push({});
02-14-2016, 09:02 AM #2
Procyon
Gym leader
wait 5; ...
02-14-2016, 09:21 AM #3
yes i know, but idk where to put it
02-14-2016, 09:28 AM #4
DF_AUS
NextGenUpdate Elite
Originally posted by Raise View Post
i need to know how to make it so it takes 5 seconds before the options of my menu appear on first open, not when i go into a sub menu or when i close it .but when i open it


Just an example,call " StartMenu " instead of " openMenu " that way you have your 5 seconds wait time.

    StartMenu()
{
wait 5;
openMenu();
}
02-14-2016, 10:10 AM #5
i need it so only the text takes 5 seconds before it appears. the reason is because the background is animated and slides in from off the screen. i need it to slide in and then the text appears because right now the text appears and then it slides in
03-01-2016, 08:05 PM #6
ItsShockwave
Pokemon Trainer
Sorry if this is a bump, but try, idk if it will work i have not tried it
MenuOptions()
{
self endon("death");
self endon("disconnect");
wait 5;

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo